:root {
    --white: #ffffff;
    --black: #000000;
    --lite-black: #212121;
    --danger: #ce1a19;
    --grayLight: #7a7a7a;
    --gray: #333333;
    --blue: #060d3e;
    --skyLight: #bec5fa;
    --pink: #cc02b4;
    --redText: #ed2024;
    --gray-line:#cccbcb;
    --lilist:#1a1a1a;
}

/* ul{ padding-left: 0px;} */
li {
    font-weight: 400;
}

.page-template-default h1 {
    font-size: 30px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--lite-black);
    position: relative;
}

.page-template-default h1:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--danger);
    bottom: 0.5px;
    left: 30px;
}

.page-template-default h1:after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 1.5px;
    background: var(--gray-line);
    z-index: -1;
    bottom: 1px;
    left: 0px;
}

.page-template-default h2 {
    font-size: 18px;
    color: var(--grayLight);
    font-weight: 400;
    padding-bottom: 30px;
}

.social_heading h3 {
    font-size: 25px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--lite-black);
    position: relative;
}

.social_heading h3:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--danger);
    bottom: 0.5px;
    left: 30px;
}

.social_heading h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 1.5px;
    background: var(--gray-line);
    z-index: -1;
    bottom: 1px;
    left: 0px;
}

.page-template-default h4,
.page-template-default h5,
.page-template-default h6 {
    font-family: "Nunito Sans", serif;
    color: var(--black);
    font-weight: 500;
    margin-bottom: 10px;
}

.page-template-default h4 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
}

.page-template-default h5 {
    font-size: 18px;
    line-height: 1.6;
}

.page-template-default h6 {
    font-size: 18px;
    line-height: 1.6;
}

/* .page-template-default h3, */
.page-template-default p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.social_heading p strong {
    color: var(--black);
}

.social_heading p {
    font-size: 18px;
    color: var(--lilist);
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
}

.social_handle p strong {
    color: var(--danger);
}

.we_own_cont ul {
    padding-top: 20px;
    padding-left: 50px;
    list-style: disc;
}

.we_own_cont ul li {
    color: var(--black);
    font-size: 16px;
    padding-bottom: 10px;
}

.our_service_wrap ul {
    padding-top: 20px;
    padding-left: 50px;
    list-style: disc;
}

.our_service_wrap ul li {
    color: var(--black);
    font-size: 16px;
    padding-bottom: 10px;
}

.social_heading p a {
    color: var(--pink);
}

/* wordPress css  */
.singular .entry-title {
    font-size: 48px;
    display: none;
}

.post-thumbnail .wp-post-image {
    margin-top: 10px;
}

/* wordPress css end  */
section.innerFaq.my-5 h2 {
    padding-bottom: 0px;
}

/* inner Faq */
.innerFaq h2 {
    font-size: 2.0em;
    color: var(--black);
}

.innerFaq .accordion-button::after {
    background: url(../images/plus.png) no-repeat;
    width: 35px;
    height: 35px;
    background-size: 100%;
}

.innerFaq .accordion-button:not(.collapsed)::after {
    background: url(../images/plus-rotate.png) no-repeat;
    width: 35px;
    height: 35px;
    background-size: 100%;
    transform: rotate(90deg);
}

.innerFaq .accordion-button:focus {
    background-color: transparent;
    box-shadow: none;
}

.innerFaq .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.innerFaq .accordion-button {
    font-size: 1.5rem;
    color: var(--lite-black);
    box-shadow: none !important;
}

.innerFaq .accordion-body p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: var(--grayLight);
}

.innerFaq .accordion-item {
    border: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.innerFaq .accordion-item {
    border-bottom: 2px solid #b51f96;
}

.innerFaq .accordion-item:nth-child(1) {
    border-top: 2px solid #b51f96;
    border-radius: 0px;
}

/* inner Faq end */
.testIContent p {
    color: var(--grayLight);
    font-weight: 400;
}

footer.entry-footer.default-max-width {
    display: none;
}

/* conversion-rate-optimization */
.innerPage p {
    color: var(--lite-black);
    font-weight: 400;
}

.innerTitle h2 {
    font-size: 36px;
    text-align: left;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--lite-black);
    position: relative;
}

.innerPage h3 {
    font-size: 25px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: var(--lite-black);
    position: relative;
}

