.modal-header {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 20px;
}

.modal-body {
    padding: 0 !important;
}

.modal {
    background: #0000008c;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 20%;
}

.popup_form_wrp {
    padding: 0 15px;
    text-align: center;
}

.popup_form_wrp h2 {
    font-weight: 800;
    font-size: 35px;
    color: #000;
    margin: 0 0 10px 20px;
    position: relative;
    text-align: left;
}

.modal-content {
    padding: 30px 0;
}

.popup_form_wrp p {
    color: #343434;
    font-weight: 500;
    text-align: left;
}

.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    height: 45px;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    font-family: 'Raleway';
    font-weight: 500;
    outline: none;
    color: rgba(0, 0, 0, 0.44);
    border: none;
    box-shadow: 0 0 10px 0 #cccc;
}

.popup_form_wrp form {
    margin: 30px 0 0 0;
}

.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
}

.popup_form_wrp form textarea {
    border-radius: 15px;
    height: 130px;
    padding: 15px 18px;
}

.popup_form_wrp form select {
    font-size: 14px;
    font-weight: 500;
}

.modal-content {
    border-radius: 20px;
}

.modal-content {
    border: 2px solid #007CCA !important;
}

.popup_form_wrp h2:before {
    content: '';
    display: block;
    position: absolute;
    background: #007CCA;
    width: 10px;
    height: 40px;
    left: -20px;
    border-radius: 5px;
}

span.color_form {
    color: #007CCA;
}

button.btn-close {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #007CCA;
    opacity: 1;
    border-radius: 0;
    width: 30px;
    height: 25px;
    border-bottom-left-radius: 20px;
}

button.btn-close:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(42deg);
    left: 25px;
    border-radius: 5px;
}

button.btn-close:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(129deg);
    left: 24px;
    border-radius: 5px;
}

button.btn-close:hover {
    background: #F3AD16;
    opacity: 1;
}

button.popup_button {
    background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform: capitalize;
    width: 200px;
    height: 50px;
    font-family: 'Raleway';
}

button.popup_button:hover {
    background: #f3ad16;
}

.popup_form_wrp input[type="submit"] {
    margin: 0 !important;
    box-shadow: unset !important;
    background: #007CCA !important;
    color: #fff !important;
    text-transform: uppercase;
    width: 42% !important;
    padding: 0 !important;
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
span,
p,
input,
textarea,
a,
li {
    font-family: "Poppins", sans-serif;
}

p {
    margin: 0 !important;
}

ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

.container {
    max-width: 1440px !important;
    margin: auto !important;
    width: 100% !important;
}

.logo img {
    width: 70%
}

.banner_img img {
    width: 100%;
}

body.reputation_page section.sec_1 .banner_img img {
    width: 100%;
}

section.sec_1 {
    padding: 230px 0 0 6px;
    background: #000;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background-image: url(../images/banner_new_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 941px;
}

header.header_wrap {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 40px;
}

.global_inner h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    padding: 0 0 0 15px;
    position: relative;
}

.global_inner h1,
.global_inner h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 65px;
    margin: 15px 0;
}

.global_inner p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.global_inner h5:before {
    content: '';
    display: block;
    position: absolute;
    background: #007CCA;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.global_btn {
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.global_btn span button {
    height: 55px;
    background: #000;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 64.7px;
}

.global_btn span {
    margin: 0 15px 0 0;
}

.global_btn span:nth-child(2) button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

div#navbarSupportedContent {
    justify-content: end;
}

div#navbarSupportedContent ul.navbar-nav li a {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

div#navbarSupportedContent ul.navbar-nav li {
    margin: 0 0 0 30px;
}

section.logo_sec {
    padding: 30px 0;
}

.logo_inner ul li img {
    width: 60%;
    margin: auto;
    display: block;
    filter: grayscale(1);
}

section.simple_sec {
    padding: 80px 0;
}

section.black {
    background: linear-gradient(rgba(248, 250, 252, 1), rgba(248, 250, 252, 1)) !important;
}

.single_img img {
    width: 95%;
}

.global_inner h4 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 15px 0;
}

button.btn-dark.red {
    background: #007CCA;
    border: 1px solid #007CCA;
    transition: .5s ease;
}

h5.red_dot:before {
    background: #007CCA;
}

.global_inner.black_color h5,
.global_inner.black_color h2,
.global_inner.black_color p,
.global_inner.black_color h4 {
    color: #000;
}

.counter_wraper ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.counter_wraper ul li {
    text-align: center;
}

.counter_wraper ul li h2 {
    font-size: 60px;
    font-weight: bold;
    color: #000;
    line-height: 60px;
    margin: 0;
}

.counter_wraper ul li p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

section.cta_sec {
    background: linear-gradient(rgba(248, 250, 252, 1), rgba(248, 250, 252, 1)) !important;
    padding: 80px 0;
}

section.spotlight_sec {
    padding: 80px 0;
}

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

.global_inner.black_color.center_wrap h5 {
    width: fit-content;
    margin: auto;
}

.spotlight_box {
    text-align: center;
    border: 1px solid #000;
    padding: 90px 20px 30px 20px;
    border-radius: 30px;
    position: relative;
    min-height: 350px;
}

.spotlight_box span {
    width: 120px;
    height: 120px;
    display: flex;
    position: absolute;
    border: 1px solid #000;
    border-radius: 50%;
    right: 0;
    left: 0;
    margin: auto;
    top: -50px;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.spotlight_box h3 {
    font-weight: bold;
    color: #000;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 40px;
    margin: 0 0 15px 0;
}

.spotlight_box p {
    color: gray;
    font-weight: 400;
    font-size: 15.5px;
}

section.pres_sec {
    padding: 80px 0 80px 0;
    background: linear-gradient(rgba(248, 250, 252, 1), rgba(248, 250, 252, 1)) !important;
    padding: 0 !important;
    border: none !important;
    margin-bottom: 20px;
}

.modal-body {
    padding: 0 !important;
}

.modal {
    background: #0000008c;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 20%;
}

.popup_form_wrp {
    padding: 0 15px;
    text-align: center;
}

.popup_form_wrp h2 {
    font-weight: 800;
    font-size: 35px;
    color: #494949;
    margin: 0 0 10px 20px;
    position: relative;
}

.modal-content {
    padding: 30px 0;
}

.popup_form_wrp p {
    color: #343434;
    font-weight: 500;
}

.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    height: 45px;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    font-family: 'Raleway';
    font-weight: 500;
    outline: none;
    color: rgba(0, 0, 0, 0.44);
    border: none;
    box-shadow: 0 0 10px 0 #cccc;
}

.popup_form_wrp form {
    margin: 30px 0 0 0;
}

.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
}

.popup_form_wrp form textarea {
    border-radius: 15px;
    height: 130px;
    padding: 15px 18px;
}

.popup_form_wrp form select {
    font-size: 14px;
    font-weight: 500;
}

.modal-content {
    border-radius: 20px;
}

.modal-content {
    border: 2px solid #1779E0 !important;
}

.popup_form_wrp h2:before {
    content: '';
    display: block;
    position: absolute;
    background: #1779E0;
    width: 10px;
    height: 40px;
    left: -20px;
    border-radius: 5px;
}

span.color_form {
    color: #1779E0;
}

button.btn-close {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #1779E0;
    opacity: 1;
    border-radius: 0;
    width: 30px;
    height: 25px;
    border-bottom-left-radius: 20px;
}

button.btn-close:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(42deg);
    left: 25px;
    border-radius: 5px;
}

button.btn-close:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(129deg);
    left: 24px;
    border-radius: 5px;
}

button.btn-close:hover {
    background: #F3AD16;
    opacity: 1;
}

button.popup_button {
    background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform: capitalize;
    width: 200px;
    height: 50px;
    font-family: 'Raleway';
}

button.popup_button:hover {
    background: #f3ad16;
}

.popup_form_wrp input[type="submit"] {
    margin: 0 !important;
    box-shadow: unset !important;
    background: #1779E0 !important;
    color: #fff !important;
    text-transform: uppercase;
    width: 42% !important;
    padding: 0 !important;
    font-family: 'zeroes-regular' !important;
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
span,
p,
input,
textarea,
a,
li {
    font-family: "Poppins", sans-serif;
}

p {
    margin: 0 !important;
}

ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

.container {
    max-width: 1440px !important;
    margin: auto !important;
    width: 100% !important;
}

.logo img {
    width: 35%;
}

.banner_img img {
    width: 100%;
}

section.sec_1 {
    padding: 150px 0 60px 0;
    background-image: url(../images/banner-1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

header.header_wrap {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 30px;
}

.global_inner h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 18px;
    padding: 0 0 0 15px;
    position: relative;
}

.global_inner h2 {
    color: #fff;
    font-size: 59px;
    font-weight: bold;
    line-height: 65px;
    margin: 15px 0;
}

.global_inner p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

.global_inner h5:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.global_btn {
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.global_btn span button {
    height: 55px;
    background: #000;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
}

.global_btn span {
    margin: 0 15px 0 0;
}

.global_btn span:nth-child(2) button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

div#navbarSupportedContent {
    justify-content: end;
}

div#navbarSupportedContent ul.navbar-nav li a {
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

div#navbarSupportedContent ul.navbar-nav li {
    margin: 0 0 0 50px;
}

section.logo_sec {
    padding: 30px 0;
}

.logo_inner ul li img {
    width: 60%;
    margin: auto;
    display: block;
    filter: grayscale(1);
}

section.simple_sec {
    padding: 80px 0;
}

.single_img img {
    width: 95%;
}

.global_inner h4 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 15px 0;
}

button.btn-dark.red {
    background: #007CCA;
    border: 1px solid #007CCA;
}

h5.red_dot:before {
    background: #007CCA;
}

.global_inner.black_color h5,
.global_inner.black_color h2,
.global_inner.black_color p {
    color: #000;
}

.counter_wraper ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.counter_wraper ul li {
    text-align: center;
}

.counter_wraper ul li h2 {
    font-size: 60px;
    font-weight: bold;
    color: #000;
    line-height: 60px;
    margin: 0;
}

.counter_wraper ul li p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

section.cta_sec {
    background: linear-gradient(rgba(248, 250, 252, 1), rgba(248, 250, 252, 1)) !important;
    padding: 80px 0;
}

section.spotlight_sec {
    padding: 80px 0;
}

.global_inner.black_color.center_wrap {
    text-align: center;
}

.global_inner.black_color.center_wrap h5 {
    width: fit-content;
    margin: auto;
}

.spotlight_box {
    text-align: center;
    border: 1px solid #000;
    padding: 90px 20px 30px 20px;
    border-radius: 30px;
    position: relative;
    min-height: 350px;
}

.spotlight_box span {
    width: 120px;
    height: 120px;
    display: flex;
    position: absolute;
    border: 1px solid #000;
    border-radius: 50%;
    right: 0;
    left: 0;
    margin: auto;
    top: -50px;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.spotlight_box h3 {
    font-weight: bold;
    color: #000;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 40px;
    margin: 0 0 15px 0;
}

.spotlight_box p {
    color: gray;
    font-weight: 400;
    text-align: justify;
}

section.pres_sec {
    padding: 0 0 80px 0;
}

.press_box {
    text-align: center;
}

.press_box .global_btn.center_btn {
    justify-content: center;
    margin: 20px 0 0 0;
}

.press_box .global_btn.center_btn button {
    height: 45px;
    width: 150px;
    font-size: 16px;
    padding: 0;
}

.press_box p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.press_box hr {
    background: #000;
    border: none;
}

section.pres_sec.expertise_sec .press_box img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    margin: 0 0 25px 0;
}

.press_box h3 {
    color: #000;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 10px 0;
}

.press_box {
    text-align: center;
    box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.16);
    border: .5px solid rgb(167 20 15 / 13%);
    padding: 35px 20px;
}

.press_box .global_btn.center_btn {
    justify-content: center;
    margin: 20px 0 0 0;
}

.press_box .global_btn.center_btn button {
    height: 45px;
    width: 150px;
    font-size: 16px;
}

.press_box p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.press_box hr {
    background: #000;
    border: none;
}

section.pres_sec.expertise_sec .press_box img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    margin: 0 0 25px 0;
}

.press_box h3 {
    color: #000;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 10px 0;
}

section.pres_sec.expertise_sec {
    background: #fff !important;
}

section.testimonial_global_sec section.testimonial_global_sec .slick-slider {
    margin-left: -12%;
    margin-right: -12%;
}

section.testimonial_global_sec .slick-list {
    padding-top: 5% !important;
    padding-bottom: 3% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}

section.testimonial_global_sec .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

section.testimonial_global_sec .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

section.testimonial_global_sec .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

section.testimonial_global_sec .slick-snext,
section.testimonial_global_sec .slick-sprev {
    display: block;
}

section.testimonial_global_sec .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 20px);
    z-index: 2;
}

section.testimonial_global_sec .slick-snext {
    opacity: 0.5;
    transform: translate3d(20%, 0, 0px);
    z-index: 1;
}

section.testimonial_global_sec .slick-sprev {
    opacity: 0.5;
    transform: translate3d(-20%, 0, 0px);
}

.test {
    display: block;
    width: 70%;
    background: #fff;
    margin: auto;
    padding: 40px 30px;
    text-align: center;
    border-radius: 20px;
}

.test p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.test ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 0 0 !important;
}

.test ul li {
    flex: 0 0 50%;
}

.test ul li img {
    width: 50%;
}

.test ul li h5 {
    margin: 0 0 0 0;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

section.faqs_sec {
    padding: 80px 0;
    background: linear-gradient(rgba(248, 250, 252, 1), rgba(248, 250, 252, 1)) !important;
}

.accordion-item {
    border: none !important;
    margin: 0 0 20px 0;
    background: transparent !important;
}

button.accordion-button {
    background: transparent !important;
    border: none !important;
    box-shadow: unset !important;
    font-size: 18px;
    font-weight: 700;
    color: #000 !important;
    padding: 0;
    line-height: 48px;
}

.accordion-body {
    padding: 0;
}

.accordion-body ul li {
    padding: 0 0 0 15px;
    margin: 0;
    color: #000;
    position: relative;
}

.accordion-body ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    margin: auto;
    top: 0;
}

.accordion-body p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.accordion-body ul {
    margin: 10px 0 0 15px !important;
}

.faqs_inner h2 {
    font-size: 60px;
    font-weight: bold;
    color: #000;
    line-height: 70px;
}

.form_main {
    box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.16);
    border: .5px solid rgba(100, 146, 253, .2);
    text-align: center;
    padding: 40px 20px;
    border-radius: 30px;
    background: #fff;
    width: 80%;
    margin-left: auto;
}

.form_main h2 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px 0;
    line-height: 50px;
}

.form_main p {
    color: #000;
    font-size: 17px;
}

.form_main form {
    margin: 30px 0 0 0;
}

.form_main form input,
.form_main form textarea {
    width: 90%;
    height: 50px;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    border: none;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    outline: none;
}

.form_main form input::placeholder,
.form_main form textarea::placeholder {
    color: #000;
}

.form_main form textarea {
    height: 100px;
    padding: 15px 0 0 15px;
}

.form_main input[type="submit"] {
    box-shadow: unset;
    background: #007CCA;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 40%;
    padding: 0 !important;
}

section.cta_sec.black_sec_new {
    background: transparent !important;
}

