/* inter tight google font */
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
/* roboto google font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul li,
ol li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 700;
}

p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.main-banner {
    /* background: url(../img/bg-1.png); */
    background: #a7262f;
    background: linear-gradient(90deg, #a7262f 0%, #640d14 100%);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.main-img img {
    transform: translate(12px, 0px);
    position: relative;
    z-index: 6;
}

:root {
    --main-color: #A7262F;
    --sec-color: #250903;
    --baner-bg: #43070C;
}


.navbar-fixed .free-quote a {
    border: 1px solid white;
}

.navbar-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--main-color);
    z-index: 99;
}

.main-banner-content h1 {
    line-height: 70px;
    font-size: 54px;
    margin-bottom: 1rem;
}

.main-banner-content h1 span {
    font-weight: 300;
}

.main-banner-content {
    /* margin: 160px 100px 90px; */
    color: white;
    position: relative;
    z-index: 6;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* margin-left: 25%; */
    margin-left: 8%;
}

.main-banner::before {
    content: url(../img/Vector-1.png);
    background-size: cover;
    position: absolute;
    top: 17%;
    left: -283PX;
    right: 0;
    bottom: 0;
    z-index: 5;
    opacity: 0.5;
}

.main-banner::after {
    content: url(../img/Vector-2.png);
    background-size: cover;
    position: absolute;
    top: 19%;
    right: 0;
    right: 29%;
    bottom: 0;
    z-index: 5;
    opacity: 0.5;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 12px 0;
    font-family: "Inter Tight", sans-serif;
    transition: all .2s ease-in-out;
}

.nav-link {
    color: #fff;
    margin: 0px 20px;

}

.free-quote a {
    background-color: var(--main-color);
    color: #fff;
    padding: 9px 18px;
    border-radius: 20px;
    display: inline-block;
    transition: all .4s ease-in-out;
    outline: none;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.free-quote a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#250903);
    transform: scale(0);
    transition: transform 0.5s ease;
}

.free-quote a:hover:after {
    transform: scale(4);
}

.free-quote a:hover {
    border-color: #666666;
    background: #6d0f15b9;
}

.connect-now a {
    background: transparent;
    border: 1px solid #ffffff;
}


.connect-now a {
    background: transparent;
    border: 1px solid #ffffff;
    color: white;
    padding: 9px 18px;
    display: inline-block;
    border-radius: 22px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.connect-now a:hover {
    background-color: var(--sec-color);
    border: 1px solid var(--sec-color);
}

.col-for-quiry {
    display: flex;
    margin: 3rem 0;
    position: relative;
    gap: 80px;
}

.col-for-quiry a {
    color: #ffffff;
}

.col-for-quiry p {
    margin: 0;
}

.col-for-quiry div:nth-child(1):after {
    content: "";
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 180px;
}

/* company-overview css */

.company-overview {
    background-color: #250903;
    padding: 40px 0;
    color: #ffffff;
}

.overview-imgsec {
    display: flex;
    gap: 20px;
}

.over-viewimg-2 {
    flex-basis: 20%;
    overflow: auto;
    height: 80%;
    object-fit: inherit;
    border-radius: 10px 0px 150px 18px;
}

.over-viewimg-1 {
    flex-basis: 60%;
    overflow: auto;
    object-fit: cover;
    border-radius: 150px 10px 19px 10px;
}

.sec-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    margin: 15px 0;
}

.btn-more {
    background: var(--main-color);
    padding: 11px 33px;
    display: inline-block;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    border: 1px solid var(--main-color);
    transition: all .3s ease-in-out
}

.btn-more:hover {
    border: 1px solid white;
    color: white;
    background-color: transparent;
}

span.top-title {
    background: #501609;
    padding: 8px 13px;
    border-radius: 22px;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    width: max-content;
    align-items: center;
    gap: 5px;
}

.top-title i {
    font-size: 8px;
    color: #A7262F;
    transform: translate(0px, 1px);
}


/* our service css */
.service-sections {
    background: url(../img/bg-service.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    padding: 40px 0;
}

.service-sections span.top-title {
    margin: auto;
}

.title-area {
    text-align: center;
}

/* service css */

.service-box {
    text-align: center;
    border: 1px solid #92565a;
    border-radius: 50%;
    transition: all .4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}

.service-box a {
    color: #ffff;
}


.service-listbox {
    display: flex;
    background-color: #A7262F;
    padding: 30px 16px;
    border-radius: 39px;
}

.service-listbox ul li a {
    color: #ffffff;
}

.service-listbox ul li {
    /* list-style: disc; */
    margin-bottom: 30px;
}

.service-listbox ul {
    flex: 1;
    margin: 0;
	pointer-events: none;
    cursor: default;
}

/* .service-box:hover {
    background-color: #A7262F;
} */


.service-listbox {
    display: none;
    /* height: 100%; */

}


#service-listbox-1 {
    display: block;
}