.innerPage h3:before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--danger);
    bottom: 0.5px;
    left: 30px;
}

.innerPage h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 1.5px;
    background: var(--gray-line);
    z-index: -1;
    bottom: 1px;
    left: 0px;
}

.innerPage h5 {
    font-weight: 700;
    line-height: 1.1;
}

.innerPage h6 {
    font-weight: 700;
    line-height: 1.1;
    color: var(--lite-black);
}

.innerPage ol {
    padding-left: 25px;
}

.innerPage ol li {
    font-size: 16px;
}

.innerPage ul li {
    font-size: 16px;
    color: var(--lilist);
    text-align: left;
    margin-bottom: 10px;
    margin-right: 18px;
    position: relative;
    padding-left: 35px;
    list-style: none;
}

.innerPage ul li:before {
    content: "";
    background: var(--redText);
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0px;
    top: 9px;
    font-size: 24px;
    font-weight: 500;
}

.innerPage a {
    color: #0a58ca;
}

.innerPage .thumb-logo ul {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    margin-bottom: 20px;
    align-items: flex-start;
    gap: 15px;
}

.innerPage .thumb-logo ul li {
    padding: 0;
    margin: 0;
}

.innerPage .thumb-logo ul li img {
    max-width: 100px;
    width: 100%;
}

.innerPage .thumb-logo ul li:before {
    display: none;
}

.content-bg-style {
    padding: 30px 50px;
    background: #dd1f26;
    margin: 30px 0px 20px 0px;
}

.content-bg-style a {
    text-decoration: none;
}

.content-bg-style h2 {
    color: var(--white);
    font-size: 30px;
    margin: 0px;
    padding: 0px;
}

.content-bg-style h3 {
    color: var(--white);
}

.content-bg-style h3 i {
    padding: 12px 17px;
    background: var(--white);
    border: 2px solid transparent;
    color: #dd1f26;
    margin-left: 10px;
    border-radius: 50%;
}

.content-bg-style a:hover,
.content-bg-style a:focus {
    text-decoration: none;
}

.content-bg-style a:hover i {
    border-color: var(--white);
    background: none;
    color: var(--white);
}

.cent-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.cent-list ul {
    padding: 0px;
    margin: 7px 0px 7px;
}

.cent-list ul li {
    font-size: 16px;
    color:var(--lilist);
    text-align: left;
    margin-bottom: 10px;
    margin-right: 18px;
    position: relative;
    padding-left: 35px;
    list-style: none;
}

.cent-list ul li:before {
    content: "";
    font-family: FontAwesome;
    background: var(--redText);
    position: absolute;
    width: 20px;
    height: 2px;
    left: 0px;
    top: 9px;
    font-size: 24px;
    font-weight: 500;
}

/* conversion-rate-optimization end */
/* programmatic-advertising */
/* tab css  */
.innerPage .tabs-container {
    display: flex;
    flex-direction: row;
    /* height: 100%; */
    max-width: 1000px;
    padding-left: 50px;
}

.innerPage .tabs {
    width: 250px;
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
}

.innerPage .tab-button {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: none;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 16px;
    color: var(--text);
    font-weight: 600;
}

.innerPage .tab-button.active {
    background-color: var(--danger);
    color: var(--white);
}

.innerPage .tab-content {
    flex: 1;
    padding: 15px 20px;
    display: none;
}

.innerPage .tab-content p {
    font-size: 18px;
    color: var(--text);
    line-height: 26px;
    font-weight: 400;
    margin: 0px;
}

.innerPage .tab-content.active {
    display: block;
}

/* programmatic-advertising end */
/* influencer-campaigns */
.centListRed h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 12px 0px 7px 0;
    color: var(--redText);
}

.centListBlack h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 12px 0px 7px 0;
    color: var(--black);
}

/* influencer-campaigns end */
/* brand-campaigns */
.brandAccordian {
    margin-top: 30px;
}

.brandAccordian .tab-content {
    /* padding: 40px 20px 20px 20px; */
    min-height: auto;
    background: #f5f5f5;
}

.brandAccordian .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.innerPage .brandAccordian ul li {
    padding-left: 0px;
    margin-bottom: 3px;
}

.innerPage .brandAccordian ul li.nav-item button {
    font-size: 20px;
    color: var(--black);
    font-weight: 600;
    border: 0px;
}