.global_btn.center_btn {
    justify-content: center;
}

.footer_inner img {
    width: 70%;
    margin: 0 0 20px 0;
}

section.footer_sec {
    background: #000;
    padding: 80px 0;
}

.footer_inner p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0 30px 0 !important;
}

.footer_inner ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

.footer_inner ul li {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

ul.star_img {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 20px 0 0 0 !important;
}

ul.star_img li {
    flex: 0 0 25%;
}

ul.star_img li img {
    width: 50%;
}

.footer_wraper h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 20px 0;
}

.footer_wraper ul li {
    margin: 0 0 10px 0;
}

.footer_wraper ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.footer_wraper h5 {
    color: #fff;
    font-size: 20px;
}

li.nav-item.dropdown ul.dropdown-menu.show li a {
    color: #000 !important;
}

li.nav-item.dropdown ul.dropdown-menu.show li {
    margin: 0 0 10px 0 !important;
}

ul.dropdown-menu.show {
    padding: 20px 15px !important;
}

.global_inner ul {
    margin: 20px 0 0 0 !important;
}

.global_inner ul li {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    padding: 0 0 0 20px;
    position: relative;
}

.global_inner ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #007CCA;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    top: 0;
}

body.brand_strategy_page .banner_img img {
    width: 90%;
    margin-left: auto;
    display: block;
}

section.spotlight_sec .row.mt-5 {
    margin-top: 100px !important;
}

img.small {
    width: 90%;
    margin-left: auto;
    display: block;
}

.cta_img img {
    display: block;
    margin: auto;
}

section.simple_content_sec {
    padding: 0 0 80px 0;
}

.content_simple_inner h2 span {
    background: #007CCA;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 20px 0 0;
}

.content_simple_inner h2 {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    line-height: 26px;
    margin: 0 0 15px 0;
}

.content_simple_inner p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.content_simple_inner {
    box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.16);
    border: .5px solid rgba(100, 146, 253, .2);
    background: #fff;
    padding: 20px 20px;
    border-radius: 5px;
}

body.digital_marketing .banner_img img {
    width: 100%;
    margin-left: auto;
    display: block;
}

section.simple_content_sec.padding_top {
    padding-top: 80px;
}

section.spotlight_sec.marketing_sec .spotlight_box h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

body.reputation_page section.sec_1 {
    position: relative;
    overflow: hidden;
    padding-top: 60px;
}

section.spotlight_sec.marketing_sec .spotlight_box span img {
    width: 64px;
}

.mokup_img ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mokup_img ul li {
    flex: 0 0 33%;
    margin: 0 0 30px 0;
}

.mokup_img ul li img {
    width: 100%;
}

.logo_wrapers_global {
    text-align: center;
    margin: 30px 0 0 0;
}

.logo_wrapers_global img {
    width: 90%;
}

.mokup_img {
    margin: 60px 0 0 0;
}

div#navbarSupportedContent ul.navbar-nav li a:hover {
    transition: .5s ease;
    color: #007CCA;
}

body.about_page section.sec_1,
body.contact_page section.sec_1,
body.brand_strategy_page section.sec_1,
body.content_engagement section.sec_1,
body.digital_marketing section.sec_1,
body.reputation_page section.sec_1,
body.web_design section.sec_1,
body.press_page section.sec_1,
section.sec_1.terms_sec {
    background-image: url(../images/pr_bg.webp);
}

.accordion-button:not(.collapsed)::after {
    filter: hue-rotate(136deg);
}

section.sec_1.terms_sec .global_inner {
    text-align: center;
}

section.sec_1.terms_sec .global_inner h5 {
    width: fit-content;
    margin: auto;
}

body.contact_page section.sec_1 .banner_img img {
    width: 70%;
    margin-left: auto;
    display: block;
}

body.digital_marketing section:nth-child(7) .single_img img {
    width: 70%;
    margin: auto;
    display: block;
}

section.term_sec_content {
    padding: 80px 0;
}

.term_content_inner h2 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 15px 0;
    font-weight: bold;
    color: #000;
}

.term_content_inner p {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px 0 !important;
    font-weight: 300;
    color: #000;
}

.term_content_inner ul li {
    padding: 0 0 0 20px;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin: 0 0 5px 0;
}

.term_content_inner ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.term_content_inner ul {
    margin: 0 0 30px 0 !important;
}

section.cta_sec .global_btn span:nth-child(2) button {
    border: 1px solid #000;
    color: #000;
}

section.sec_new_page {
    padding: 80px 0;
    overflow: hidden;
}

.row.global_row {
    border-radius: 30px;
    margin-top: 50px;
}

.global_slider_innner {
    text-align: center;
}

.global_slider_innner h2 {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}

.global_slides {
    margin: 50px 0 0 0;
}

.head {
    text-align: center;
    color: #fff;
    margin: 5rem 0;
}

.head a {
    color: #fff;
}

.head h3 {
    font-size: 14px;
    font-weight: normal;
}

.carousel {
    overflow-x: clip;
}

.swiper {
    padding: 5rem 0;
    overflow: visible;
}

.swiper .swiper-slide {
    width: 400px;
}

.single {
    position: relative;
    pointer-events: none;
    user-select: none;
}

.single img {
    width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 8px;
    pointer-events: none;
}

.row.global_row.second_row {
    margin-top: 100px;
}

.row.global_row.second_row .carousel {
    margin-top: 50px;
}

.mover {
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

.m_shape ul li {
    position: absolute;
    top: 0;
    z-index: -1;
}

.m_shape ul li:nth-child(1) {
    right: 0;
}

.m_shape ul li:nth-child(2) {
    left: 26%;
}

.m_shape ul li:nth-child(3) {
    top: unset;
    bottom: 0;
    left: 37%;
}

.m_shape ul li:nth-child(4) {
    top: unset;
    bottom: 0;
    left: 48%;
}

.m_shape ul li:nth-child(5) {
    right: 4.5%;
    top: unset;
    bottom: 0;
}

.m_shape ul li:nth-child(6) {
    right: 0;
    top: unset;
    bottom: 0;
}

section.sec_1 .global_inner h2 {
    font-size: 60px;
    line-height: 70px;
    text-transform: capitalize;
}


/* animations */

.fadeDown {
    animation: fadeDownEffect 2s ease-out;
}

@keyframes fadeDownEffect {
    0% {
        opacity: 0;
        transform: translateY(-300px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUp {
    animation: slideUpEffect 2s ease-out;
    will-change: transform;
    /* Smoother transition for transform */
}

@keyframes slideUpEffect {
    0% {
        transform: translateY(500px);
        /* Start below the original position */
    }
    100% {
        transform: translateY(0);
        /* End at the original position */
    }
}

.fadeleft {
    animation: slideLeftEffect 0.9s ease-out;
    will-change: transform;
    /* Smoother transition for transform */
}

@keyframes slideLeftEffect {
    0% {
        transform: translateX(-500px);
        /* Start below the original position */
    }
    100% {
        transform: translateX(0);
        /* End at the original position */
    }
}

.fadeRight {
    animation: slideRightEffect 0.9s ease-out;
    will-change: transform;
    /* Smoother transition for transform */
}

@keyframes slideRightEffect {
    0% {
        transform: translateX(500px);
        /* Start below the original position */
    }
    100% {
        transform: translateX(0);
        /* End at the original position */
    }
}

body.about_page section.sec_1 .global_inner h2 {
    font-size: 70px;
    line-height: 90px;
    color: #fff;
    font-weight: bold;
}

body.brand_strategy_page .global_inner h2 {
    font-size: 70px;
    line-height: 80px;
}

body.content_engagement section.sec_1 .global_inner h2 {
    font-size: 50px;
    line-height: 65px;
}

body.digital_marketing section.sec_1 .global_inner h2 {
    font-size: 55px;
    line-height: 65px;
}

.social_links {
    display: flex;
    align-items: center;
}

.social_links a {
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 15px 0 0;
    transition: .5s ease;
}

.social_links {
    margin: 30px 0 0 0;
}

.social_links a svg {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

.social_links a:hover {
    background: #007CCA;
    color: #fff;
    transition: .5s ease;
}

.social_links a:hover svg {
    color: #fff;
    transition: .5s ease;
}

section.our-banner.home-banner {
    background: #000;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.third_wrap {
    text-align: center;
}

.third_wrap h1 {
    font-size: 70px;
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid red;
    width: fit-content;
    margin: auto;
    padding: 0 0 20px 0;
}

body.brand_strategy_page section.sec_1 .global_inner h2 {
    font-size: 60px;
    line-height: 70px;
}

body.term_page.press_page section.sec_1 .banner_img img {
    width: 90%;
    margin-left: auto;
    display: block;
}

button.btn-dark.red:hover {
    box-shadow: 0 0 30px #39AFF9;
    transition: .5s ease;
}

.global_btn span:nth-child(2) button:hover {
    transition: .5s ease;
    background: #007CCA;
    border: 1px solid #007CCA !important;
    box-shadow: 0 0 30px #39AFF9;
    color: #fff !important;
}

img.size_wraper {
    width: 80%;
}

.banner_new_inner h3 {
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 33px;
}

.banner_new_inner h1 {
    font-size: 64px;
    line-height: 54px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.banner_new_inner h5 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.banner_new_inner img {
    margin: 30px 0;
}

.banner_new_inner button.btn-dark {
    width: 85%;
    height: 60px;
    background: #3F0808;
    border-radius: 40px;
    border: 4px solid #39AFF9;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    transition: .5s ease;
}

.banner_new_inner button.btn-dark svg {
    margin: 0 0 0 15px;
}

.tabs_content_new {
    display: flex;
    align-items: center;
    margin: 60px 0 0 0;
    flex-direction: row-reverse;
}

.tabs_content_new ul#myTab {
    display: block;
    flex: 0 0 25%;
    border: none !important;
}

.tabs_content_new div#myTabContent {
    flex: 0 0 75%;
}

.tabs_wraper_inner ul {
    /* display: flex; */
    /* align-items: center; */
    flex-direction: row-reverse;
}

.tabs_wraper_inner ul li img {
    width: 380px;
    height: 570px;
}

.tabs_wraper_inner ul li {
    margin: 0 40px 0 0;
}

.tabs_content_new ul#myTab li.nav-item button {
    padding: 0;
    background: transparent !important;
    box-shadow: unset;
    border: 1px solid #000;
    border-radius: 30px;
    width: 260px;
    height: 51px;
    color: #2D2D2D;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    padding: 0 0 0 15px;
    transition: .5s ease;
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    justify-content: start;
}

.tabs_content_new ul#myTab li.nav-item {
    margin: 0 0 15px 0;
    padding: 0;
}

.tabs_wraper_inner ul li:nth-child(1) .global_btn {
    justify-content: center;
}

.tabs_wraper_inner ul li:nth-child(1) .global_btn span {
    margin: 0;
}

.banner_new_inner button.btn-dark:hover {
    background: #39AFF9;
    transition: .5s ease;
}

.tabs_content_new ul#myTab li.nav-item button:hover,
.tabs_content_new ul#myTab li.nav-item button.active {
    background: #2D2D2D !important;
    border: 1px solid #2D2D2D;
    color: #fff;
    transition: .5s ease;
}

.tabs_wraper_inner ul li h2 {
    font-size: 60px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    width: 90%;
    line-height: 70px;
    margin: 0 0 15px 0;
}

.tabs_wraper_inner ul li h4 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.tabs_wraper_inner ul li h5,
.pr_agency_inner h5 {
    color: #000;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    position: relative;
}

.tabs_wraper_inner ul li h5:before,
.pr_agency_inner h5:before {
    content: '';
    display: block;
    position: absolute;
    background: #007CCA;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tabs_content_new ul#myTab li.nav-item button img {
    margin: 0 10px 0 0;
}

.tabs_content_new ul#myTab li.nav-item button:hover img,
.tabs_content_new ul#myTab li.nav-item button.active img {
    transition: .5s ease;
}

.global_inner.black_color.center_wrap h1 {
    color: #000;
}

section.pr_agency_section {
    background-image: url(../images/pr_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 944px;
    padding: 200px 0 0 0;
}

.pr_agency_inner h5 {
    color: #fff;
    width: fit-content;
    margin: auto;
}

.pr_agency_inner h1 {
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    line-height: 70px;
    margin: 0 0 10px 0;
}

.pr_agency_inner h1 span {
    display: block;
    font-weight: bold;
}

.pr_agency_inner p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 52%;
    margin: auto !important;
}

img.right {
    width: 80%;
    margin-left: auto;
    display: block;
}

section.pr_points_section {
    padding: 0 0 80px 0;
}

.pr_service_points ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.pr_service_points ul li {
    display: flex;
    background-image: url(../images/red_shadow.webp);
    background-repeat: no-repeat;
    height: 119px;
    flex: 0 0 14%;
    background-position: bottom center;
    background-size: contain;
    align-items: center;
    justify-content: center;
    padding: 0px 0 10px 40px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.pr_service_points ul li:nth-child(2),
.pr_service_points ul li:nth-child(4),
.pr_service_points ul li:nth-child(6) {
    background-image: url(../images/black_shadow.webp);
}

.pr_service_points ul li:nth-child(6) {
    padding-left: 50px;
    font-size: 16px;
}

.pr_chart img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 80px;
}

.program_inner {
    border: 2px solid #D9D9D9;
    border-radius: 50px;
    margin: 80px 0 0 0;
    padding: 60px;
}

.program_inner h3 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 0 0 0;
}

.program_child {
    display: flex;
    margin-top: 60px;
}

.program_child span {
    margin: 0 30px 0 0;
}

.program_child span h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 10px 0;
    color: #000;
}

.program_child span p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px 0 !important;
}

.program_child span ul li {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0 0 0px 15px;
    line-height: 22px;
    position: relative;
}

.program_child span ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

section.pr_post_sec {
    padding: 30px 0 80px 0;
}

.pr_agency_post {
    background: #fff;
    border: 2px solid #D9D9D9;
    border-radius: 40px;
    padding: 0 0 0 40px;
    margin: 40px 0 0 0;
}

.pr_agency_post ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pr_agency_post ul li h2 {
    font-size: 46px;
    font-weight: bold;
    color: #000;
    line-height: 46px;
    margin: 0 0 15px 0;
}

.pr_agency_post ul li p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    width: 90%;
    margin: 0 0 15px 0 !important;
}

section.pr_post_sec .program_child h2 {
    font-size: 46px;
    line-height: 36px;
    margin: 0 0 10px 0;
}

.global_btn.top_space {
    justify-content: center;
    margin-top: 50px;
}

.m_shape {
    DISPLAY: NONE;
}

div#magazineViewport img.logo-backs2 {
    display: none !important;
}

img.logo-backs2 {
    display: none !important;
}

.container-fluid.spacing {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.ifram_sec {
    position: relative;
}

section.ifram_sec:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 332px;
    height: 300px;
    bottom: 80px;
    left: 0;
    z-index: 99;
}

.banner_new_inner h5:before,
.banner_new_inner h5:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 30px;
    height: 4px;
    right: 0;
    left: -160px;
    margin: auto;
    bottom: 0;
    top: 0;
}

.banner_new_inner h5:after {
    right: -160px;
    left: 0;
}

.modal-header {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 20px;
}

.modal-body {
    padding: 0 !important;
}