.service-box:hover+.service-listbox,
.service-listbox:hover {
    display: block;
}



/* new css service box */

.service-box img {
    margin-bottom: 10px;
}

.service-new-box p {
    color: black;
    font-weight: 600;
    word-break: break-word;
}

.service-new-box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    position: relative;
    cursor: pointer;
    width: 85%;

    margin: 0 auto;
}

.center-logo {
    height: 35%;
    width: 35%;
    background: var(--baner-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 31%;
    left: 31%;
}

.service-box:nth-child(1) {
    background-color: #F3D1CF;
}

.service-box:nth-child(2) p {
    color: #000000;
}

.service-box:nth-child(4) p {
    color: #000000;
}

.service-box:nth-child(2) {
    /* background-color: var(--main-color); */
    background-color: #F3D1CF;

}

.service-box:nth-child(4) {
    /* background-color: #FFEEBB; */
    background-color: #F3D1CF;
}

.service-box:nth-child(5) {
    /* background-color: #EF7A83; */
    background-color: #F3D1CF;
}

#service-listbox-1,
#service-listbox-1 ul li a {
    background-color: #F3D1CF;
    color: #250903;
}

#service-listbox-2,
#service-listbox-2 ul li a {
    background-color: #f3d1cf;
    color: #000000;
}

#service-listbox-3,
#service-listbox-3 ul li a {
    background-color: #f3d1cf;
    color: #000000;
}

#service-listbox-4,
#service-listbox-4 ul li a {
    background-color: #f3d1cf;
    color: #250903;
}

/* end new */


/* service css end */



/* what we do */
.what-we-do {
    background-color: #250903;
    padding: 40px 0px 18% 0px;
    color: #ffffff;
}

.whatwedo-list span {
    color: #ffffff;
}

.whatwedo-list {
    text-align: end;
}

.whatwedo-list span {
    color: #ffffff;
    background: #640D14;
    padding: 10px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 7px;
}

.whatwedo-list span i {
    margin-right: 5px;
    background: #a7262f;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    padding-top: 6px;
}

/* testimonial css */

.testimonial-sec .sec-title {
    font-size: 35px;
}

.testimonial-sec {
    /* background: rgb(167, 38, 47); */
    background: linear-gradient(90deg, rgba(167, 38, 47, 1) 0%, rgba(100, 13, 20, 1) 100%);
    color: #ffffff;
    padding: 40px 0;
    position: relative;
}

.banner-img {
    margin-top: -24%;
}

.banner-img img {
    object-fit: cover;
    border-radius: 30px;
}

.testimonial-box {
    background: #250903;
    color: #ffffff;
    padding: 10px 58px;
    margin: 24px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

img.rating-img {
    max-width: 120px !important;
    margin-bottom: 10px;
}

.testimonial-footer img {
    width: 53px !important;
    height: 53px;
    border-radius: 50%;
}

.testimonial-footer {
    display: flex;
    gap: 14px;
    align-items: center;
}

.testimonial-footer p {
    margin: 0;
    font-style: italic;
}

p.review-txt {
    border-bottom: 1px solid #5e5353cc;
    padding: 10px 0;
}
.testimonial-footer a {
    border: 1px solid;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    color: white;
    transition: all .3s ease-in-out;
}

.testimonial-footer a:hover{
    background: var(--main-color);
    border-color: var(--main-color);
}

/* testmonial owl */
.testimonial-sec .owl-nav {
    position: absolute;
    left: -52%;
    bottom: 43%;
    /* display: none; */
}

.testimonial-sec .owl-carousel .owl-nav button.owl-next,
.testimonial-sec .owl-carousel .owl-nav button.owl-prev,
.testimonial-sec .owl-carousel button.owl-dot {
    background: #A7262F;
    color: inherit;
    border: none;
    padding: 10px 19px !important;
    font: inherit;
    transition: all .3s ease-in-out;
}

.testimonial-sec .owl-carousel .owl-nav button.owl-next:hover,
.testimonial-sec .owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--sec-color);
}