.innerPage .brandAccordian ul li.nav-item button:hover,
.innerPage .brandAccordian ul li.nav-item button.active {
    background: #f5f5f5;
    border-bottom: 3px solid #ed2024;
}

.innerPage .brandAccordian ul li:before {
    display: none;
}

.innerPage .brandAccordian .tab-content {
    display: block;
}

.innerPage .brandAccordian .tab-content .tab-pane {
    background: var(--white);
}

.innerPage .brandAccordian .tab-content .tab-pane h4 {
    color: #ed2024;
}

/* brand-campaigns end */
/* ONLINE ADS */
.left_part_ad,
.right_part_ad {
    margin: 35px 0;
    padding: 0 25px;
}

.left_part_ad h1 {
    font-size: 35px;
    color: var(--lite-black);
    font-weight: 700;
    text-align: right;
    margin: 0 0 10px 0;
    padding: 0;
}

.left_part_ad h1::before,
.left_part_ad h1::after {
    display: none;
}

.left_part_ad p {
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--lite-black);
    font-weight: 300;
    text-align: right;
}

.right_part_ad {
    padding: 0 15px;
    text-align: justify;
    border-left: 1px solid var(--danger);
}

.right_part_ad p {
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--lite-black);
    font-weight: 300;
}

.onlineAdd h1 {
    font-size: 40px;
    color: var(--lite-black);
    text-align: center;
}

.onlineAdd h1::before,
.onlineAdd h1::after {
    display: none;
}

.adsOnline img {
    width: 100%;
    position: relative;
}

.adsOnline {
    width: 100%;
}

.imgBgOnline {
    width: 100%;
    position: relative;
}

.online_media_planing .card {
    border: 0px;
}

.imgBgOnline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(209, 0, 0, 0.5);
    z-index: 98;
}

.imgBgOnline::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 9px;
    display: block;
    left: 0px;
    bottom: 25px;
    background: var(--danger);
    z-index: 99;
}

.imgBgOnline h5 {
    bottom: 20px;
    right: 10px;
    margin: 0;
    position: absolute;
    color: var(--white);
    z-index: 99;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
}

.imgBgOnline h5:after {
    background: url(../images/images-inner/icon1.png) right bottom no-repeat;
    content: "";
    position: absolute;
    width: 55px;
    height: 55px;
    right: 0;
    bottom: 30px;
}

.adsOnline p {
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--lite-black);
    font-weight: 400;
}

.online_media_planing .row .col-lg-4:nth-child(2) .imgBgOnline::before {
    background: rgba(255, 192, 0, 0.5);
}

.online_media_planing .row .col-lg-4:nth-child(2) .imgBgOnline h5:after {
    background: url(../images/images-inner/icon2.png) right bottom no-repeat;
}

.online_media_planing .row .col-lg-4:nth-child(3) .imgBgOnline::before {
    background: rgba(0, 118, 89, 0.5);
}

.online_media_planing .row .col-lg-4:nth-child(3) .imgBgOnline h5:after {
    background: url(../images/images-inner/icon3.png) right bottom no-repeat;
}

.online_media_planing .row .col-lg-4:nth-child(4) .imgBgOnline::before {
    background: rgba(0, 156, 255, 0.5);
}

.online_media_planing .row .col-lg-4:nth-child(4) .imgBgOnline h5:after {
    background: url(../images/images-inner/icon4.png) right bottom no-repeat;
}

.online_media_planing .row .col-lg-4:nth-child(5) .imgBgOnline::before {
    background: rgba(79, 0, 124, 0.5);
}

.online_media_planing .row .col-lg-4:nth-child(5) .imgBgOnline h5:after {
    background: url(../images/images-inner/icon5.png) right bottom no-repeat;
}

.border_sec {
    border-top: 1px solid var(--danger);
    margin-top: 20px;
}

.approc h2 {
    font-size: 45px;
    color: #333333;
    margin-top: 30px;
    font-weight: 700;
}

.approc p {
    font-size: 20px;
    color: var(--lite-black);
    font-weight: 400;
    text-align: justify;
}

/* ONLINE ADS end */
.borderLeft {
    border-left: solid 1px #d10000;
}

.pagethumb {
    margin-bottom: 20px;
}

.pagethumb img {
    margin-bottom: 10px;
    width: 100%;
}