.modal {
    background: #0000008c;
}

.modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    top: 20%;
}

.popup_form_wrp {
    padding: 0 15px;
    text-align: center;
}

.popup_form_wrp h2 {
    font-weight: 800;
    font-size: 35px;
    color: #000;
    margin: 0 0 10px 20px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.modal-content {
    padding: 30px 0;
}

.popup_form_wrp p {
    color: #343434;
    font-weight: 500;
    text-align: left;
}

.popup_form_wrp form input,
.popup_form_wrp form select,
.popup_form_wrp form textarea {
    width: 100%;
    background: #fff;
    border-radius: 20px;
    height: 45px;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    font-family: 'Raleway';
    font-weight: 500;
    outline: none;
    color: rgba(0, 0, 0, 0.44);
    border: none;
    box-shadow: 0 0 10px 0 #cccc;
}

.popup_form_wrp form {
    margin: 30px 0 0 0;
}

.popup_form_wrp form input::placeholder,
.popup_form_wrp form textarea::placeholder {
    color: rgba(0, 0, 0, 0.44);
    font-size: 14px;
}

.popup_form_wrp form textarea {
    border-radius: 15px;
    height: 130px;
    padding: 15px 18px;
}

.popup_form_wrp form select {
    font-size: 14px;
    font-weight: 500;
}

.modal-content {
    border-radius: 20px;
}

.modal-content {
    border: 2px solid #007CCA !important;
}

.popup_form_wrp h2:before {
    content: '';
    display: block;
    position: absolute;
    background: #007CCA;
    width: 10px;
    height: 40px;
    left: -20px;
    border-radius: 5px;
}

span.color_form {
    color: #007CCA;
}

button.btn-close {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #007CCA;
    opacity: 1;
    border-radius: 0;
    width: 30px;
    height: 25px;
    border-bottom-left-radius: 20px;
}

button.btn-close:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(42deg);
    left: 25px;
    border-radius: 5px;
}

button.btn-close:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 4px;
    height: 26px;
    top: 5px;
    transform: rotate(129deg);
    left: 24px;
    border-radius: 5px;
}

button.btn-close:hover {
    background: #F3AD16;
    opacity: 1;
}

button.popup_button {
    background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-transform: capitalize;
    width: 200px;
    height: 50px;
    font-family: 'Raleway';
}

button.popup_button:hover {
    background: #f3ad16;
}

.popup_form_wrp input[type="submit"] {
    margin: 0 !important;
    box-shadow: unset !important;
    background: #007CCA !important;
    color: #fff !important;
    text-transform: uppercase;
    width: 42% !important;
    padding: 0 !important;
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
span,
p,
input,
textarea,
a,
li {
    font-family: "Poppins", sans-serif;
}

p {
    margin: 0 !important;
}

ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

.container {
    max-width: 1440px !important;
    margin: auto !important;
    width: 100% !important;
}

.logo img {
    width: 100%;
}

.banner_img img {
    width: 100%;
}

body.reputation_page section.sec_1 .banner_img img {
    width: 100%;
}

section.sec_1 {
    padding: 230px 0 0 6px;
    background: #000;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background-image: url(../images/banner_new_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 941px;
}

header.header_wrap {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 70px;
}

.global_inner h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 18px;
    padding: 0 0 0 15px;
    position: relative;
}

.global_inner h1,
.global_inner h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    margin: 15px 0;
    text-transform: c;
}

.global_inner p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    text-transform: capitalize;
    margin: auto !important;
}

.global_inner h5:before {
    content: '';
    display: block;
    position: absolute;
    background: #007CCA;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.global_btn {
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.global_btn span button {
    height: 55px;
    background: #000;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 30px;
}

.global_btn span {
    margin: 0 15px 0 0;
}

.global_btn span:nth-child(2) button {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

div#navbarSupportedContent {
    justify-content: end;
}

div#navbarSupportedContent ul.navbar-nav li a {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

div#navbarSupportedContent ul.navbar-nav li {
    margin: 0 0 0 30px;
}

section.logo_sec {
    padding: 30px 0;
}

.logo_inner ul li img {
    width: 60%;
    margin: auto;
    display: block;
    filter: grayscale(1);
}

section.simple_sec {
    padding: 80px 0;
}

section.black {
    background: linear-gradient(rgba(248, 250, 252, 1), rgba(248, 250, 252, 1)) !important;
}

.single_img img {
    width: 95%;
}

.global_inner h4 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 15px 0;
}

button.btn-dark.red {
    background: #007CCA;
    border: 1px solid #007CCA;
    transition: .5s ease;
    color: #ffff;
}

h5.red_dot:before {
    background: #007CCA;
}

.global_inner.black_color h5,
.global_inner.black_color h2,
.global_inner.black_color p,
.global_inner.black_color h4 {
    color: #000;
}

.counter_wraper ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.counter_wraper ul li {
    text-align: center;
}

.counter_wraper ul li h2 {
    font-size: 60px;
    font-weight: bold;
    color: #000;
    line-height: 60px;
    margin: 0;
}

.counter_wraper ul li p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

section.cta_sec {
    background: linear-gradient(rgba(248, 250, 252, 1), rgba(248, 250, 252, 1)) !important;
    padding: 80px 0 0 0;
}

section.spotlight_sec {
    padding: 80px 0;
}

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

.global_inner.black_color.center_wrap h5 {
    width: fit-content;
    margin: auto;
}

.spotlight_box {
    text-align: center;
    border: 1px solid #000;
    padding: 60px 20px 0 20px;
    border-radius: 30px;
    position: relative;
    min-height: 310px;
}

.spotlight_box span {
    width: 90px;
    height: 90px;
    display: flex;
    position: absolute;
    border: 1px solid #000;
    border-radius: 50%;
    right: 0;
    left: 0;
    margin: auto;
    top: -50px;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.spotlight_box h3 {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
    margin: 0 0 15px 0;
}

.spotlight_box p {
    color: gray;
    font-weight: 400;
    font-size: 14px;
}

section.pres_sec {
    padding: 80px 0 80px 0 !important;
    background: linear-gradient(rgba(248, 250, 252, 1), rgba(248, 250, 252, 1)) !important;
    {
        padding: 0 !important;
        border: none !important;
        margin-bottom: 20px;
    }
    .modal-body {
        padding: 0 !important;
    }
    .modal {
        background: #0000008c;
    }
    .modal-dialog {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        top: 20%;
    }
    .popup_form_wrp {
        padding: 0 15px;
        text-align: center;
    }
    .popup_form_wrp h2 {
        font-weight: 800;
        font-size: 35px;
        color: #494949;
        margin: 0 0 10px 20px;
        position: relative;
    }
    .modal-content {
        padding: 30px 0;
    }
    .popup_form_wrp p {
        color: #343434;
        font-weight: 500;
    }
    .popup_form_wrp form input,
    .popup_form_wrp form select,
    .popup_form_wrp form textarea {
        width: 100%;
        background: #fff;
        border-radius: 20px;
        height: 45px;
        margin: 0 0 15px 0;
        padding: 0 0 0 20px;
        font-family: 'Raleway';
        font-weight: 500;
        outline: none;
        color: rgba(0, 0, 0, 0.44);
        border: none;
        box-shadow: 0 0 10px 0 #cccc;
    }
    .popup_form_wrp form {
        margin: 30px 0 0 0;
    }
    .popup_form_wrp form input::placeholder,
    .popup_form_wrp form textarea::placeholder {
        color: rgba(0, 0, 0, 0.44);
        font-size: 14px;
    }
    .popup_form_wrp form textarea {
        border-radius: 15px;
        height: 130px;
        padding: 15px 18px;
    }
    .popup_form_wrp form select {
        font-size: 14px;
        font-weight: 500;
    }
    .modal-content {
        border-radius: 20px;
    }
    .modal-content {
        border: 2px solid #1779E0 !important;
    }
    .popup_form_wrp h2:before {
        content: '';
        display: block;
        position: absolute;
        background: #1779E0;
        width: 10px;
        height: 40px;
        left: -20px;
        border-radius: 5px;
    }
    span.color_form {
        color: #1779E0;
    }
    button.btn-close {
        position: absolute;
        right: 8px;
        top: 8px;
        background: #1779E0;
        opacity: 1;
        border-radius: 0;
        width: 30px;
        height: 25px;
        border-bottom-left-radius: 20px;
    }
    button.btn-close:after {
        content: '';
        display: block;
        position: absolute;
        background: #fff;
        width: 4px;
        height: 26px;
        top: 5px;
        transform: rotate(42deg);
        left: 25px;
        border-radius: 5px;
    }
    button.btn-close:before {
        content: '';
        display: block;
        position: absolute;
        background: #fff;
        width: 4px;
        height: 26px;
        top: 5px;
        transform: rotate(129deg);
        left: 24px;
        border-radius: 5px;
    }
    button.btn-close:hover {
        background: #F3AD16;
        opacity: 1;
    }
    button.popup_button {
        background: linear-gradient(180deg, #39AFF9 0%, #007CCA 100%);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        border: none;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        color: #FFFFFF;
        text-transform: capitalize;
        width: 200px;
        height: 50px;
        font-family: 'Raleway';
    }
    button.popup_button:hover {
        background: #f3ad16;
    }
    .popup_form_wrp input[type="submit"] {
        margin: 0 !important;
        box-shadow: unset !important;
        background: #1779E0 !important;
        color: #fff !important;
        text-transform: uppercase;
        width: 42% !important;
        padding: 0 !important;
        font-family: 'zeroes-regular' !important;
        letter-spacing: 1px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    button,
    span,
    p,
    input,
    textarea,
    a,
    li {
        font-family: "Poppins", sans-serif;
    }
    p {
        margin: 0 !important;
    }
    ul {
        list-style: none;
        padding: 0 !important;
        margin: 0 !important;
    }
    a {
        text-decoration: none !important;
    }
    .logo img {
        width: 35%;
    }
    .banner_img img {
        width: 100%;
    }
    section.sec_1 {
        padding: 150px 0 60px 0;
        background-image: url(../images/banner-1.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    header.header_wrap {
        position: absolute;
        width: 100%;
        z-index: 9;
        top: 30px;
    }
    .global_inner h5 {
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        line-height: 18px;
        padding: 0 0 0 15px;
        position: relative;
    }
    .global_inner h2 {
        color: #fff;
        font-size: 59px;
        font-weight: bold;
        line-height: 65px;
        margin: 15px 0;
    }
    .global_inner p {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        line-height: 26px;
        width: 59%;
        margin: auto !important;
    }
    .global_inner h5:before {
        content: '';
        display: block;
        position: absolute;
        background: #fff;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }
    .global_btn {
        margin: 30px 0 0 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .global_btn span button {
        width: 230px;
        height: 55px;
        background: #000;
        border: 1px solid #000;
        border-radius: 10px;
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
    }
    .global_btn span {
        margin: 0 15px 0 0;
    }
    .global_btn span:nth-child(2) button {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
    }
    div#navbarSupportedContent {
        justify-content: end;
    }
    div#navbarSupportedContent ul.navbar-nav li a {
        padding: 0;
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }
    div#navbarSupportedContent ul.navbar-nav li {
        margin: 0 0 0 50px;
    }
    section.logo_sec {
        padding: 30px 0;
    }
    .logo_inner ul li img {
        width: 60%;
        margin: auto;
        display: block;
        filter: grayscale(1);
    }
    section.simple_sec {
        padding: 80px 0;
    }
    section.simple_sec.black {
        background: linear-gradient(rgba(248, 250, 252, 1), rgba(248, 250, 252, 1)) !important;
    }
    .single_img img {
        width: 95%;
    }
    .global_inner h4 {
        font-size: 30px;
        font-weight: 500;
        color: #fff;
        margin: 15px 0;
    }
    button.btn-dark.red {
        background: #007CCA;
        border: 1px solid #007CCA;
        color: #fff !important;
    }
    h5.red_dot:before {
        background: #007CCA;
    }
    .global_inner.black_color h5,
    .global_inner.black_color h2,
    .global_inner.black_color p {
        color: #000;
    }
    .counter_wraper ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .counter_wraper ul li {
        text-align: center;
    }
    .counter_wraper ul li h2 {
        font-size: 60px;
        font-weight: bold;
        color: #000;
        line-height: 60px;
        margin: 0;
    }
    .counter_wraper ul li p {
        color: #000;
        font-size: 16px;
        font-weight: 400;
    }
    section.cta_sec {
        background: linear-gradient(rgba(248, 250, 252, 1), rgba(248, 250, 252, 1)) !important;
        padding: 80px 0;
    }
    section.spotlight_sec {
        padding: 80px 0;
    }
    .global_inner.black_color.center_wrap {
        text-align: center;
    }
    .global_inner.black_color.center_wrap h5 {
        width: fit-content;
        margin: auto;
    }
    .spotlight_box {
        text-align: center;
        border: 1px solid #000;
        padding: 90px 20px 30px 20px;
        border-radius: 30px;
        position: relative;
        min-height: 350px;
    }
    .spotlight_box span {
        width: 120px;
        height: 120px;
        display: flex;
        position: absolute;
        border: 1px solid #000;
        border-radius: 50%;
        right: 0;
        left: 0;
        margin: auto;
        top: -50px;
        background: #fff;
        align-items: center;
        justify-content: center;
    }
    .spotlight_box h3 {
        font-weight: bold;
        color: #000;
        font-size: 30px;
        letter-spacing: 0px;
        line-height: 40px;
        margin: 0 0 15px 0;
    }
    .spotlight_box p {
        color: gray;
        font-weight: 400;
        text-align: justify;
    }
    section.pres_sec {
        padding: 0 0 80px 0;
    }
    .press_box {
        text-align: center;
    }
    .press_box .global_btn.center_btn {
        justify-content: center;
        margin: 20px 0 0 0;
    }
    .press_box .global_btn.center_btn button {
        height: 45px;
        width: 150px;
        font-size: 16px;
        padding: 0;
    }
    .press_box p {
        font-size: 18px;
        font-weight: 400;
        color: #000;
    }
    .press_box hr {
        background: #000;
        border: none;
    }
    section.pres_sec.expertise_sec .press_box img {
        height: 100px;
        width: 100px;
        object-fit: contain;
        margin: 0 0 25px 0;
    }
    .press_box h3 {
        color: #000;
        font-weight: bold;
        font-size: 26px;
        line-height: 26px;
        margin: 0 0 10px 0;
    }
}

.press_box {
    text-align: center;
    box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.16);
    border: .5px solid rgb(167 20 15 / 13%);
    padding: 35px 20px;
    min-height: 340px;
}

.press_box .global_btn.center_btn {
    justify-content: center;
    margin: 20px 0 0 0;
}

.press_box .global_btn.center_btn button {
    height: 45px;
    width: 150px;
    font-size: 16px;
}

.press_box p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.press_box hr {
    background: #000;
    border: none;
}

section.pres_sec.expertise_sec .press_box img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    margin: 0 0 25px 0;
}

.press_box h3 {
    color: #000;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    margin: 0 0 10px 0;
}

section.pres_sec.expertise_sec {
    background: #fff !important;
}

section.testimonial_global_sec section.testimonial_global_sec .slick-slider {
    margin-left: -12%;
    margin-right: -12%;
}

section.testimonial_global_sec .slick-list {
    padding-top: 5% !important;
    padding-bottom: 3% !important;
    padding-left: 15% !important;
    padding-right: 15% !important;
}

section.testimonial_global_sec .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

section.testimonial_global_sec .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
}

section.testimonial_global_sec .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}