/* why choose us section start */
.why-choose-us {
    background: #43070C;
    color: #ffff;
    padding: 40px 0;
}

.why-choose-img {
    width: 100%;
    border-radius: 24px 24px 24px 150px;
}

/* core-value */
.core-value {
    padding: 40px 0;
}

.core-value h2 {
    text-align: center;
    margin: 15px 0;
    font-size: 40px;
}

.core-value ul li {
    /* margin: 20px 0; */
    list-style: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 4rem 0;
    text-align: center;
    border-radius: 15px;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    font-weight: 500;
}

.core-value ul {
    /* margin: 0; */
    /* padding: 0; */
    /* column-count: 2; */
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 10px;
    margin: 0;
    padding: 0;
}


.brown-color {
    /* background-color: #f3d1cf !important; */
    background-color: #dcecd2cf !important;
}

.brown-color p {
    color: black !important;
}

/* blog css */
.blog-section {
    background-color: var(--sec-color);
    color: #fff;
    padding: 40px 0;
}

.blog-section .top-title {
    margin: auto;
}

.blog-card {
    background: #501609;
    padding: 20px;
    border-radius: 25px;
    height: 100%;
}

.blog-card img {
    width: 100%;
    border-radius: 25px;
    height: 250px;
    object-fit: cover;
}

.blog-share {
    display: flex;
    width: 100%;
    gap: 26px;
    margin: 12px 14px;
    align-items: center;
}

.blog-share a {
    color: #c5c5c5;
    font-family: "Roboto", sans-serif;
}

p.blog-link a {
    color: #ffff;
    font-size: 15px;
    font-weight: 400;
}

.nav-link:focus,
.nav-link:hover {
    color: rgb(251 242 242 / 80%);
}

.more-btn {
    color: #ffffff;
}

.get-in-touch {
    background: rgb(167, 38, 47);
    background: linear-gradient(90deg, rgba(167, 38, 47, 1) 0%, rgba(100, 13, 20, 1) 100%);
    color: #ffffff;
    padding: 40px 0;
}



/* news letter subscribe */
.news_letter_form #iyasa {
    border-radius: 22px;
    padding: 14px 12px 14px 35px;
    outline: none;
    background: url('http://pushyaconsulting.ezmarketingtech.com/wp-content/uploads/2024/11/message_icon.png');
    background-position: left;
    background-repeat: no-repeat;
    background-position: 10px;
}

.news_letter_form #esfpx_email_600c539860c61 {
    background-color: #a7262f;
    color: #ffffff;
    width: 42%;
    border-radius: 22px;
    padding: 12px 12px 12px 41px;
    outline: none;
    position: relative;
    background: url('http://pushyaconsulting.ezmarketingtech.com/wp-content/uploads/2024/11/Message.png');
    background-position: left;
    background-repeat: no-repeat;
    background-position: 10px;
}



#esfpx_email_600c539860c61::placeholder {
    color: #b9a8a8;
}

.news-letter-subcribe button {
    padding: 10px 14px 10px 14px;
    border: 1px solid #A7262F;
    background: #A7262F;
    color: white;
    border-radius: 35px;
    transition: all .3s ease-in-out;
}

.news-letter-subcribe button:hover {
    border: 1px solid #f0f0f0;
    background: transparent;
}

.news-letter-subcribe input::placeholder {
    color: white;
}

.news-letter-subcribe input {
    width: 450px;
    padding: 10px 0px 10px 35px;
    background: transparent;
    border: 1px solid #cccccc85;
    color: white;
    border-radius: 35px;
    outline: none;
    position: relative;
}

.mail-icon {
    position: relative;
    left: 34px;
    top: 0px;
}

/* footar css */

footer {
    background-color: var(--baner-bg);
    color: #ffff;
    font-family: "Roboto", sans-serif !important;
    padding: 40px 0;
}

.footer_div h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer_div ul {
    margin: 0;
    padding: 0;
}

footer a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}

.footer_div ul li {
    margin-bottom: 22px;
    line-height: 29px;
}

.footer_div.services-footer ul li::marker {
    color: #A7262F;
    font-size: 23px;
}

.footer_div.services-footer ul li {
    list-style: disc;
}

.footer_div.contact-footer i {
    background: #A7262F;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 7px;
    margin-right: 8px;
    border-radius: 4px;
}

.copy-right {
    display: flex;
    justify-content: space-between;
}