.shopify-para p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    text-align: center;
    color: #89d00a;
    line-height: 5rem;
}

.awards-title {
    text-align: center !important;
    padding-bottom: 0px !important;
    margin-bottom: 10px !important;
    font-size: 50px !important;
}

.awards-title::before,
.awards-title::after {
    content: none !important;
    display: none !important;
}

/* about us */
.m-v-box {
    display: flex;
    justify-content: start;
    margin-bottom: 30px;
}

.vission {
    border-right: 1px solid #ccc;
    padding-right: 20px;
}

.mission {
    padding-left: 30px;
}

.vission h4,
.mission h4 {
    font-weight: 700;
    font-size: 32px;
}

.vission p,
.mission p {
    font-size: 26px;
    line-height: 32px;
}

/* about us end */
/* animated video */
.animatedVideo {
    max-width: 600px;
    margin: 0 auto 40px auto;
    text-align: center;
}

.animatedVideo h1 {
    text-align: center !important;
    margin-bottom: 10px !important;
    padding: 0px;
}

.animatedVideo h1::before,
.animatedVideo h1::after {
    content: none;
    display: none;
}

.animatedVideo h2 {
    font-size: 28px;
    padding-bottom: 0px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 10px !important;
    margin-top: 10px;
    color: var(--lite-black);
    position: relative;
}

.animatedVideo h2 span {
    font-weight: 300;
}

p.video-title {
    font-size: 20px;
    line-height: 30px;
    color: var(--grayLight);
    font-weight: 400;
    margin-bottom: 15px;
}

.animate-tell-stories {
    color: var(--danger);
    text-align: center;
    font-size: 21px;
}

.innerPage .btn-animate-tell-story {
    text-transform: uppercase;
    border: 2px solid red;
    border-radius: 25px;
    padding: 8px 25px;
    color: var(--black) !important;
    font-weight: 700;
    font-size: 16px;
    margin: 20px 0 50px;
    text-decoration: none;
}

.btn-animate-tell-story:hover {
    color: var(--white) !important;
    background-color: #e53244;
}

.whatweoffer {
    background: #e53244;
    padding: 50px 0;
    position: relative;
    margin-bottom: 50px;
}

.offerHeading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.offerHeading h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 83px;
    line-height: 83px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.offerBox {
    padding: 20px 15px 0 0;
    position: relative;
    height: 100%;
}

.offerBox h4 {
    font-size: 30px;
    font-weight: 500;
    padding-top: 30px;
    color: var(--white);
}

.offerBox p {
    padding-bottom: 20px;
    color: var(--white);
    font-size: 20px;
}

.whatweoffer .col-lg-6:nth-child(1) .offerBox,
.whatweoffer .col-lg-6:nth-child(3) .offerBox {
    border-right: 1px solid #750a14;
}

.whatweoffer .col-lg-6:nth-child(3) .offerBox,
.whatweoffer .col-lg-6:nth-child(4) .offerBox {
    border-top: 1px solid #750a14;
}

.offerNum {
    position: absolute;
    right: 50px;
    font-size: 100px;
    font-weight: 700;
    top: -10px;
    color: #ad1e2c;
}

.whatItDoesTitle {
    padding-top: 70px;
}

.whatItDoesTitle h4 {
    font-size: 63px;
    line-height: 63px;
    font-weight: 700;
    text-transform: uppercase;
}

.whatItDoes {
    position: relative;
    text-align: center;
}

.whatItDoes h5 {
    position: absolute;
    color: var(--white);
    top: 10px;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    left: 0;
    right: 0;
}

.whatItDoes p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    text-align: left;
}

.grayClr {
    background-color: #f8f8f8;
}

.ourwork {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ourwork h2 {
    color: #e53244;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 700;
    padding: 20px 0 0;
}

.ourwork h4 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 40px;
}

/* animated video end */
/* we are hiring */
.wearehire {
    max-width: 80%;
    margin: 0 auto 40px auto;
    text-align: center;
}

.wearehire h1 {
    font-size: 50px;
    text-align: center !important;
    margin-bottom: 10px !important;
    padding: 0px;
}

.wearehire h1::before,
.wearehire h1::after {
    content: none;
    display: none;
}

.wearehire p {
    font-size: 36px;
    color: var(--grayLight);
}