section.testimonial_global_sec .slick-snext,
section.testimonial_global_sec .slick-sprev {
    display: block;
}

section.testimonial_global_sec .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, 0, 20px);
    z-index: 2;
}

section.testimonial_global_sec .slick-snext {
    opacity: 0.5;
    transform: translate3d(20%, 0, 0px);
    z-index: 1;
}

section.testimonial_global_sec .slick-sprev {
    opacity: 0.5;
    transform: translate3d(-20%, 0, 0px);
}

.test {
    display: block;
    width: 70%;
    background: #fff;
    margin: auto;
    padding: 40px 30px;
    text-align: center;
    border-radius: 20px;
}

section.testimonial_global_sec {
    padding: 80px 0;
    background-image: url(../images/slider_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.test p {
    color: #000;
    font-weight: 400;
    font-size: 18px;
}

.test ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 0 0 !important;
}

.test ul li {
    flex: 0 0 50%;
}

.test ul li img {
    width: 50%;
}

.test ul li h5 {
    margin: 0 0 0 0;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

section.faqs_sec {
    padding: 80px 0;
    background: linear-gradient(rgba(248, 250, 252, 1), rgba(248, 250, 252, 1)) !important;
}

.accordion-item {
    border: none !important;
    margin: 0 0 20px 0;
    background: transparent !important;
}

button.accordion-button {
    background: transparent !important;
    border: none !important;
    box-shadow: unset !important;
    font-size: 18px;
    font-weight: 700;
    color: #000 !important;
    padding: 0;
    line-height: 48px;
}

.accordion-body {
    padding: 0;
}

.accordion-body ul li {
    padding: 0 0 0 15px;
    margin: 0;
    color: #000;
    position: relative;
}

.accordion-body ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    margin: auto;
    top: 0;
}

.accordion-body p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.accordion-body ul {
    margin: 10px 0 0 15px !important;
}

.faqs_inner h2 {
    font-size: 60px;
    font-weight: bold;
    color: #000;
    line-height: 70px;
}

.form_main {
    box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.16);
    border: .5px solid rgba(100, 146, 253, .2);
    text-align: center;
    padding: 40px 20px;
    border-radius: 30px;
    background: #fff;
    width: 80%;
    margin-left: auto;
}

.form_main h2 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px 0;
    line-height: 50px;
}

.form_main p {
    color: #000;
    font-size: 17px;
}

.form_main form {
    margin: 30px 0 0 0;
}

.form_main form input,
.form_main form textarea {
    width: 90%;
    height: 50px;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    border: none;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    outline: none;
}

.form_main form input::placeholder,
.form_main form textarea::placeholder {
    color: #000;
}

.form_main form textarea {
    height: 100px;
    padding: 15px 0 0 15px;
}

.form_main input[type="submit"] {
    box-shadow: unset;
    background: #007CCA;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    width: 40%;
    padding: 0 !important;
}

section.cta_sec.black_sec_new {
    background: transparent !important;
}

.global_btn.center_btn {
    justify-content: center;
}

.footer_inner img {
    width: 70%;
    margin: 0 0 0 0;
}

section.footer_sec {
    background: #000;
    padding: 80px 0;
}

.footer_inner p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0 10px 0 !important;
}

.footer_inner ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
}

.footer_inner ul li {
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

ul.star_img {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 20px 0 0 0 !important;
}

ul.star_img li {
    flex: 0 0 25%;
}

ul.star_img li img {
    width: 50%;
}

.footer_wraper h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 20px 0;
}

.footer_wraper ul li {
    margin: 0 0 10px 0;
}

.footer_wraper ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.footer_wraper h5 {
    color: #fff;
    font-size: 20px;
}

li.nav-item.dropdown ul.dropdown-menu.show li a {
    color: #000 !important;
}

li.nav-item.dropdown ul.dropdown-menu.show li {
    margin: 0 0 10px 0 !important;
}

ul.dropdown-menu.show {
    padding: 20px 15px !important;
}

.global_inner ul {
    margin: 20px 0 0 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.global_inner ul li {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    padding: 0 0 0 20px;
    position: relative;
    flex: 0 0 50%;
}

.global_inner ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #007CCA;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    top: 11px;
}

body.brand_strategy_page .banner_img img {
    width: 90%;
    margin-left: auto;
    display: block;
}

section.spotlight_sec .row.mt-5 {
    margin-top: 100px !important;
}

img.small {
    width: 90%;
    margin-left: auto;
    display: block;
}

.cta_img img {
    display: block;
    margin: auto;
    width: 100%;
}

section.simple_content_sec {
    padding: 80px 0 80px 0 !important;
}

.content_simple_inner h2 span {
    background: #007CCA;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 20px 0 0;
}

.content_simple_inner h2 {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    line-height: 26px;
    margin: 0 0 15px 0;
}

.content_simple_inner p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.content_simple_inner {
    box-shadow: 0px 11px 30px rgba(0, 0, 0, 0.16);
    border: .5px solid rgba(100, 146, 253, .2);
    background: #fff;
    padding: 20px 20px;
    border-radius: 5px;
    min-height: 200px;
}

body.digital_marketing .banner_img img {
    width: 100%;
    margin-left: auto;
    display: block;
}

section.simple_content_sec.padding_top {
    padding-top: 80px;
}

section.spotlight_sec.marketing_sec .spotlight_box h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

body.reputation_page section.sec_1 {
    position: relative;
    overflow: hidden;
    padding-top: 60px;
}

section.spotlight_sec.marketing_sec .spotlight_box span img {
    width: 64px;
}

.mokup_img ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mokup_img ul li {
    flex: 0 0 33%;
    margin: 0 0 30px 0;
}

.mokup_img ul li img {
    width: 100%;
}

.logo_wrapers_global {
    text-align: center;
    margin: 30px 0 0 0;
}

.logo_wrapers_global img {
    width: 90%;
}

.mokup_img {
    margin: 60px 0 0 0;
}

div#navbarSupportedContent ul.navbar-nav li a:hover {
    transition: .5s ease;
    color: #007CCA;
}

body.about_page section.sec_1,
body.contact_page section.sec_1,
body.brand_strategy_page section.sec_1,
body.content_engagement section.sec_1,
body.digital_marketing section.sec_1,
body.reputation_page section.sec_1,
body.web_design section.sec_1,
body.press_page section.sec_1,
section.sec_1.terms_sec {
    background-image: url(../images/pr_bg.webp);
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.accordion-button:not(.collapsed)::after {
    filter: hue-rotate(136deg);
}

section.sec_1.terms_sec .global_inner {
    text-align: center;
}

section.sec_1.terms_sec .global_inner h5 {
    width: fit-content;
    margin: auto;
}

body.contact_page section.sec_1 .banner_img img {
    width: 70%;
    margin-left: auto;
    display: block;
}

section.term_sec_content {
    padding: 80px 0;
}

.term_content_inner h2 {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 15px 0;
    font-weight: bold;
    color: #000;
}

.term_content_inner p {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px 0 !important;
    font-weight: 300;
    color: #000;
}

.term_content_inner ul li {
    padding: 0 0 0 20px;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin: 0 0 5px 0;
}

.term_content_inner ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.term_content_inner ul {
    margin: 0 0 30px 0 !important;
}

section.cta_sec .global_btn span:nth-child(2) button {
    border: 1px solid #000;
    color: #000;
}

section.sec_new_page {
    padding: 80px 0;
    overflow: hidden;
}

.row.global_row {
    border-radius: 30px;
    margin-top: 50px;
}

.global_slider_innner {
    text-align: center;
}

.global_slider_innner h2 {
    color: #000;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
}

.global_slides {
    margin: 50px 0 0 0;
}

.head {
    text-align: center;
    color: #fff;
    margin: 5rem 0;
}

.head a {
    color: #fff;
}

.head h3 {
    font-size: 14px;
    font-weight: normal;
}

.carousel {
    overflow-x: clip;
}

.swiper {
    padding: 5rem 0;
    overflow: visible;
}

.swiper .swiper-slide {
    width: 400px;
}

.single {
    position: relative;
    pointer-events: none;
    user-select: none;
}

.single img {
    width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 8px;
    pointer-events: none;
}

.row.global_row.second_row {
    margin-top: 100px;
}

.row.global_row.second_row .carousel {
    margin-top: 50px;
}

.mover {
    animation: mover 1s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

.m_shape ul li {
    position: absolute;
    top: 0;
    z-index: -1;
}

.m_shape ul li:nth-child(1) {
    right: 0;
}

.m_shape ul li:nth-child(2) {
    left: 26%;
}

.m_shape ul li:nth-child(3) {
    top: unset;
    bottom: 0;
    left: 37%;
}

.m_shape ul li:nth-child(4) {
    top: unset;
    bottom: 0;
    left: 48%;
}

.m_shape ul li:nth-child(5) {
    right: 4.5%;
    top: unset;
    bottom: 0;
}

.m_shape ul li:nth-child(6) {
    right: 0;
    top: unset;
    bottom: 0;
}

section.sec_1 .global_inner h2 {
    font-size: 60px;
    line-height: 70px;
    text-transform: capitalize;
}


/* animations */

.fadeDown {
    animation: fadeDownEffect 2s ease-out;
}

@keyframes fadeDownEffect {
    0% {
        opacity: 0;
        transform: translateY(-300px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUp {
    animation: slideUpEffect 2s ease-out;
    will-change: transform;
    /* Smoother transition for transform */
}

@keyframes slideUpEffect {
    0% {
        transform: translateY(500px);
        /* Start below the original position */
    }
    100% {
        transform: translateY(0);
        /* End at the original position */
    }
}

.fadeleft {
    animation: slideLeftEffect 0.9s ease-out;
    will-change: transform;
    /* Smoother transition for transform */
}

@keyframes slideLeftEffect {
    0% {
        transform: translateX(-500px);
        /* Start below the original position */
    }
    100% {
        transform: translateX(0);
        /* End at the original position */
    }
}

.fadeRight {
    animation: slideRightEffect 0.9s ease-out;
    will-change: transform;
    /* Smoother transition for transform */
}

@keyframes slideRightEffect {
    0% {
        transform: translateX(500px);
        /* Start below the original position */
    }
    100% {
        transform: translateX(0);
        /* End at the original position */
    }
}

body.about_page section.sec_1 .global_inner h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
}

body.brand_strategy_page .global_inner h2 {
    font-size: 50px;
    line-height: 60px;
}

body.content_engagement section.sec_1 .global_inner h2 {
    font-size: 50px;
    line-height: 65px;
}

body.digital_marketing section.sec_1 .global_inner h2 {
    font-size: 55px;
    line-height: 65px;
}

.social_links {
    display: flex;
    align-items: center;
}

.social_links a {
    background: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 15px 0 0;
    transition: .5s ease;
}

.social_links {
    margin: 30px 0 0 0;
}

.social_links a svg,
.social_links a i {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
}

.social_links a:hover {
    background: #007CCA;
    color: #fff;
    transition: .5s ease;
}

.social_links a:hover svg {
    color: #fff;
    transition: .5s ease;
}

section.our-banner.home-banner {
    background: #000;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.third_wrap {
    text-align: center;
}

.third_wrap h1 {
    font-size: 70px;
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid red;
    width: fit-content;
    margin: auto;
    padding: 0 0 20px 0;
}

body.brand_strategy_page section.sec_1 .global_inner h2 {
    font-size: 60px;
    line-height: 70px;
}

body.term_page.press_page section.sec_1 .banner_img img {
    width: 90%;
    margin-left: auto;
    display: block;
}

button.btn-dark.red:hover {
    box-shadow: 0 0 30px #39AFF9;
    transition: .5s ease;
}

.global_btn span:nth-child(2) button:hover {
    transition: .5s ease;
    background: #007CCA;
    border: 1px solid #007CCA !important;
    box-shadow: 0 0 30px #39AFF9;
    color: #fff !important;
}

img.size_wraper {
    width: 80%;
}

.banner_new_inner {
    text-align: center;
}

.banner_new_inner h3 {
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 33px;
}

.banner_new_inner h1 {
    font-size: 144px;
    line-height: 104px;
    font-weight: bold;
    text-transform: capitalize;
    color: #1779E0;
    margin: -10px 0 30px 0;
}

.banner_new_inner h5 {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    position: relative;
}

.banner_new_inner img {
    margin: 30px 0;
}

.banner_new_inner button.btn-dark {
    width: 300px;
    height: 60px;
    background-color: transparent;
    border-radius: 40px;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    transition: .5s ease;
    margin: auto;
    background-image: url(../images/btn-bg.webp) !important;
    background-repeat: repeat;
    background-size: contain !important;
}

.banner_new_inner button.btn-dark svg {
    margin: 0 0 0 15px;
}

.tabs_content_new {
    display: flex;
    align-items: center;
    margin: 0;
    flex-direction: row-reverse;
}

.tabs_content_new ul#myTab {
    display: block;
    flex: 0 0 35%;
    border: none !important;
}

.tabs_content_new div#myTabContent {
    flex: 0 0 75%;
}

.tabs_wraper_inner ul {
    /* display: flex; */
    /* align-items: center; */
    flex-direction: row-reverse;
}

.tabs_wraper_inner ul li {
    margin: 0 50px 0 0px;
    width: 70% !important;
    display: block !important;
    margin-left: auto;
}

.tabs_content_new ul#myTab li.nav-item button {
    padding: 0;
    background: #fff !important;
    box-shadow: unset;
    border: 1px solid #ffff;
    border-radius: 30px;
    width: 100%;
    height: 91px;
    color: #2D2D2D;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    padding: 0 20px;
    transition: .5s ease;
    display: block !important;
}

.tabs_content_new ul#myTab li.nav-item {
    margin: 0 0 15px 0;
    padding: 0;
}

.tabs_wraper_inner ul li:nth-child(1) .global_btn {
    justify-content: center;
}

.tabs_wraper_inner ul li:nth-child(1) .global_btn span {
    margin: 0;
}

.banner_new_inner button.btn-dark:hover {
    background: #39AFF9;
    transition: .5s ease;
}

.tabs_content_new ul#myTab li.nav-item button:hover,
.tabs_content_new ul#myTab li.nav-item button.active {
    background: #fff !important;
    border: 1px solid #ffff;
    color: #fff;
    transition: .5s ease;
}

.tabs_wraper_inner ul li h2 {
    font-size: 45px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    width: 100%;
    line-height: 50px;
    margin: 0 0 15px 0;
}

.tabs_wraper_inner ul li h4 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}

.tabs_wraper_inner ul li h5,
.pr_agency_inner h5 {
    color: #000;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    position: relative;
}

.tabs_wraper_inner ul li h5:before,
.pr_agency_inner h5:before {
    content: '';
    display: block;
    position: absolute;
    background: #007CCA;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tabs_content_new ul#myTab li.nav-item button img {
    margin: 0 10px 0 0;
}

.tabs_content_new ul#myTab li.nav-item button:hover img,
.tabs_content_new ul#myTab li.nav-item button.active img {
    transition: .5s ease;
}

.global_inner.black_color.center_wrap h1 {
    color: #000;
}