.social a {
    width: 30px;
    height: 30px;
    background: #ffffff;
    text-align: center;
    color: black;
    padding-top: 4px;
    border-radius: 50%;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.social a:hover {
    background-color: var(--main-color);
    color: #fff;
}

.copy-right a {
    margin-right: 8px;
}


/* contact page css */


/* new css about  us page */
.breadcrumbs_sec {
    background: linear-gradient(90deg, #a7262f 0%, #640d14 100%);
    color: white;
    padding: 130px 0px 40px 0px;
}

.breadcrumbs_sec ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 6px;
    align-items: center;
}

.breadcrumbs_sec ul i {
    font-size: 13px;
}

.breadcrumbs_sec ul li a {
    color: white;
}

.breadcrumbs_sec h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    word-wrap: break-word;
}

.breadcrumbs_sec img {
    border-radius: 50px;
    max-height: 400px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.what-set-section {
    padding: 60px 0;
}

.what-set-div ul {
    text-align: center;
    width: 100%;
    /* overflow: hidden; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 50px 0;
    position: relative;
    gap: 1rem;
	padding: 0;
}

.what-set-div ul li {
    /* border-right: 1px solid var(--main-color); */
    padding: 20px 2rem;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background: var(--main-color);
    color: white;
    border-radius: 20px;
}


.what-set-section .top-title {
    margin: 0 auto;
    color: white;
}


.what-set-section h2 {
    text-align: center;
    font-size: 40px;
    word-break: break-word;
    width: 48%;
    margin: 25px auto;
}

/* .what-set-div ul:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #00000036;
    position: absolute;
    top: 50%;
} */

/* .what-set-div ul::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #00000036;
    position: absolute;
    top: 50%;
    transform: rotate(90deg);
} */

/* .what-set-div p {
    max-width: 70%;
    margin: 0 auto;
    text-align: justify;
} */

.what-set-div img {
    margin-bottom: 15px;
    width: 75px;
    height: 75px;
    background: white;
    padding: 10px;
    border-radius: 50%;
}

.our-history-section {
    background-color: #250903;
    color: #ffffff;
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    padding-top: 40px;
}


.our-history-section h2 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 20px;
    color: #fff;
}

.our-history-section p {
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: 1.6;
}


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


.history-img-box {
    transform: translate(0, 30px);
}


.our-mission {
    background: url(../img/our-mission-bg.png);
    color: #ffff;
    padding: 40px 0;
}


.contact-head {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 14px 0;
}

.contact-head ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.contact-form {
    padding: 20px 0;
}

section.contact-area {
    max-width: 1200px;
    margin: 50px auto;
    padding: 40px;
    background: #FFE2E5;
    border-radius: 60px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form textarea {
    width: 100%;
    padding: 15px;
    margin: 7px 0;
    border-radius: 28px;
    outline: none;
    border: 1px solid #cccc;
    resize: none;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 12px 40px;
    border: none;
    background: var(--main-color);
    color: white;
}

.contact-form p {
    margin-bottom: 0;
}

.contact-head ul li a {
    color: black;
    font-weight: 500;
}

.contact-head ul li a i {
    background: #a7262f;
    color: white;
    padding: 6px;
    margin-right: 5px;
    border-radius: 7px;
    font-size: 14px;
}

/*  */

.Engineering-Consulting {
    padding: 40px 0;
}

section.What-We-Offer-sections {
    padding: 40px 0;
    color: white;
}

/* what_offer_servicebox css */



.what_offer_servicebox .sec-title {
    margin-bottom: 50px;
}

.what_offer_servicebox .inner-service-box {
    height: 100%;
    color: white;
    background: var(--main-color);
    text-align: center;
    padding: 30px 50px;
    border-radius: 47px;
}

.what_offer_servicebox ul {
    padding: 0;
    margin: 0;
    text-align: left;
}


.inner-service-box ul li {
    margin: 20px 0;
    position: relative;
    font-size: 18px;
}

.what_offer_servicebox ul li::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../img/Vector.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.inner-service-box h3 {
    font-size: 24px;
    margin: 14px 0;
    font-weight: 600;
}

.what_offer_servicebox .row>.col-lg-6:nth-of-type(1) .inner-service-box,
.what_offer_servicebox .row>.col-lg-6:nth-of-type(4) .inner-service-box {
    background: var(--main-color);
}

.what_offer_servicebox .row>.col-lg-4:nth-of-type(1) .inner-service-box,
.what_offer_servicebox .row>.col-lg-4:nth-of-type(3) .inner-service-box {
    background: var(--baner-bg);
}

.what_offer_servicebox .row>.col-lg-6:nth-of-type(2) .inner-service-box,
.what_offer_servicebox .row>.col-lg-6:nth-of-type(3) .inner-service-box {
    background: var(--baner-bg);
}

.breadcrumbs_sec ul a {
    color: white;
}


.custom-blog-page .blog-post-card {
    border: 1px solid #ccc;
    margin: 15px 0;
    height: 100%;
    padding: 18px;
    border-radius: 15px;
}

.custom-blog-page .post-thumbnail img {
    width: 100%;
}



h2.entry-title a {
    color: white;
}

.post-content h2 {
    font-size: 18px;
    margin: 20px 0;
}

.entry-header {
    background: linear-gradient(90deg, #a7262f 0%, #640d14 100%);
    color: white;
    padding: 130px 0px 0px 0px;
}

.blogpost-inner img {
    width: 100%;
}

.nav-previous a {
    color: white;
}


.entry-meta a {
    color: white;
    margin-bottom: 18px;
    display: inline-block;
}


.nav-previous {
    display: flex;
    justify-content: center;
    background: #76141b;
    padding: 10px 0;
}

div#comments input {
    width: 100%;
    padding: 13px 10px;
    outline: none;
}

input#submit {
    width: fit-content !important;
    background: #a7262f;
    color: white;
}