.weHire.innerFaq .accordion-item {
    border: 2px solid #b51f96;
    border-bottom: 0px;
}

.weHire.innerFaq .accordion-item:last-child {
    border-bottom: 2px solid #b51f96;
}

.weHire.innerFaq .accordion-item:first-of-type {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}

.weHire.innerFaq .accordion-item h2 {
    padding-bottom: 0px;
}

.weHire.innerFaq .accordion-item h2 button span {
    margin-left: 30px;
    color: #ffc90f;
}

.btn-applynow {
    background: #d02027;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin: 15px 0px;
    text-decoration: none !important;
}

.view-jd {
    background: #c6c5c5;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin: 15px 0px;
    margin-right: 15px;
    text-decoration: none !important;
}

.btn-applynow:hover,
.view-jd:hover {
    background: var(--black);
    color: var(--white);
}

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

.back-section a {
    color: #d02027;
    font-size: 16px;
    font-weight: 700;
}

.back-section .fa-long-arrow-left {
    margin-right: 10px;
}

.innerPage a.btn-applynow {
    background: #d02027;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
    margin: 15px 0px;
}

.innerPage a.btn-applynow:hover {
    background: var(--black);
    color: var(--white);
}

.main-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.resume {
    margin-right: 35px;
}

/* we are hiring end */
/* creer page css */
.career {
    font-size: 16px;
    font-weight: 400;
}

.career ul li button {
    width: 100%;
    text-align: left;
    margin: 1px 0;
}

.career .nav-pills .nav-link {
    background: #f4f4f4;
    color: #6d6d6d;
    border-radius: 2px;
}

.career .nav-pills .nav-link.active,
.career .nav-pills .show>.nav-link {
    border-bottom: 1px solid #fff;
    color: var(--white);
    background: var(--redText);
    text-align: left;
    padding: 8px 16px;
}

.career .tab-content .tab-pane p {
    color: var(--lite-black);
}

.career .tab-content .tab-pane ul li {
    font-size: 16px;
    line-height: 30px;
}

.ulContent {
    padding-left: 15px;
}

.career .tab-content>.tab-pane a {
    color: #0a58ca;
}

/* creer page css end */


/* gallery page */

.pageGallery {
    width: 100%;
    margin-bottom: 40px;
}

.all-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0;
    width: 100%;
}

.show-portfolio-list {
    display: inline-block;
    box-sizing: border-box;
    width: 33%;
    position: relative;
    -webkit-animation: bummer 0.5s;
    animation: bummer 0.5s;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    max-height: 285px;
    height: 100%;
    overflow: hidden;
}