section.pr_agency_section {
    background-image: url(../images/pr_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 944px;
    padding: 0;
}

.pr_agency_inner h5 {
    color: #fff;
    width: fit-content;
    margin: auto;
}

.pr_agency_inner h1 {
    font-size: 52px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    line-height: 70px;
    margin: 0 0 10px 0;
}

.pr_agency_inner h1 span {
    display: block;
    font-weight: bold;
}

.pr_agency_inner p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    width: 54%;
    margin: auto !important;
    text-transform: capitalize;
}

img.right {
    width: 80%;
    margin-left: auto;
    display: block;
}

section.pr_points_section {
    padding: 0 0 80px 0;
}

.pr_service_points ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.pr_service_points ul li {
    display: flex;
    background-image: url(../images/red_shadow.webp);
    background-repeat: no-repeat;
    height: 119px;
    flex: 0 0 14%;
    background-position: bottom center;
    background-size: contain;
    align-items: center;
    justify-content: center;
    padding: 0px 0 10px 40px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}

.pr_service_points ul li:nth-child(2),
.pr_service_points ul li:nth-child(4),
.pr_service_points ul li:nth-child(6) {
    background-image: url(../images/black_shadow.webp);
}

.pr_service_points ul li:nth-child(6) {
    padding-left: 50px;
    font-size: 16px;
}

.pr_chart img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 80px;
}

.program_inner {
    border: 2px solid #D9D9D9;
    border-radius: 50px;
    margin: 80px 0 0 0;
    padding: 60px;
}

.program_inner h3 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
    margin: 0 0 0 0;
}

.program_child {
    display: flex;
    margin-top: 60px;
}

.program_child span {
    margin: 0 30px 0 0;
}

.program_child span h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 10px 0;
    color: #000;
}

.program_child span p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px 0 !important;
}

.program_child span ul li {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0 0 0px 15px;
    line-height: 22px;
    position: relative;
}

.program_child span ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

section.pr_post_sec {
    padding: 30px 0 80px 0;
}

.pr_agency_post {
    background: #fff;
    border: 2px solid #D9D9D9;
    border-radius: 40px;
    padding: 0 0 0 40px;
    margin: 40px 0 0 0;
}

.pr_agency_post ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pr_agency_post ul li h2 {
    font-size: 46px;
    font-weight: bold;
    color: #000;
    line-height: 46px;
    margin: 0 0 15px 0;
}

.pr_agency_post ul li p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    width: 90%;
    margin: 0 0 15px 0 !important;
}

section.pr_post_sec .program_child h2 {
    font-size: 46px;
    line-height: 36px;
    margin: 0 0 10px 0;
}

.global_btn.top_space {
    justify-content: center;
    margin-top: 50px;
}

.m_shape {
    DISPLAY: NONE;
}

div#magazineViewport img.logo-backs2 {
    display: none !important;
}

img.logo-backs2 {
    display: none !important;
}

.container-fluid.spacing {
    padding-top: 80px;
    padding-bottom: 80px;
}

section.ifram_sec {
    position: relative;
}

section.ifram_sec:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 332px;
    height: 300px;
    bottom: 80px;
    left: 0;
    z-index: 99;
}

.banner_new_inner h5:before,
.banner_new_inner h5:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 30px;
    height: 4px;
    right: 0;
    left: -160px;
    margin: auto;
    bottom: 0;
    top: 0;
}

.banner_new_inner h5:after {
    right: -160px;
    left: 0;
}

body.about_page section.sec_1 {
    background-image: url(../images/about_bg.webp);
    background-color: #1022396e;
    background-blend-mode: overlay;
}

body.contact_page section.sec_1 {
    background-image: url(../images/contact_bg.webp);
}

body.brand_strategy_page section.sec_1 {
    background-image: url(../images/brand_stragity_bg.webp);
}

body.content_engagement section.sec_1 {
    background-image: url(../images/brand_stragity_bg.webp);
    padding-top: 180px;
}

body.digital_marketing section.sec_1 {
    background-image: url(../images/digital-marketing_bg.webp);
}

body.reputation_page section.sec_1 {
    background-image: url(../images/reputation-management_bg.webp);
}

body.web_design section.sec_1 {
    padding-top: 200px;
    background-image: url(../images/web-design_bg.webp);
}

body.press_page section.sec_1 {
    background-image: url(../images/press_bg.webp);
}

body.about_page section.sec_1 .global_inner h5,
body.contact_page section.sec_1 .global_inner h5,
body.brand_strategy_page section.sec_1 .global_inner h5,
body.content_engagement section.sec_1 .global_inner h5,
body.digital_marketing section.sec_1 .global_inner h5,
body.reputation_page section.sec_1 .global_inner h5,
body.web_design section.sec_1 .global_inner h5,
body.press_page section.sec_1 .global_inner h5 {
    margin: auto;
}

body.portfolio_page section.pr_agency_section {
    background-image: url(../images/portfolio_bg.webp);
    padding-top: 330px;
}

section.social_media_sec {
    padding: 80px 0;
}

.media_innr {
    text-align: center;
}

.media_innr h2 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    line-height: 40px;
    margin: 0 0 40px 0;
}

.media_innr h2 span {
    color: #007CCA;
}

.news_inner_new {
    text-align: center;
    margin: 0 0 60px 0;
}

.news_inner_new h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    line-height: 40px;
    margin: 0 0 15px 0;
}

.news_inner_new p {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
}

.news_inner_new p i {
    display: block;
}

.global_posts_wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.global_posts_wrap ul li {
    flex: 0 0 31%;
    box-shadow: 0 0 20px #ccc;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 50px 0;
}

.global_posts_wrap ul li img {
    width: 100%;
}

.child_post_inner {
    padding: 50px 0;
    text-align: center;
}

.child_post_inner h3 {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    line-height: 23px;
    margin: 0;
}

section.news_media_sec-new {
    background: #000;
    padding: 80px 0;
}

.news_inner_new.text-white h2,
.news_inner_new.text-white p {
    color: #fff;
}

.global_posts_wrap.social_media_wrap_logos ul li {
    box-shadow: unset;
    background: transparent;
    border-radius: 0;
}

.global_posts_wrap.news_post_wraper ul li img {
    border-radius: 10px;
    height: 600px;
    object-fit: fill;
    object-position: left;
}

.global_posts_wrap.laptop_wraper ul li {
    box-shadow: unset;
    background: transparent;
    flex: 0 0 29%;
}

body.portfolio_page section.pr_agency_section .pr_agency_inner h1 {
    font-weight: bold;
    line-height: 60px;
}

body.book_page header.header_wrap {
    background: #000000;
    top: 0;
    position: unset;
}

section.sec_1.terms_sec {
    background-image: url(../images/terms_bg.webp);
}

section.sec_1.terms_sec.privacy_sec_page {
    background-image: url(../images/privacy_bg.webp);
}

.global_inner.black_color.left h1 {
    color: #000;
}

.single_img.right_size img {
    width: 80%;
    display: block;
    margin-left: auto;
}

img.size_reduce {
    width: 80%;
    display: block;
    margin-left: auto;
}


/* loader */

.preloader {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: all 0.8s ease-out;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-out, visibility 0.8s ease-out;
}

body.about_page {
    overflow: auto !important;
}

ul.flag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0 0 !important;
}

ul.flag li {
    flex: 0 0 16%;
}

ul.flag li img {
    width: 90%;
}

span img.dmc {
    display: block;
    margin-top: 20px;
    width: 35%;
}

section.simple_sec p {
    width: 100% !important;
    margin: unset !important;
}

section.cta_sec .global_inner p {
    width: 90% !important;
    margin: unset !important;
}

body.about_page section.cta_sec.black_sec_new p,
body.contact_page section.cta_sec.black_sec_new p,
body.brand_strategy_page section.cta_sec.black_sec_new p,
section.cta_sec.black_sec_new {
    width: 60% !important;
    margin: auto !important;
}

body.content_engagement section.sec_1 .global_inner p {
    width: 70%;
}

.spotlight_box span img {
    width: 55%;
}

body.digital_marketing .spotlight_box {
    min-height: 250px;
}

body.digital_marketing .spotlight_box p {
    font-size: 13.5px;
}

body.home_page .spotlight_box {
    min-height: 200px;
}

body.reputation_page .spotlight_box {
    min-height: 270px;
}

section.footer_logo_wraper {
    background: linear-gradient(rgba(248, 250, 252, 1), rgba(248, 250, 252, 1)) !important;
    padding: 30px 0;
}

.footer-logo_inner ul li {
    text-align: center;
    margin: auto;
}

.footer-logo_inner ul li img {
    margin: auto;
    width: 60%;
}

.footer-logo_inner .slick-track {
    display: flex;
    align-items: center !important;
}

.banner_new_inner h4 {
    font-size: 37px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 27px;
}

section.review_bg {
    background-image: url(../images/reviews_bg.webp) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    background-color: #102239c2 !important;
    background-blend-mode: overlay;
}

section.review_bg .tabs_wraper_inner ul li h5,
section.review_bg .tabs_wraper_inner ul li h2,
section.review_bg .tabs_wraper_inner ul li h4,
section.review_bg .tabs_wraper_inner ul li p {
    color: #fff;
}

.packages_inner {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 20px;
    transition: .5s ease;
    padding: 30px 30px;
}

.packages_inner h5 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 20px 0;
    line-height: 22px;
    color: #000;
    font-family: poppins;
}

.packages_inner h2 {
    font-size: 50px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px 0;
    font-family: 'Poppins';
}

.packages_inner h2 span {
    font-size: 26px;
    font-weight: 400;
    color: #000;
}

.packages_inner p {
    color: #000000b0;
    font-size: 18px;
    line-height: 24px;
}

.packages_inner ul {
    margin: 30px 0 40px 0 !important;
}

.packages_inner ul li {
    font-size: 18px;
    color: #000000b0;
    font-weight: 400;
    margin: 0 0 15px 0;
    line-height: 18px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.packages_inner button {
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: oldlace;
    background: #007CCA;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
}

.packages_inner ul li img {
    margin: 0 10px 0 0;
}

.packages_inner:hover {
    background: #1D1D1D !important;
    transition: .5s ease;
}

.packages_inner:hover h5,
.packages_inner:hover h2,
.packages_inner:hover h5,
.packages_inner:hover h2 span,
.packages_inner:hover h5,
.packages_inner:hover p,
.packages_inner:hover h5,
.packages_inner:hover ul li {
    color: #fff;
}

li.content_li {
    background: #fff;
    border-radius: 60px;
    height: 500px;
    flex: 0 0 40%;
    padding: 80px 45px 0 45px;
}

li.content_li p {
    color: #000 !important;
}

span.img_reviews {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
    justify-content: space-between;
}

span.img_reviews img {
    width: 70px !important;
    height: auto !important;
    margin: 0 30px 0 0;
}

li.content_li p {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

span.img_reviews h6 {
    text-align: right;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

span.img_reviews h6 span {
    font-weight: 300;
    display: block;
    font-size: 16px;
}

.tabs_content_new ul#myTab li.nav-item button span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabs_content_new ul#myTab li.nav-item button span img {
    width: 25%;
}

.tabs_content_new ul#myTab li.nav-item button span h5 {
    color: #000;
    font-weight: 700;
    line-height: 29px;
    font-size: 17px;
    margin: 0 !important;
}

.tabs_content_new ul#myTab li.nav-item button span h5 span {
    font-weight: 400;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.global_single_img {
    text-align: center;
}

.global_single_img img {
    width: 70%;
}

section.sec_1 .global_inner button,
section.pr_agency_section .pr_agency_inner button {
    width: 220px;
    height: 55px;
    margin: 30px 0 0 0;
    background: #fff;
    border: none;
    color: #007CCA;
    font-size: 18px;
    font-family: poppins;
    font-weight: 500;
    border-radius: 10px;
}

body.brand_strategy_page .menu_wrap ul li a,
body.content_engagement .menu_wrap ul li a,
body.press_page .menu_wrap ul li a {
    color: #000 !important;
}

img.full_img {
    width: 100%;
}

body.brand_strategy_page section.sec_1 h1 {
    color: #000;
}

body.contact_page section.sec_1 .global_single_img img {
    width: 100%;
}

body.brand_strategy_page section.sec_1 .global_inner button {
    background: #007CCA;
    color: #fff;
}

section.simple_sec.black.working_sec {
    overflow: hidden;
}

section.simple_sec.black.working_sec .global_inner.black_color {
    width: 80%;
}

body.content_engagement section.sec_1 .global_inner.black_color h1 {
    color: #000;
}

body.content_engagement section.sec_1 .global_inner.black_color p {
    width: 100% !important;
}

body.content_engagement section.sec_1 .global_img_wrap img {
    width: 100%;
}

body.content_engagement section.sec_1 .global_inner.black_color {
    width: 75%;
    margin-left: auto;
}

body.content_engagement section.sec_1 .row .col-md-6:nth-child(2) {
    height: 100vh;
    display: flex;
    align-items: end;
}

body.press_page section.sec_1 .global_inner.black_color h1 {
    color: #000;
    width: 80%;
}

body.press_page section.sec_1 .global_inner.black_color p {
    width: 80%;
    margin: unset !important;
}

body.press_page section.sec_1 .global_inner.black_color button {
    background: #007CCA;
    color: #fff;
}

.global_img img {
    width: 100%;
}

body.portfolio_page section.pr_agency_section .pr_agency_inner.text-center h5,
body.portfolio_page section.pr_agency_section .pr_agency_inner.text-center h1,
body.portfolio_page section.pr_agency_section .pr_agency_inner.text-center p {
    color: #000;
}

body.portfolio_page section.pr_agency_section .pr_agency_inner.text-center p {
    font-size: 17px;
}

img.big {
    width: 80% !important;
}

section.pr_agency_section .pr_agency_inner h5 {
    margin: unset;
}

section.pr_agency_section .pr_agency_inner p {
    width: 100%;
    margin: unset !important;
}

.pr_agency_inner_img img {
    width: 100%;
}

section.pr_agency_section .col-md-7 {
    height: 944px;
    align-items: end;
    display: flex;
}

section.cta_sec.black_sec_new {
    padding: 80px 0;
}

ul.icons_money {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0 0 0 !important;
}

ul.icons_money li {
    flex: 0 0 16%;
    margin-bottom: 30px;
}

ul.icons_money li img {
    width: 80%;
}

body.repair_reputation_page section.sec_1.repair_sec_1 {
    padding-top: 0 !important;
    background-image: url(../images/repair_bg.webp) !important;
    display: flex;
    align-items: center;
}

body.repair_reputation_page section.sec_1.repair_sec_1 .global_inner img {
    width: 100%;
    position: relative;
    top: 184px;
}

body.repair_reputation_page section.sec_1.repair_sec_1 .row .col-md-6:nth-child(1) {
    padding-top: 100px;
}

.global_inner.black_color p.mt-5 {
    margin-top: 20px !important;
}

section.sec_new_cta_repair {
    padding: 80px 0 80px 0;
}

section.sec_new_cta_repair .row {
    background-image: url(../images/repair_cta.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 475px;
    display: flex;
    align-items: center;
}

.cta_repair {
    text-align: center;
}

.cta_repair h5 {
    color: #ffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    width: fit-content;
    margin: auto;
}

.cta_repair h2 {
    width: 60%;
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    margin: 0 0 30px 0;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.cta_repair p {
    color: #fff;
    font-size: 18px;
    width: 63%;
    margin: auto !important;
}

.global_btn.center {
    justify-content: center;
}

section.service_repair_sec {
    padding: 30px 0 100px 0;
}

.repair_box {
    padding: 40px 30px;
    border: none;
    min-height: 380px;
}

.repair_box img {
    margin: 0 0 20px 0;
}

.repair_box h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    line-height: 35px;
    margin: 0 0 20px 0;
}

section.second_cta_sec {
    background-image: url(../images/repair_cta2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}

img.right_img {
    width: 70%;
    margin-left: auto;
    display: block;
}

ul.singleli {
    display: block;
}

ul.singleli li {
    margin: 0 0 15px 0;
}

section.sec_new_cta_repair.footer_cta .cta_repair.left {
    text-align: left;
    padding: 0 0 0 40px;
}

section.sec_new_cta_repair.footer_cta .cta_repair.left h2 {
    width: 100%;
}

section.sec_new_cta_repair.footer_cta .cta_repair.left p {
    width: 100%;
}

section.sec_new_cta_repair.footer_cta .cta_repair.left .global_btn.center {
    justify-content: start;
}

section.sec_new_cta_repair.footer_cta .cta_img img {
    width: 66%;
    margin-top: -100px;
}

section.sec_new_cta_repair.footer_cta .row {
    height: 400px;
    border-radius: 50px;
}

section.sec_1.online_brand_sec {
    padding: 0 !important;
    background-image: url(../images/brand_bg.webp);
    display: flex;
    align-items: center;
}

.banner_form_new {
    background: #fff;
    width: 480px;
    margin-left: auto;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
}

.banner_form_new h2 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
    margin: 0 0 10px 0;
}

.banner_form_new p {
    color: #2E2E2E;
    font-size: 16px;
    font-weight: 400;
}

.banner_form_new form {
    margin: 29px 0 0 0;
}

.banner_form_new form input,
.banner_form_new form textarea {
    width: 100%;
    height: 50px;
    outline: none;
    margin: 0 0 20px 0;
    border: none;
    box-shadow: 0 0 20px #ccc;
    border-radius: 30px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 16px;
}

.banner_form_new form textarea {
    height: 120px;
    border-radius: 20px;
    padding: 15px 0 0 20px;
}

.banner_form_new input[type="submit"] {
    margin: 0 !important;
    background: #007CCA;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 15px;
}

body.repair_reputation_page.online_brand_page section.sec_new_cta_repair .row {
    background-image: url(../images/brand_cta_bg.webp);
    height: 430px;
}

.brand_box {
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    border-radius: 20px;
    padding: 0 0 30px 0;
    background: #fff;
}

.brand_box img {
    margin: -55px 0 30px 0;
}

.brand_box h3 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    line-height: 35px;
    margin: 0 0 10px 0;
}

.brand_box p {
    color: #2E2E2E;
    font-size: 16px;
}

img.icon_tick {
    margin: 0;
    position: relative;
    top: 44px;
}

section.new_sec_result {
    padding: 30px 0 60px 0;
}

.result_inner {
    text-align: center;
}

.result_inner h2 {
    font-size: 52px;
    font-weight: bold;
    color: #292929;
    line-height: 57px;
}

.row.bg_M.align-items-end {
    background-image: url(../images/new_row_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 775px;
    padding-bottom: 100px;
    margin-top: -50px;
}

.search_inner_content {
    padding: 0 0 0 100px;
    position: relative;
    top: 0;
}

.search_inner_content h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 65px;
    margin: 0 0 20px 0;
    width: 80%;
    position: relative;
}

.search_inner_content p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    width: 80%;
}