p.comment-form-cookies-consent {
    display: grid;
    grid-template-columns: 2% 94%;
    gap: 10px;
}

div#comments textarea {
    outline: none;
}

.post-thumbnail img {
    /* width: 100%; */
    border-radius: 18px;
}


div#comments {
    max-width: 700px;
    background: #edd3d578;
    padding: 23px;
    margin: 18px 0;
    border-radius: 11px;
}

.news_letter_form #iyasa:hover {
    border-color: #decdceb9;
}


.overview-content .btn-more:hover {
    border-color: var(--main-color);
    color: var(--main-color);
}


.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: center !important;
    width: 100% !important;

}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    flex-direction: column;
}

.nav-next {
    background: #76141b;
    padding: 10px 0;
}

.nav-next a {
    color: white;
}

.post-navigation .nav-previous {
    text-align: center;
}


/* submenu */

#menu-item-30 {
    position: relative;
    display: flex;
    align-items: center;
}

#menu-item-30 .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #6f1118;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: max-content;
    padding: 10px 0;
}




#menu-item-30:hover .sub-menu {
    display: block;
}

#menu-item-30 .sub-menu .menu-item {
    padding: 5px 15px;
}

#menu-item-30 .sub-menu .menu-item a {
    text-decoration: none;
    color: #ffffff !important;
    border: none !important;
    margin: 0;
    padding: 0;
}

#menu-item-30 .sub-menu .menu-item a:hover {
    color: #bbb5b5 !important;
}

#menu-item-30:after {
    content: "\f078";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    display: inline-block;
    margin-left: -5px;
    color: white;
}


.philanthropy {
    /* background: linear-gradient(90deg, #a7262f 0%, #640d14 100%); */

    background: var(--main-color);
    color: white;
    /* border-top: 1px solid #f5deb342; */
    /* border-bottom: 1px solid #f5deb342; */
}


/* new css 17-01-2025 */

/* .testimonial-slider img {
    width: 130px;
    height: 130px;
    max-width: 130px;
    margin: 10px auto;
    border-radius: 50%;
} */

.card-social {
    background: #f1dcde;
    text-align: center;
    margin: 2rem 0;
    padding: 1rem 0.5rem;
    position: relative;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.card-social span {
    background: #000000;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 3px;
    border-radius: 50%;
    position: absolute;
    top: -22px;
    left: 50%;
    z-index: 111;
    transform: translate(-18px, 0);
    border: 4px solid #ffffff;
    transition: all .3s ease-in-out;
}



.card-social:hover span {
    transform: translate(-18px, -10px);
}

span.icon-facebook {
    background: #1c65ab;
}

span.icon-linkedin {
    background: #0073b1;
}

span.icon-google {
    background: #0082ff;
}

.card-social p {
    color: #961f28;
    font-size: 19px;
    font-weight: 400;
}

.card-social i {
    color: white;
}


.service-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    vertical-align: middle;
    height: 100%;
}


/* new added for div */


.my-div {
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
}


/* responsive css */

@media (min-width:991px) {
    .banner-img img {
        margin-bottom: 45px;
    }
}

@media (min-width:1550px) {
    .container {
        max-width: 1500px;
    }
}