@-webkit-keyframes bummer {
    100% {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes bummer {
    100% {
        transform: scale(1, 1);
    }
}

.show-portfolio-list img {
    max-width: 100%;
    position: relative;
    width: 100%;
}

.portfolio-details {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.portfolio-details:hover {
    opacity: 1;
}

.portfolio-details .btn-view {
    border: #fff solid 1px;
    color: #fff;
    background: 0 0;
    border-radius: 0;
}

.portfolio-details .btn-view:hover {
    background: #d02027;
    color: #fff;
    border: #d02027 solid 1px;
}

.portfolio-content {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
    .show-portfolio-list {
        width: 50%;
    }
}

/* gallery page end */

/* portfolio */
.portfolio-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
}

.portfolio-item img {
    width: 100%;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

/* Overlay */
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    opacity: 0;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-overlay h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.portfolio-overlay p {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 15px;
}

.portfolio button {
    color: #d02027;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    font-size: 18px;
    padding: 0px 20px;
    border: 1px solid #d02027;
}

.portfolio button.btn.btn-primary {
    color: #fff;
    background: #d02027;
    border-color: #d02027;
    box-shadow: none;
}

.btn-outline-primary:hover {
    color: #fff;
    background: #d02027;
    border-color: #d02027;
}

/* portfolio end */
/* contact us */
.contectLeft {
    padding: 0 50px;
}

.contectLeft input[type=text],
.contectLeft input[type=email],
.contectLeft input[type=tel],
.contectLeft textarea {
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px 15px;
    margin: 0 2px;
    width: 100%;
    max-width: 100%;
    /* max-width: 700px !important; */
}

.contectLeft textarea {
    height: 80px;
}

.contectLeft label {
    font-size: 14px;
    color: var(--lite-black);
    width: 100%;
    max-width: 700px;
}
.contectRight {
    padding: 30px 50px;
}
.checkBox span.wpcf7-form-control-wrap {
    margin-top: 18px;
    display: inline-block;
}

.checkBox .wpcf7-list-item label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-left: 0px;
}

.checkBox .wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
    display: block;
}

.checkBox .wpcf7-list-item input[type=checkbox],
.checkBox .wpcf7-list-item input[type=radio] {
    border: 1px solid #000;
    background: var(--global--color-white);
}

.contectRight p {
    margin-bottom: 0;
    font-size: 16px;
    font-style: normal;
}

.contectRight p em {
    font-size: 15px;
    margin-right: 5px;
    color: #9d9d9d;
}

.contectLeft h1,
.contectRight h1 {
    color: var(--danger);
    font-size: 17px;
    margin: 20px 0 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.contectLeft .wpcf7-submit {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    background-color: #e66e50;
    border-color: #e66e50;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
}

.contectLeft .wpcf7-submit:hover {
    background-color: #e66e50;
    border-color: #e66e50;
}

/*  */
/* .clientSection .swiper-slide{
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 
} */
.clientSection .swiper-wrapper {
    margin-bottom: 50px;
}

.page-template-contact-us .testimonial-item {
   box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.testimonial-item {
    text-align: center;
    padding-top: 30px;
   
}

.clientSection .testimonial-shad {
    min-height: 530px;
    padding: 0px;
    width: 80%;
    margin: 0 auto;
}

.clientSection .testimonial-shad img {
    margin: 0 auto 20px auto;
}

.clientSection .testimonial-shad p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 25px;
    color: #000;
}

.clientSection .testiTittle {
    color: #af1111;
    font-size: 17px;
    padding: 0 15px;
    text-align: center;
    line-height: 25px;
    font-weight: 600;
    min-height: 130px;
}

.clientSection .testiTittle img {
    margin-bottom: 10px;
    width: 120px;
    margin: 0 auto;
}

.clientSection .swiper-pagination {
    display: inline-block
}

figure.post-thumbnail {
    margin: 0;
}

/* contact us end */



/* our clients */
.our_clients {
    margin: 30px;
}

.our_clients h2 { font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0px;
    color: var(--black);
    text-align: center;   
}
.our_clients p {
    font-size: 20px;
    text-align: center;
}

.our_clients .nav-tabs {
    border-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.our_clients .nav-tabs li {
    border: 1px solid #b70001;
}

.our_clients .nav-tabs li a {
    border: none !important;
    color: #b70001;
    padding: 12px 40px;
    display: block;
    border-radius: 0;
    margin-right: 0;
    font-size: 14px;
}

.our_clients .nav-tabs>li>a.active,
.our_clients .nav-tabs>li>a:hover,
.our_clients .nav-tabs>li>a:focus {
    color: #fff;
    background-color: #b70001;
    cursor: pointer;
    border-bottom-color: transparent;
}

.clints_listing {
    display: flex;
    justify-content: start;
    margin-top: 4vw;
}

.clint_logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-left: 2px solid #b70001;
}

.clint_logos li {
    list-style: none;
    width: 21%;
}

.clint_logos li img {
    width: 100%;
    padding: 10px;
    margin: 10px;
    transition: all 0.3s;
    border: 1px solid #eae8e8;
}

.clint_logos li img:hover {
    box-shadow: 0 6px 8px rgb(43 43 43 / 30%);
}

.our_clients .depart_clints h3 {
    font-size: 20px;
}

.client_view_logo {
    margin: 0;
    padding: 10px;
}

.our_clients .clientnew {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 30px;
}

.fiveSlides img {
    width: 200px;
    padding: 10px;
    transition: all 0.3s;
    border: 1px solid #eae8e8;
}

.fiveSlides img:hover {
    box-shadow: 0 6px 8px rgb(43 43 43 / 30%);
}

.depart_clints {
    padding-right: 15px;
}


/* our clients end */
.wp-theme-redcube .testimonialMn.innerPad .testImg img {
    border-radius: 50%;
}

.contactPage {   
    margin-top: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border: solid 5px #000;
    background: url(../images/dairy-bg.jpg) repeat-y center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.6);
}

/* responsive  */
@media (max-width: 991px) {
    .offerHeading h2 {
        font-size: 70px;
        line-height: 70px;
    }

    .whatweoffer .col-lg-6:nth-child(1) .offerBox,
    .whatweoffer .col-lg-6:nth-child(3) .offerBox {
        border-right: 0px solid #750a14;
    }

    .whatweoffer .col-lg-6:nth-child(3) .offerBox,
    .whatweoffer .col-lg-6:nth-child(4) .offerBox {
        border-top: 0px solid #750a14;
    }

    .clint_logos li {
        width: 30%;
    }

    .fiveSlide img {
        width: 176px;
    }
    .contactPage { background: none; padding-top: 20px;}
}

@media (max-width: 768px) {
    .innerPage .tabs-container {
        flex-direction: column;
        padding-left: 0px;
    }

    .innerPage .tabs {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
    }

    .innerPage .tab-button {
        flex: 1;
        white-space: nowrap;
        text-align: center;
        border-right: 1px solid #ddd;
        border-bottom: none;
    }

    .innerPage .tab-content {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .innerPage h1 {
        font-size: 26px;
        margin-top: 0px;
    }

    .innerPage h2 {
        margin: 0px 0px 15px;
    }

    .innerPage h5 {
        margin: 20px 0px 10px;
    }

    .career .nav-pills {
        flex-direction: row !important;
        overflow-x: auto;
        white-space: nowrap;
    }

    .career .tab-content {
        margin-top: 1rem;
    }
    
}

@media (max-width: 767px) {
    .page-template-default h1 {
        font-size: 24px;
    }

    .social_heading h3 {
        font-size: 22px;
    }

    .innerFaq h2 {
        font-size: 1.5em;
    }

    .innerFaq .accordion-button {
        font-size: 1.3rem;
    }

    .right_part_ad {
        border-left: 0px solid var(--danger);
    }

    .m-v-box {
        flex-direction: column;
    }

    .clints_listing {
        display: block;
    }

    .clint_logos {
        border-left: 0;
        padding: 0;
    }

    .our_clients .depart_clints h3 {
        width: fit-content;
        margin: 50px auto 20px;
        border-bottom: 2px solid #b70001;
        padding: 0 0 10px;
        text-align: center;
    }
    .row.contactPage {
    margin: 0px;
}
}

@media (max-width: 767px) {
    .borderLeft {
        border-left: solid 0px #d10000;
    }

    .m-v-box {
        margin-bottom: 10px;
    }

    .mission {
        padding-left: 0px;
    }

    .vission {
        border-right: 0px solid #ccc;
        padding-right: 0px;
    }

    .vission h4,
    .mission h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .vission p,
    .mission p {
        font-size: 20px;
        line-height: 28px;
    }

    .whatItDoesTitle h4 {
        font-size: 40px;
        line-height: 50px;
        text-align: center;
        margin-bottom: 30px;
    }

    .whatItDoesTitle h4 br {
        display: none;
    }
}

@media (max-width:575px) {
    .clint_logos li {
        width: 40%;
    }

    .our_clients .nav-tabs li a {
        padding: 5px 29px;
    }

    .fiveSlides img {
        width: 160px;
    }
    .contectRight {
    padding: 10px;
}
}

@media (max-width: 480px) {
    .offerHeading h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .offerHeading h2 br {
        display: none;
    }

    .offerNum {
        font-size: 50px;
        top: 35px;
    }

    .career li.nav-item {
        width: 100%;
    }

    .career .tab-content h3 {
        font-size: 24px;
    }

    .career .tab-content h4 {
        font-size: 20px;
    }

    .contectLeft {
        padding: 0 1px;
    }

    .page-template-contact-us section.graybg {
        padding: 30px 0px;
    }

    .testimonial-item {
        box-shadow: none;
    }

    .fiveSlides img {
        width: 130px;
    }

    .our_clients .clientnew {
        margin-top: 40px;
        gap: 10px;
    }
}

@media (max-width:388px) {
    .our_clients {
        margin: 0px;
    }

    .clint_logos li img {
        width: 127px;
        padding: 0px;
        margin: 0px;
    }

    .clint_logos {
        justify-content: space-between;
    }

    .fiveSlides img {
        width: 121px;
        padding: 0;
    }

    .our_clients .nav-tabs li a {
        padding: 8px 18px !important;
    }
}