.search_inner_content .global_btn.center {
    justify-content: start;
}

.search_inner_content .global_btn.center button {
    background: #fff;
    color: #007CCA;
}

.row.black_cta {
    background-image: url(../images/new_row_black.webp) !important;
    padding: 0 !important;
}

.search_inner {
    text-align: center;
}

.search_inner_content.black_right {
    padding: 0 0 50px 0;
}

.search_inner_content.black_right h2 {
    font-size: 55px;
}

.search_inner_content.black_right p {
    margin: 0 0 15px 0 !important;
}

h6.black_wraper_bg {
    text-align: center;
    background: #161616;
    border-radius: 30px;
    padding: 65px 0 15px 0;
    margin: -50px 0 0 0;
    z-index: -1;
    position: relative;
    color: #ffff;
    font-weight: 400;
    text-decoration: underline;
    font-size: 18px;
    line-height: 18px;
}

section.new_sec_result.p_bottom {
    padding-bottom: 100px;
}

.row.bg_new_image {
    background-image: url(../images/row-bg_new.webp) !important;
}

.row.bg_new_image .cta_repair h2 {
    width: 90%;
    text-transform: capitalize;
}

.row.bg_new_image .cta_repair button {
    background: #fff;
    border: none;
    color: #007CCA !important;
}

section.book_sec {
    padding: 100px 0 0 0;
    background: #F0F0F0;
}

div#heyBookshelf {
    background: transparent !important;
}

body.portfolio_page section.pr_agency_section .pr_agency_inner.text-center h5 {
    margin: auto;
}

ul.icons_money li:nth-child(1) img {
    width: 60%;
}

section.review_bg h5:before {
    background: #fff !important;
}

h5.white-circle:before {
    background: #fff;
}

.cta_repair h5:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: -15px;
    top: 7px;
}

section.header_top {
    padding: 10px 0;
    background: #000;
}

section.header_top marquee {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

ul.icons_money li:nth-child(9) img {
    filter: brightness(0) invert(1) !important;
}

.video_inner ul li video {
    width: 100%;
    border-radius: 20px;
}

section.video_sec {
    padding: 100px 0;
}

.video_inner .slick-track {
    padding: 60px 0;
}

div#navbarSupportedContent ul.navbar-nav li button {
    background: #007CCA;
    border: none;
    height: 40px;
    width: 170px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    border-radius: 10px;
    color: #ffffff;
}

div#navbarSupportedContent ul.navbar-nav {
    align-items: center;
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: unset !important;
}

button.slick-prev.slick-arrow {
    background-image: url(../images/icon-left.jpg);
    background-repeat: no-repeat;
    width: 29px;
    height: 28px;
    left: -60px;
}

button.slick-prev.slick-arrow::before,
button.slick-next.slick-arrow::before {
    display: none !important;
}

button.slick-next.slick-arrow {
    background-image: url(../images/icon-left.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 29px;
    height: 28px;
    right: -60px;
}

span.img_reviews img.single_big {
    width: 100px !important;
}

.search_inner.small img {
    width: 100%;
}

.search_inner.small {
    position: relative;
    top: 100px;
}

ul.no_flex {
    display: block;
}

ul.no_flex li {
    margin: 0 0 20px 0;
}

.search_inner_content ul {
    margin: 20px 0 !important;
    width: 90%;
}

.search_inner_content ul li {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 15px 0;
    padding: 0 15px;
    position: relative;
}

.search_inner_content ul li:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

section.showpage_1 {
    background-image: url(../images/show_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 900px;
    display: flex;
    align-items: center;
}

.banner_new_inner.left h5:before,
.banner_new_inner.left h5:after {
    display: none;
}

.showpage_img img {
    width: 80%;
    margin-left: auto;
    display: block;
}

.banner_new_inner.left {
    text-align: left;
}

.banner_new_inner.left h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    /* 85.714% */
}

.banner_new_inner.left p {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
    /* 24.66px */
    margin: 15px 0 30px 0 !important;
}

section.showpage_2 {
    padding: 100px 0;
}

.show_global h2 {
    color: #000;
    font-family: Poppins;
    font-size: 58.199px;
    font-style: normal;
    font-weight: 700;
    line-height: 107.018%;
    /* 62.284px */
    text-transform: capitalize;
}

.show_global p {
    color: #333;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
    /* 24.66px */
}

.show_global h6 {
    color: #333;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 137%;
    /* 24.66px */
    margin: 20px 0 0 0;
}

.show_global ul.show_logo {
    display: flex;
    align-items: baseline;
    margin: 40px 0 0 0 !important;
    background: #FFF;
    box-shadow: 0px 0px 48.283px 0px rgba(0, 0, 0, 0.14);
    padding: 20px 30px !important;
    justify-content: space-between;
}

.show_global ul.show_logo li {
    position: relative;
}

.show_global ul.show_logo li:after {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #666 42.3%, rgba(0, 0, 0, 0.00) 100%);
    width: 1px;
    height: 70px;
    right: -60px;
    top: 0;
}

.show_global ul.show_logo li:nth-child(3):after {
    display: none;
}

.img_2 img {
    width: 85%;
}

section.showpage_3 {
    background: #FAFAFA;
    padding: 100px 0;
}

.matter_inner {
    text-align: center;
}

.matter_inner h2 {
    color: #000;
    font-family: Poppins;
    font-size: 58.199px;
    font-style: normal;
    font-weight: 700;
    line-height: 107.018%;
    /* 62.284px */
    text-transform: capitalize;
    margin: 0;
}

.icon_box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icon_box ul li {
    flex: 0 0 48.5%;
    background: #fff;
    background: #FFF;
    box-shadow: 0px 0px 56.015px 0px rgba(0, 0, 0, 0.14);
    margin: 0 0 50px 0;
    display: flex;
    align-items: center;
    padding: 15px;
}

.icon_box {
    margin: 60px 0 0 0;
}

.icon_box ul li span {
    margin: 0 30px 0 0;
    /* animation: ; */
}

.icon_box ul li h5 {
    color: #141414;
    font-family: Poppins;
    font-size: 24.568px;
    font-style: normal;
    font-weight: 700;
    line-height: 36.395px;
    /* 148.142% */
    letter-spacing: -0.737px;
    text-transform: capitalize;
    margin: 0;
}

.icon_box ul li p {
    color: #2D2D2D;
    font-family: Poppins;
    font-size: 19.654px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.568px;
    /* 125% */
}

section.showpage_4 {
    padding: 100px 0;
}

.song_wraper {
    margin: 30px 0 0 0;
    border: 0.576px solid rgba(34, 34, 34, 0.50);
    background: var(--White, #FAFAFA);
    padding: 20px;
    min-height: 390px;
}

section.showpage_4 .matter_inner {
    text-align: left;
}

.song_wraper ul a {
    display: flex;
    align-items: center;
}

.song_wraper ul a li {
    margin: 0 20px 0 0;
    flex: 0 0 50%;
}

.song_wraper ul li:last-child {
    margin: 0;
}

.song_wraper ul li h5 {
    color: var(--Grey, #636363);
    font-family: Poppins;
    font-size: 16.123px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.639px;
    /* 171.429% */
    letter-spacing: 1.612px;
}

.song_wraper ul li h2 {
    color: var(--Black, #222);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 135.714% */
    margin: 0 0 20px 0;
}

.song_wraper ul li p {
    color: var(--Grey, #636363);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 162.5% */
}

.song_wraper ul li h6 {
    color: var(--Grey, #636363);
    font-family: Poppins;
    font-size: 13.819px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.335px;
    /* 183.333% */
    margin: 10px 0 0 0;
}

.butotn_center {
    text-align: center;
}

.butotn_center button {
    background: #000;
    width: 248px;
    height: 59px;
    flex-shrink: 0;
    border: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
}

section.sec_last {
    background: #FAFAFA;
    padding: 80px 0;
}

.listen_inner {
    text-align: center;
}

.listen_inner h2 {
    color: #000;
    font-family: Poppins;
    font-size: 58.199px;
    font-style: normal;
    font-weight: 700;
    line-height: 107.018%;
    /* 62.284px */
    text-transform: capitalize;
}

.listen_inner p {
    color: #333;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
    /* 24.66px */
}

.listen_inner .now_logo {
    margin: 50px 0 0 0;
    background: #FFF;
    filter: drop-shadow(0px 0px 12.175px rgba(0, 0, 0, 0.15));
    padding: 20px;
}

.listen_inner .now_logo ul {
    background: #F0F0F0;
    filter: drop-shadow(0px 0px 12.175px rgba(0, 0, 0, 0.05));
    padding: 20px !important;
}

.listen_inner .now_logo ul li img {
    width: 150px;
}

.listen_inner .now_logo ul .slick-track {
    display: flex;
    align-items: center !important;
}

.slick-track {
    display: flex !important;
    align-items: center !important;
}

.listen_inner .now_logo ul li:hover img {
    transform: scale(1.1);
    transition: .5s ease;
}

.song_wraper ul li img {
    width: 100%;
}

.song_wraper ul li:nth-child(2) img {
    width: auto;
}

.tabs_wraper_inner.static_text ul {
    display: block;
}

.tabs_wraper_inner.static_text ul li {
    margin: 0 !important;
    text-align: left;
    width: 100% !important;
}

.tabs_wraper_inner.static_text .global_btn {
    justify-content: start !important;
}

.logo img {
    width: 100%;
    margin: auto;
    display: block;
}


/* .logo {
    margin: 40px 0 0 0;
} */

.form_main_wraper {
    width: 50%;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 20px;
    padding: 30px 30px 60px 30px;
}

section.form_sec_main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.form_main_wraper h2 {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    color: #000;
    margin: 0 0 30px 0;
}

.form_main_wraper h3 {
    font-size: 20px;
    font-weight: bold;
    color: #101010;
}

.form_main_wraper .check_box_wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

.form_main_wraper .check_box_wraper label {
    font-size: 18px;
    color: #7c7c7c;
    font-weight: 400;
}

.main_wraper_field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0 0;
}

.main_wraper_field .inner_field {
    flex: 0 0 48%;
}

.main_wraper_field .inner_field input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: none;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 15px;
    outline: none;
}


/* .main_wraper_field .inner_field input::placeholder {
    
} */

.main_wraper_field .inner_field label {
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 400;
    color: #000;
    line-height: 18px;
}

hr.line {
    border-color: #ccc;
    opacity: 1;
    background-color: transparent;
    margin: 20px 0 30px 0;
}

label.desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #7c7c7c;
}

.signature_wraper {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    margin: 60px 0 0 0;
}

.signature_wraper span {
    flex: 0 0 49%;
}

.signature_wraper span textarea {
    outline: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 0;
    height: 40px;
}

.signature_wraper span input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    height: 50px;
    margin-top: 102px;
}

.signature_wraper p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 10px 0 0 0 !important;
    padding: 0 0 0 20px;
}

.form_main_wraper input[type="submit"] {
    width: 15%;
    background: #000;
    border: none;
    height: 45px;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: auto;
    text-transform: uppercase;
}

@media only screen and (max-width: 1660px) {
    body.home_page section.cta_sec.black_sec_new {
        padding: 80px 0;
    }
    section.sec_new_page .global_inner.black_color.center_wrap p {
        width: 60%;
    }
    section.sec_new_page .global_inner.black_color.center_wrap p br {
        display: none;
    }
    body.reputation_page section.cta_sec {
        padding: 80px 0;
    }
    section {
        overflow-y: hidden;
    }
    body.contact_page section.cta_sec.black_sec_new,
    body.brand_strategy_page section.cta_sec {
        width: 100% !important;
        padding: 80px 0;
    }
    body.content_engagement section.sec_1 {
        height: auto;
    }
    body.content_engagement section.sec_1 .global_inner.black_color {
        width: 90%;
    }
    section.ifram_sec:before {
        width: 291px;
    }
    .m_shape ul li:nth-child(1) {
        right: -220px;
    }
    .m_shape ul li:nth-child(1) img {
        width: 85%;
    }
    .m_shape ul li:nth-child(5) img {
        height: 560px;
    }
    .m_shape ul li:nth-child(6) img {
        height: 800px;
    }
    .m_shape ul li:nth-child(4) img {
        height: 600px;
    }
    .m_shape ul li:nth-child(3) img {
        height: 780px;
    }
    .m_shape ul li:nth-child(3) {
        left: 37.8%;
    }
}

@media only screen and (max-width: 1560px) {
    .global_inner h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .global_inner p {
        font-size: 18px;
    }
    section {
        overflow: hidden !important;
    }
    section.ifram_sec:before {
        width: 260px;
    }
    section.ifram_sec {
        overflow: hidden;
    }
    section.faqs_sec {
        overflow: hidden !important;
    }
    .m_shape ul li:nth-child(3) img {
        height: 730px;
    }
    .m_shape ul li:nth-child(2) img {
        height: 850px;
    }
    .m_shape ul li:nth-child(2) {
        bottom: 0;
        top: unset;
        left: 27.5%;
    }
}

@media only screen and (max-width: 1440px) {
    .cta_repair h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .repair_box h3 {
        font-size: 22px;
        line-height: 29px;
    }
    .content_simple_inner p {
        font-size: 16px;
    }
    section.sec_new_cta_repair.footer_cta .cta_repair.left h2 {
        font-size: 40px;
        line-height: 50px;
    }
    section.sec_new_cta_repair.footer_cta .cta_img img {
        width: 84.3%;
    }
    .result_inner h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .search_inner_content h2 {
        font-size: 30px;
        line-height: 40px;
        width: 100%;
    }
    .search_inner_content p {
        font-size: 16px;
        width: 100%;
        line-height: 20px;
    }
    .row.bg_M.align-items-end {
        height: 647px;
    }
    .search_inner img {
        width: 70%;
    }
    .search_inner_content.black_right h2 {
        font-size: 35px;
        line-height: 40px;
    }
    section.pr_agency_section {
        height: 800px;
    }
    section.pr_agency_section .col-md-7 {
        height: 800px;
    }
    section.sec_1 {
        height: 800px;
    }
    .global_inner h1,
    .global_inner h2 {
        font-size: 40px;
        line-height: 50px;
    }
    body.about_page section.cta_sec.black_sec_new p,
    body.contact_page section.cta_sec.black_sec_new p,
    body.brand_strategy_page section.cta_sec.black_sec_new p,
    section.cta_sec.black_sec_new {
        width: 80% !important;
    }
    .pr_agency_inner h1 {
        font-size: 40px;
        line-height: 50px !important;
    }
    .child_post_inner h3 {
        font-size: 20px;
        width: 72%;
        margin: auto;
        line-height: 30px;
    }
    ul.icons_money li {
        margin-bottom: 15px;
    }
    .tabs_wraper_inner ul li h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .tabs_wraper_inner ul li h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .packages_inner ul li {
        font-size: 16px;
        line-height: 16px;
    }
    .tabs_wraper_inner ul li:nth-child(1) {
        padding: 50px 25px;
        height: auto;
        border-radius: 30px;
    }
    li.content_li p {
        font-size: 16px;
        line-height: 22px;
    }
    .tabs_content_new ul#myTab li.nav-item button span h5 span {
        font-size: 14px;
        line-height: 14px;
    }
    .tabs_content_new ul#myTab li.nav-item button span h5 {
        font-size: 18px;
        line-height: 18px;
    }
    .tabs_content_new ul#myTab li.nav-item button {
        height: auto;
        padding: 15px 20px;
        border-radius: 15px;
    }
    .packages_inner button {
        height: 45px;
        font-size: 16px;
    }
    .global_btn span button {
        padding: 0 20px;
        height: 45px;
        font-size: 16px;
        width: auto;
    }
    .global_inner h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .press_box p {
        font-size: 14px !important;
    }
    .press_box img {
        width: 150px;
        height: 150px;
        object-fit: contain;
    }
    .packages_inner p {
        font-size: 16px;
    }
    section.pres_sec {
        padding: 80px 0 !important;
    }
    .container {
        max-width: 1200px !important;
    }
}