.banner-img img {
    margin-top: 30px;
}

@media (max-width:1380px) {
    /* .main-banner-content {
        /* margin-left: 16%; */
    /* margin-left: 11%; */

}

*/ .main-banner::before {
    left: -28%;
}

.main-banner-content h1 {
    line-height: 55px;
    font-size: 40px;
    margin-bottom: 1rem;
}

.nav-link {
    margin: 0px 10px;
}




@media (max-width:1200px) {
    .nav-link {
        margin: 0px 2px;
    }

    .main-banner-content h1 {
        line-height: 48px;
        font-size: 36px;
        margin-bottom: 1rem;
    }

    .main-banner::before {
        left: -35%;
    }

    /* .main-banner-content {
        margin-left: 10%;
    } */

    .main-banner::after {
        right: 25%;

    }

    /* .main-banner-content {
        margin-left: 16%;
    } */
}

@media (max-width:1024PX) {
    .main-banner-content h1 {
        line-height: 40px;
        font-size: 28px;
    }
}

@media (max-width:991px) {
    .service-new-box {
        width: 100%;
        margin: 2rem auto;
    }


    .core-value ul {
        grid-template-columns: 33% 33% 33%;
    }

    #menu-item-30:after {
        margin-left: 0;
    }

    .free-quote a {
        border: 1px solid #fff;
    }


    .entry-header {
        padding: 14px 0px 0px 0px;
    }

    header {
        position: relative;
        z-index: 99;
        background: #a3252e;
    }

    .copy-right {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    ul#primary-menu {
        margin: 26px 0;
    }

    .main-banner::before,
    .main-banner::after {
        display: none;
    }

    .main-img img {
        transform: none;
        width: 100%;
    }

    .overview-imgsec {
        margin-bottom: 30px;
    }

    .why-choose-img {
        margin-bottom: 30px;
    }

    .service-listbox {
        display: block;
        height: 100%;
    }

    .over-viewimg-1 {
        flex-basis: 70%;
    }

    .over-viewimg-2 {
        flex-basis: 30%;
    }

    .testimonial-sec .owl-nav {
        position: relative;
        left: 0;
    }

    .main-banner-content {
        margin-left: 10px;
    }

    .blog-card {
        margin: 17px 0;
    }

    .whatwedo-list {
        text-align: left;
    }

    .breadcrumbs_sec {
        padding: 35px 0px 40px 0px;
    }

    .breadcrumbs_sec h1 {
        font-size: 33px;
        line-height: 40px;
    }

    .breadcrumbs_sec .connect-now {
        margin: 20px 0;
    }

    .what-set-section h2 {
        font-size: 40px;
        width: 100%;
    }

    .what-set-div ul::before,
    .what-set-div ul:after {
        display: none;
    }

    .what-set-div p {
        max-width: 100%;
    }

    .our-history-section {
        padding-top: 40px;
    }
}

@media (max-width:767px) {
    .what-set-div ul {
        grid-template-columns: 1fr;
    }

    .breadcrumbs_sec img {
        border-radius: 15px;
    }

    .news_letter_form #esfpx_email_600c539860c61 {
        width: 100%;
        margin-bottom: 15px;
    }

    .sec-title,
    .testimonial-sec .sec-title {
        font-size: 28px;
        line-height: normal;

    }

    .core-value ul {
        grid-template-columns: 50% 50%;
    }

}

@media (max-width:600px) {
    .core-value ul {
        column-count: 1;
    }

    .our-mission {
        padding-top: 0;
    }

    .what-set-div ul {
        grid-template-columns: auto;
    }

    .service-new-box {
        gap: 10px;

    }

    .center-logo {
        height: 150px;
        width: 150px;
        top: 28%;
        left: 31%;
    }


}

@media (max-width:480px) {
    .core-value ul {
        grid-template-columns: 100%;
    }

    .center-logo {
        height: 110px;
        width: 110px;
        top: 33%;
        left: 33%;
    }

    .service-new-box p {
        font-size: 10px;
    }

    .service-new-box {
        gap: 0px;
        margin-bottom: 20px;
    }

    .main-banner-content h1 {
        line-height: 58px;
        font-size: 32px;
    }

    .col-for-quiry {
        flex-direction: column;
        gap: 20px;
    }

    .main-banner-content {
        margin: 18px 10px 0;
    }

    .col-for-quiry div:nth-child(1):after {
        display: none;
    }

    .copy-right {
        flex-direction: column;
        gap: 20px;
    }

}