@media only screen and (max-width: 1280px) {
    div#navbarSupportedContent ul.navbar-nav li {
        margin: 0 0 0 25px;
    }
    .banner_new_inner.left h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .banner_new_inner h5 {
        font-size: 14px;
    }
    .show_global h2 {
        font-size: 40px;
    }
    .song_wraper ul li h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .song_wraper ul li h5 {
        font-size: 17px;
        letter-spacing: 0;
    }
    section.sec_new_cta_repair .row {
        height: auto;
        border-radius: 0;
        padding: 60px 0;
    }
    .cta_repair h2 {
        width: 100%;
        font-size: 30px;
        line-height: 40px;
    }
    .cta_repair p {
        width: 100%;
        font-size: 16px;
    }
    .row.bg_M.align-items-end {
        height: 604px !important;
        padding-bottom: 100px !important;
    }
    .search_inner_content {
        padding: 0 0 0 40px;
    }
    .search_inner_content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .search_inner_content p {
        width: 100%;
        font-size: 14px;
        line-height: 23px;
    }
    .search_inner img {
        width: 100%;
    }
    .search_inner_content button {
        width: 150px !important;
        height: 45px !important;
    }
    .result_inner h2 {
        font-size: 40px;
        line-height: 50px;
    }
    section.sec_new_cta_repair.footer_cta .cta_img img {
        width: 85.5%;
    }
    body.repair_reputation_page section.sec_1.repair_sec_1 {
        height: 650px;
    }
    body.repair_reputation_page section.sec_1.repair_sec_1 .global_inner img {
        width: 95%;
        top: 120px;
    }
    .repair_box {
        min-height: 400px !important;
    }
    ul.singleli li {
        margin: 0 0 10px 0;
        font-size: 16px;
    }
    .cta_repair h2 {
        width: 70%;
        font-size: 40px;
        line-height: 50px;
    }
    section.sec_new_cta_repair .row {
        border-radius: 50px;
    }
    .pr_agency_inner h1 {
        font-size: 40px;
        line-height: 50px;
    }
    body.pr_agency_page section.pr_agency_section {
        height: auto !important;
    }
    section.pr_agency_section .col-md-7 {
        height: 800px;
    }
    body.pr_agency_page section.pr_agency_section h5 {
        margin: unset;
        margin-bottom: 20px;
    }
    .global_inner h1 {
        font-size: 40px;
        line-height: 50px;
    }
    section.sec_1 .global_inner button,
    section.pr_agency_section .pr_agency_inner button {
        width: 180px;
        height: 45px;
        font-size: 16px;
    }
    body.digital_marketing section.sec_1 .global_inner.text-center img {
        width: 800px;
    }
    body.content_engagement section.sec_1 {
        height: 100vh !important;
    }
    .global_inner.black_color.left h1 {
        font-size: 40px;
        line-height: 40px;
    }
    body.about_page section.cta_sec.black_sec_new p,
    body.contact_page section.cta_sec.black_sec_new p,
    body.brand_strategy_page section.cta_sec.black_sec_new p,
    section.cta_sec.black_sec_new {
        width: 80% !important;
    }
    section.pr_agency_section .pr_agency_inner h5 {
        margin: auto;
    }
    .tabs_wraper_inner ul li {
        padding: 30px 20px;
        height: auto;
    }
    .packages_inner h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .global_inner p br {
        display: none;
    }
    .pr_agency_inner p {
        width: 100%;
    }
    .global_posts_wrap ul li {
        min-height: 390px;
    }
    .global_posts_wrap.social_media_wrap_logos ul li {
        min-height: auto;
    }
    .global_posts_wrap.news_post_wraper ul li {
        min-height: auto;
    }
    .spotlight_box {
        min-height: 280px;
    }
    section.spotlight_sec.marketing_sec .spotlight_box {
        min-height: 350px;
    }
    .global_posts_wrap.laptop_wraper ul li {
        min-height: auto;
    }
    .press_box {
        min-height: 330px;
        padding: 50px 20px 0 20px;
    }
    .press_box .global_btn.center_btn button {
        width: 170px !important;
    }
    .global_inner h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .tabs_wraper_inner ul li h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .tabs_wraper_inner ul li h4 {
        font-size: 22px;
        line-height: 32px;
    }
    section.ifram_sec:before {
        width: 93px;
    }
    .m_shape ul li:nth-child(1) img {
        width: 70%;
    }
    .m_shape ul li:nth-child(1) {
        left: unset;
        right: -424px;
    }
    .m_shape ul li:nth-child(4) img {
        height: 460px;
    }
    .m_shape ul li:nth-child(3) img {
        height: 650px;
    }
    .m_shape ul li:nth-child(4) {
        left: 50%;
    }
    .m_shape ul li:nth-child(2) img {
        height: 800px;
    }
    .m_shape ul li:nth-child(2) {
        left: 25%;
    }
    section.sec_1 .global_inner h2 {
        font-size: 70px;
        line-height: 80px;
    }
    .container {
        max-width: 1120px !important;
    }
    .global_inner h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .global_inner p {
        font-size: 16px;
    }
    .global_btn span button {
        font-size: 14px;
        width: fit-content !important;
        padding: 0 30px;
    }
    .global_inner h4 {
        font-size: 24px;
    }
    .spotlight_box h3 {
        font-size: 17px;
        line-height: 20px;
    }
    .press_box p {
        font-size: 14px;
    }
    section.testimonial_global_sec .slick-list {
        padding-top: 6% !important;
        padding-bottom: 6% !important;
    }
    body.contact_page section.sec_1,
    body.content_engagement section.sec_1,
    body.web_design section.sec_1 {
        height: 100vh;
        padding-top: 100px !important;
        display: flex;
        align-items: center;
    }
    .spotlight_box span {
        width: 100px;
        height: 100px;
    }
    .spotlight_box span img {
        width: 50px;
    }
    .spotlight_box p {
        font-size: 14px;
    }
    .content_simple_inner p {
        font-size: 16px;
    }
    .content_simple_inner {
        min-height: 260px;
    }
    section.spotlight_sec.marketing_sec .spotlight_box h3 {
        font-size: 18px;
    }
    .spotlight_box {
        padding: 70px 15px 0 15px;
        min-height: 330px;
    }
    .row.bg_M.align-items-end .search_inner img {
        width: 65%;
    }
    .row.bg_M.align-items-end.black_cta {
        padding-bottom: 0 !important;
    }
    .search_inner_content.black_right h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}

@media only screen and (max-width: 1024px) {
    button.navbar-toggler {
        background: #fff;
        position: absolute;
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    button.navbar-toggler svg.svg-inline--fa.fa-bars {
        display: none;
    }
    button.navbar-toggler span.navbar-toggler-icon {
        filter: brightness(0);
        opacity: 1;
        visibility: visible;
    }
    .container {
        max-width: 940px !important;
    }
    button.accordion-button {
        line-height: 25px;
        font-size: 16px;
    }
    .accordion-body ul li,
    .accordion-body p {
        font-size: 14px !important;
    }
    .faqs_inner h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .form_main h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .form_main p {
        font-size: 14px;
    }
    .form_main {
        padding: 20px 25px;
    }
    .form_main form input,
    .form_main form textarea {
        width: 100%;
    }
    .form_main input[type="submit"] {
        margin: 0 !important;
        height: 40px;
        font-size: 14px;
    }
    .form_main form textarea {
        height: 80px;
        font-size: 14px;
    }
    .form_main form input {
        height: 40px;
        font-size: 12px;
    }
    .global_inner h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 767px) {
    span.img_reviews h6 {
        font-size: 14px;
    }
    span.img_reviews h6 span {
        font-size: 12px;
    }
    .tabs_wraper_inner ul li {
        width: 90% !important;
        margin: auto;
    }
    .tabs_content_new ul#myTab {
        width: 90%;
        margin: auto !important;
    }
    .tabs_content_new ul#myTab li.nav-item button span img {
        width: 20%;
    }
    .signature_wraper {
        display: block;
    }
    .form_main_wraper {
        width: 100%;
    }
    .logo img {
        width: 50%;
    }
    section.form_sec_main {
        padding-top: 40px;
    }
    .form_main_wraper h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .form_main_wraper .check_box_wraper label {
        flex: 0 0 100%;
    }
    .check_box_wraper {
        flex-wrap: wrap;
    }
    .main_wraper_field {
        display: block;
    }
    section.sec_1.online_brand_sec {
        padding: 150px 0 80px 0 !important;
    }
    .banner_form_new {
        width: 100%;
        margin: 50px 0 0 0;
        padding: 30px 20px;
    }
    .banner_form_new form input,
    .banner_form_new form textarea {
        margin: 0 0 15px 0;
    }
    body.repair_reputation_page section.sec_1.repair_sec_1 .row .col-md-6:nth-child(1) {
        padding: 0;
    }
    body.repair_reputation_page section.sec_1.repair_sec_1 .global_inner img {
        top: 30px;
    }
    body.repair_reputation_page section.sec_1.repair_sec_1 {
        height: auto;
        padding: 150px 0 60px 0 !important;
    }
    header.header_wrap {
        top: 60px;
    }
    .banner_new_inner h1 {
        font-size: 80px;
        line-height: 40px;
        margin: 0 0 40px 0;
    }
    .banner_new_inner h4 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
    }
    .logo img {
        width: 50%;
        margin: unset !important;
    }
    button.navbar-toggler {
        top: -65px;
    }
    .global_inner {
        text-align: center;
    }
    .global_inner h5 {
        width: fit-content;
        margin: unset !important;
    }
    .global_inner h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .global_btn {
        justify-content: start;
    }
    .global_btn span {
        margin: 0 10px 0 0;
        flex: 0 0 47%;
    }
    .banner_img {
        margin: 60px 0 0 0;
    }
    section.sec_1 {
        height: auto !important;
        padding: 150px 0 150px 0;
    }
    .single_img img {
        width: 100%;
        margin: auto;
        display: block;
    }
    section.simple_sec {
        padding: 40px 0 !important;
    }
    .single_img {
        margin: 30px 0;
    }
    .counter_wraper ul li {
        flex: 0 0 50%;
        margin: 0 0 40px 0;
    }
    .counter_wraper ul {
        justify-content: center;
    }
    .counter_wraper ul li h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .counter_wraper ul li p {
        font-size: 14px;
    }
    section.cta_sec .global_btn span:nth-child(2) button {
        border: 1px solid #000;
        color: #000;
    }
    section.spotlight_sec {
        padding: 40px 0 70px 0;
    }
    .spotlight_box {
        margin: 70px 0 0 0;
        min-height: auto;
        padding: 70px 15px 40px 15px;
    }
    section.pres_sec {
        padding: 40px 0;
    }
    .global_inner p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
    .press_box {
        margin: 0 0 30px 0;
    }
    section.pres_sec .row.mt-5 {
        margin-top: 0 !important;
    }
    section.pres_sec.expertise_sec .press_box {
        margin: 0 0 30px 0;
    }
    .form_main {
        margin: auto;
        width: 90%;
        margin-top: 40px;
    }
    section.faqs_sec {
        padding: 30px 0;
    }
    section.footer_sec {
        padding: 30px 0;
    }
    .footer_inner {
        text-align: center;
    }
    ul.star_img li {
        flex: unset;
    }
    ul.star_img {
        justify-content: center;
    }
    .footer_wraper {
        text-align: center;
        margin: 20px 0;
    }
    .footer_wraper h4 {
        font-size: 22px;
        line-height: 22px;
    }
    .footer_inner img {
        width: 40%;
    }
    .menu_wrap nav.navbar.navbar-expand-lg.navbar-light {
        background: #007CCA;
        padding: 0;
        position: relative;
        top: 10px;
    }
    .menu_wrap nav.navbar.navbar-expand-lg.navbar-light li.nav-item a {
        padding: 0 !important;
        margin: 0 !important;
    }
    .menu_wrap nav.navbar.navbar-expand-lg.navbar-light li.nav-item {
        margin: 0 !important;
        border-bottom: 1px solid #ffff;
        padding: 10px 15px;
    }
    section.pres_sec .global_inner.black_color.center_wrap {
        margin: 0 0 60px 0;
    }
    .test p {
        font-size: 12px;
    }
    .test {
        width: 100%;
        padding: 20px 10px;
    }
    section.testimonial_global_sec .slick-list {
        padding-top: 10% !important;
        padding-bottom: 10% !important;
    }
    .test ul li h5 {
        font-size: 11px;
        text-align: left;
    }
    section.testimonial_global_sec {
        padding: 40px 0;
    }
    .rev_slider.slick-initialized.slick-slider {
        margin: 40px 0 0 0;
    }
    .test ul li:nth-child(2) {
        text-align: right;
    }
    .test ul li:nth-child(2) img {
        margin-left: auto;
    }
    body.contact_page section.sec_1,
    body.content_engagement section.sec_1,
    body.web_design section.sec_1 {
        height: auto;
    }
    body.brand_strategy_page .banner_img img {
        margin: auto;
    }
    .global_inner ul li {
        width: auto;
        margin: auto;
        text-align: left;
        margin-bottom: 10px;
    }
    .content_simple_inner {
        min-height: auto !important;
        margin: 40px 0 0 0;
    }
    section.simple_content_sec .row.mt-5 {
        margin-top: 0 !important;
    }
    .content_simple_inner h2 span {
        width: 60px;
        height: 60px;
    }
    .content_simple_inner h2 {
        font-size: 19px;
    }
    section.cta_sec {
        padding: 50px 0 0 0;
    }
    .cta_img img {
        width: 100%;
        margin: auto;
        display: block;
        margin-top: 50px;
    }
    body.reputation_page section.sec_1 .banner_img {
        right: -16px;
        top: 0;
    }
    section.sec_1 .global_inner h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .m_shape ul li {
        display: none;
    }
    .m_shape ul li:nth-child(1) {
        display: block;
        left: -430px;
        right: 0;
        top: 100px;
    }
    .m_shape ul li:nth-child(1) img {
        width: 1100px;
    }
    section.sec_1 .global_btn button.btn-dark.red {
        background: #fff;
        border: 1px solid #fff;
        color: #fff !important;
    }
    .packages_inner {
        margin: 60px 0 0 0;
    }
    section.cta_sec .row.align-items-center {
        flex-direction: column-reverse;
    }
    .global_btn span button {
        font-size: 12px;
        height: 45px;
        width: 100% !important;
        padding: 0;
    }
    .global_inner p {
        width: 100% !important;
        font-size: 14px !important;
        line-height: 20px;
    }
    .tabs_content_new {
        display: block;
    }
    .tabs_wraper_inner ul {
        display: block;
    }
    li.content_li {
        width: 100%;
        margin: 0;
        padding: 40px 30px !important;
    }
    li.content_li p {
        font-size: 16px;
    }
    .tabs_wraper_inner ul li h2 {
        width: 100% !important;
        font-size: 30px;
    }
    section.cta_sec .global_inner p {
        width: 100% !important;
    }
    section.cta_sec.black_sec_new {
        width: 100% !important;
    }
    body.about_page section.sec_1 {
        height: auto;
        padding: 200px 0 150px 0 !important;
    }
    .global_inner {
        text-align: left !important;
    }
    .global_inner h1 {
        font-size: 30px !important;
        line-height: 30px;
    }
    .media_innr h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .news_inner_new h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .news_inner_new p {
        font-size: 14px;
        line-height: 20px;
    }
    .global_posts_wrap ul li {
        min-height: auto !important;
        margin: 0 0 40px 0;
    }
    .child_post_inner h3 {
        font-size: 16px;
        line-height: 20px;
    }
    .global_posts_wrap ul {
        display: block;
    }
    body.contact_page section.sec_1 {
        height: 800px !important;
    }
    body.brand_strategy_page section.sec_1 {
        height: auto !important;
        padding: 200px 0 0 0 !important;
        background-position: right;
    }
    section.simple_sec.black.working_sec .global_inner.black_color {
        width: 100%;
    }
    .global_inner ul {
        display: block;
    }
    body.content_engagement section.sec_1 .row .col-md-6:nth-child(2) {
        height: auto;
    }
    body.content_engagement section.sec_1 {
        height: auto !important;
        padding-top: 200px !important;
    }
    section.simple_content_sec {
        padding: 40px 0 60px 0;
    }
    body.content_engagement section.sec_1 .global_inner.black_color {
        width: 100%;
    }
    body.digital_marketing section.sec_1 {
        height: auto !important;
        padding: 180px 0 0 0 !important;
    }
    body.digital_marketing section.sec_1 .global_inner.text-center img {
        width: 100%;
    }
    section.spotlight_sec.marketing_sec .spotlight_box {
        min-height: auto !important;
    }
    body.reputation_page section.sec_1 {
        padding: 180px 0 60px 0 !important;
    }
    .global_img {
        margin: 40px 0 0 0;
    }
    body.reputation_page section.cta_sec {
        padding-bottom: 0;
    }
    body.web_design section.sec_1 {
        padding: 180px 0 60px 0 !important;
    }
    section.pr_agency_section .col-md-7 {
        height: auto;
    }
    body.pr_agency_page section.pr_agency_section {
        padding: 180px 0 0 0;
    }
    .pr_agency_inner h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .pr_agency_inner {
        text-align: center;
    }
    body.pr_agency_page section.pr_agency_section h5 {
        margin: auto;
    }
    .pr_agency_inner_img {
        margin: 50px 0 0 0;
    }
    .pr_service_points ul {
        justify-content: center;
    }
    .pr_service_points ul li {
        flex: 0 0 50%;
        font-size: 12px;
        padding: 5px 0 0 20px;
    }
    .program_inner {
        padding: 20px 20px;
    }
    .program_child {
        display: block;
    }
    .program_inner {
        text-align: center;
    }
    .program_child span ul li {
        text-align: left;
        font-size: 16px;
    }
    .program_child {
        text-align: center;
    }
    section.pr_post_sec .program_child h2 {
        font-size: 30px;
    }
    .pr_agency_post ul {
        display: block;
    }
    .pr_agency_post ul li img {
        width: 100%;
    }
    .pr_agency_post {
        padding: 30px 0 0;
    }
    .pr_agency_post ul li h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .pr_agency_post ul li p {
        width: 100%;
        font-size: 16px;
    }
    .pr_agency_post ul li:nth-child(1) {
        padding: 0 20px;
        margin: 0 0 40px 0;
        text-align: center;
    }
    .program_child span p {
        font-size: 16px;
    }
    section.pr_post_sec {
        padding: 40px 0;
    }
    body.press_page section.sec_1 {
        padding: 180px 0 0 0 !important;
    }
    body.press_page section.sec_1 .global_inner.black_color h1 {
        width: 100%;
    }
    body.brand_strategy_page .menu_wrap ul li a,
    body.content_engagement .menu_wrap ul li a,
    body.press_page .menu_wrap ul li a {
        color: #fff !important;
    }
    section.sec_new_cta_repair {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .brand_box {
        margin: 100px 0 0 0;
    }
    section.spotlight_sec .row.mt-5 {
        margin-top: 0 !important;
    }
    section.spotlight_sec .row.mb-5 {
        margin-bottom: 0 !important;
    }
    body.repair_reputation_page.online_brand_page section.sec_new_cta_repair .row {
        height: auto;
        padding: 70px 0;
        border-radius: 0;
    }
    section.sec_new_cta_repair.footer_cta {
        padding: 80px 0 0 0 !important;
    }
    section.sec_new_cta_repair.footer_cta .cta_img img {
        width: 100%;
        position: unset !important;
        margin: 0 !important;
    }
    .cta_repair.left {
        padding: 0 !important;
        text-align: center !important;
    }
    .cta_repair h2 {
        font-size: 30px;
        line-height: 40px;
        width: 100%;
    }
    section.sec_new_cta_repair.footer_cta .cta_repair.left .global_btn.center {
        justify-content: center;
    }
    section.sec_new_cta_repair.footer_cta .row {
        height: auto;
        padding-bottom: 0;
        border-radius: 0;
    }
    .row.bg_new_image {
        padding: 70px 0 !important;
    }
    .row.bg_M.align-items-end {
        background-image: unset;
        background: #007CCA;
        margin: 0 !important;
        border-radius: 30px;
        padding: 0 !important;
    }
    .search_inner_content {
        padding: 0;
    }
    .row.bg_M.align-items-end .search_inner img {
        width: 90%;
    }
    .result_inner h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 40px 0;
    }
    .row.bg_M.align-items-end.black_cta {
        background-image: unset !important;
        background: #000;
        height: auto !important;
        flex-direction: column-reverse;
        padding: 50px 0 0 0 !important;
    }
    .search_inner_content.black_right {
        position: unset !important;
        color: #fff;
        text-align: center;
    }
    .search_inner_content.black_right h2 {
        width: 100%;
    }
    .search_inner_content .global_btn.center {
        justify-content: center;
    }
    div#navbarSupportedContent ul.navbar-nav li button {
        background: #fff;
        color: #000;
        margin: 10px 15px;
    }
    div#navbarSupportedContent ul.navbar-nav {
        display: block;
    }
    div#navbarSupportedContent ul.navbar-nav li:last-child {
        margin: 0;
    }
    .press_box {
        padding: 30px 20px;
        height: auto;
        min-height: auto;
    }
    .press_box img {
        height: auto;
    }
    section.video_sec {
        padding-bottom: 0;
        padding-top: 40px;
    }
    span img.dmc {
        margin: auto;
        margin-top: 20px;
    }
    .social_links {
        justify-content: center;
    }
    ul.flag li img {
        height: 35px;
        object-fit: cover;
    }
    body.portfolio_page section.pr_agency_section {
        padding-top: 200px;
        height: 650px;
    }
    body.portfolio_page section.pr_agency_section .pr_agency_inner.text-center p {
        font-size: 16px;
        width: 80%;
        margin: auto !important;
        line-height: 22px;
    }
    body.portfolio_page section.pr_agency_section .pr_agency_inner.text-center p br {
        display: none;
    }
    body.portfolio_page section.pr_agency_section .pr_agency_inner h1 {
        font-size: 30px;
        line-height: 40px !important;
    }
    section.social_media_sec.black {
        padding-bottom: 20px;
    }
    .mokup_img ul li {
        flex: 0 0 50%;
    }
    .pr_agency_post .global_btn {
        justify-content: center;
    }
    .pr_agency_post .global_btn span {
        margin: 0;
    }
    .row.global_row.second_row {
        padding: 0 20px;
    }
    body.repair_reputation_page section.sec_1.repair_sec_1 .global_inner {
        padding: 0 20px;
    }
    section.sec_new_cta_repair .row {
        border-radius: 0;
    }
    section.sec_new_cta_repair.footer_cta .cta_repair.left h2 {
        font-size: 30px;
        line-height: 40px;
    }
    section.sec_new_cta_repair.footer_cta .cta_img img {
        margin: 0;
    }
    section.sec_new_cta_repair.footer_cta .row {
        padding-bottom: 0 !important;
    }
    section.showpage_1 {
        height: auto;
        padding: 200px 0 50px 0;
    }
    .banner_new_inner.left {
        text-align: center;
    }
    .banner_new_inner.left h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .banner_new_inner.left p {
        font-size: 16px;
    }
    .showpage_img img {
        width: 100%;
    }
    section.showpage_2 {
        padding: 40px 0;
    }
    .img_2 img {
        margin: auto;
        display: block;
        margin-bottom: 30px;
    }
    .show_global {
        text-align: center;
    }
    .show_global h2 {
        font-size: 30px;
    }
    .show_global p {
        font-size: 16px;
    }
    .show_global h6 {
        font-size: 14px;
    }
    .show_global ul.show_logo li img {
        width: 80%;
    }
    .show_global ul.show_logo li:after {
        display: none;
    }
    section.showpage_3 {
        padding: 50px 0;
    }
    .matter_inner h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .icon_box ul {
        display: block;
    }
    .icon_box ul li p {
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0 0 0 !important;
    }
    .icon_box ul li h5 {
        font-size: 20px;
        line-height: 22px;
    }
    .icon_box ul li span:nth-child(2) {
        margin: 0;
    }
    .song_wraper ul li {
        flex: 0 0 50%;
    }
    .song_wraper ul {
        display: block;
    }
    .song_wraper {
        text-align: center;
    }
    .song_wraper ul li h5 {
        font-size: 20px;
        margin: 30px 0 0 0;
    }
    .song_wraper ul li h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 10px 0 10px 0;
    }
    section.showpage_4 {
        padding: 40px 0;
    }
    .listen_inner h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .listen_inner p {
        font-size: 16px;
    }
    .listen_inner .now_logo ul li img {
        width: 50%;
        display: block;
        margin: auto !important;
    }
    .listen_inner .now_logo ul {
        padding: 0 !important;
    }
    .signature_wraper p {
        padding: 0;
    }
    .signature_wraper span:nth-child(2) {
        margin: 30px 0 0 0 !important;
        display: block;
    }
    .signature_wraper span:nth-child(2) p {
        margin: 0 !important;
    }
    body.home_page section.sec_1 {
        padding-bottom: 400px;
    }
    .logo {
        margin: 0;
    }
    body.pr_agency_page section.simple_sec.black .global_btn {
        display: block;
    }
    body.pr_agency_page section.simple_sec.black .global_btn button {
        width: 75% !important;
    }
    .pr_service_points ul li:nth-child(6) {
        font-size: 12px;
        padding: 5px 0 0 40px;
    }
}

canvas#signature-pad {
    border-bottom: 1px solid #000;
}

.pr_agency_inner.text-center {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    padding: 80px 20px;
    width: 50%;
    margin: auto;
}

@media (max-width: 768px) {
    .pr_agency_inner.text-center {
        width: 95% !important;
        padding: 10px 10px;
    }
}

.footer_inner ul li a {
    text-decoration: none;
    color: white !important;
}

.footer_links li {
    list-style-type: disc;
    /* Adds dots before links */
    margin-left: 18px;
    /* Indent so dots align nicely */
    color: #fff;
}

.contact_info li {
    list-style: none;
    margin-bottom: 8px;
    color: #fff;
}

.contact_info li i {
    color: #fff;
}