/*@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800;900&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");*/
/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root {
    --primary-color: #0F7109;
    --secondary-color: #E65F10;
}

header {
    position: inherit;
}

@font-face {
    font-family: 'Manjari';
    src: url('Manjari-Bold.eot');
    src: local('Manjari Bold'), local('Manjari-Bold'),
        url('Manjari-Bold.eot?#iefix') format('embedded-opentype'),
        url('Manjari-Bold.woff2') format('woff2'),
        url('Manjari-Bold.woff') format('woff'),
        url('Manjari-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    overflow-x: hidden;
    background: #fff;
    font-family: "Poppins", sans-serif;
}

/*======================common css==============*/
p {
    text-align: left;
    margin: 0;
    color: #000;
    padding: 0;
    /*font-family: "Source Sans 3", sans-serif;*/
}

button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
    text-align: left !important;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
}

button,
button:focus,
button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
    box-shadow: 0 0 !important;
}

.parsley-errors-list {
    color: #01808c;
}

.parsley-error {
    border: 1px solid #01808c !important;
}

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

button {
    padding: 0;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

svg {
    height: 16px;
    width: 16px;
}

.cursor {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container_about_submit {
    width: 1000px;
    margin: 0 auto;
}

footer {
    padding: 0 0;
}

.meta-date.meta {
    color: #000;
}

.container_header {
    width: 1445px;
    margin: 0 auto;
}

/*===================css start================*/
.main__logo_header {
    height: 50px;
    width: 200px;
}

.main__logo_header img {
    width: 100%;
    height: 100%;
}

.main__logo_headers {
    height: 70px;
    width: 164px;
}

.main__logo_headers img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
}

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

section.header_section {
    width: 100%;
    height: 90px;
    line-height: 45px;
    background: #fff;
}

.main_menu ul li {
    display: inline-block;
    margin-left: 28px;
}

.main_menu ul li:fast-child {
    margin-left: 0;
}

.main_menu ul li a {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.main_menu ul li a:hover {
    color: var(--primary-color);
}

li.header__menu.contact a,
li.header__menu.contact a:hover {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 10px 40px;
}

.fixed-top {
    top: -30px;
    transform: translateY(30px);
    transition: transform 0.5s;
    z-index: 999;
    padding: 0 20px;
    background-color: #fff;
}

.fixed-top .main_menu ul li a {
    color: black;
}

.main_item img {
    height: 695px;
}

section.client__section {
    background: #ebf9f3;
    padding-bottom: 40px;
}

.main-slider:hover .owl-next {
    visibility: visible !important;
    opacity: 9;
    z-index: 1;
}

.main_slider {
    position: relative;
}

.main_slider .owl-next i {
    position: absolute;
    right: 2%;
    top: 45%;
    height: 40px;
    line-height: 43px !important;
    width: 40px;
    border-radius: 50% !important;
    background: var(--primary-color);
    color: #fff !important;
}

.main_slider .owl-prev i {
    position: absolute;
    left: 2%;
    top: 45%;
    height: 40px;
    line-height: 43px !important;
    width: 40px;
    border-radius: 50% !important;
    background: var(--primary-color);
    color: #fff !important;
}

.gallery__woner_section {
    position: relative;
}

.gallery__woner_section .owl-next i {
    position: absolute;
    right: -3%;
    top: 36%;
    height: 40px;
    line-height: 43px !important;
    width: 40px;
    border-radius: 50% !important;
    border: 1px solid #048f44;
    color: #048f44 !important;
}

.gallery__woner_section .owl-prev i {
    position: absolute;
    left: -3%;
    top: 36%;
    height: 40px;
    line-height: 43px !important;
    width: 40px;
    border-radius: 50% !important;
    border: 1px solid #048f44;
    color: #048f44 !important;
}

.gallery__woner_section, .owl-carousel .owl-nav.disabled {
    display: block;
}

/*contact_us page_design start*/
.s-contacts {
    background: #222;
    color: #fff;
}

.s-contacts {
    padding: 140px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.title-decor {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.title-decor:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 4px;
    background-color: var(--secondary-color);
}

.title-decor span {
    color: var(--secondary-color);
}

.slogan {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 40px;
    color: #ccc;
}

.sub_profile {
    text-align: left;
    margin: 30px 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.contact-item {
    background-color: #272a31;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

.contact-item-left h4 {
    text-transform: uppercase;
    margin-top: -8px;
    font-size: 15px;
}

.contact-item-left h4 {
    text-transform: uppercase;
    margin-top: 3px;
}

.contact-item-right {
    width: 60%;
    padding: 15px;
}

.contact-item-right li {
    color: #bebebe;
}

.contact-item-right a {
    color: #bebebe;
}

.form-cover li {
    margin-bottom: 19px;
    width: 100%;
}

.form-cover label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}


.checkbox-wrap {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 14px;
}

.checkbox-cover {
    position: relative;
    display: inline-block;
}

.checkbox-cover input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
}

.checkbox-cover p {
    position: relative;
    padding-left: 44px;
    color: #bebebe;
}

.checkbox-cover p:before {
    content: '';
    display: inline-block;
    border: 1px solid var(--secondary-color);
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 0;
    text-align: center;
    color: var(--secondary-color);
    border-radius: 5px;
}

.btn-form-cover {
    text-align: right;
}

.btn {
    font-size: 16px;
    padding: 11px 40px 10px;
    border: 2px solid var(--secondary-color);
    background-color: var(--secondary-color);
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    height: 50px;
    display: inline-block;
    transition: .25s ease-in;
    color: #fff;
}

.btn:hover {
    border-color: var(--secondary-color);
}

.contact-item-left {
    margin: 0 auto;
    width: 40%;
    border-right: 2px solid var(--secondary-color);
}

.checkbox-cover input:checked+p:before {
    content: '\f00c';
    background-color: var(--secondary-color);
    color: #fff;
}

.checkbox-cover p:before {
    content: '';
    display: inline-block;
    border: 1px solid var(--secondary-color);
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    top: -2px;
    left: 0;
    text-align: center;
    color: var(--secondary-color);
    border-radius: 5px;
}

/*contact_us page_design end*/
.quick_link ul li {
    display: block;
    line-height: 46px;
    font-size: 15px;
    font-weight: 500;
}

.quick_link ul li:hover a {
    text-decoration: underline;
}

.quick_link li a {
    color: #ffffff;
}

.quick_link i {
    color: white;
    padding-right: 15px;
    font-weight: 900;
}

.contact_us ul li {
    display: block;
    line-height: 34px;
    font-size: 15px;
    font-weight: 500;
}

.contact_us ul li a {
    color: white;
}

.contact_us ul li:hover a {
    text-decoration: underline;
}

.modify {
    margin-top: 18px;
}

.contact_us i {
    color: #f6f6f6;
    padding-right: 15px;
}

.support-service h2 {
    font-size: 30px;
    padding-top: 51px;
    text-align: center;
    position: relative;
}

.support-service h2 span {
    color: #048f44;
}

.support-service h2::after {
    content: "";
    position: absolute;
    background: #048f44;
    width: 7%;
    height: 3px;
    top: 96px;
    left: 45%;
}

.support_contact ul li {
    display: block;
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ddd;
    padding: 12px 0px;
    border-radius: 80px;
}

.support_contact ul li:hover {
    border: 1px solid #048f44;

}

.support_contact i {
    border-right: 1px solid;
    padding-right: 12px;
    height: 40px;
    line-height: 40px;
}

.support_contact li a {
    color: #048f44;
    padding: 15px 67px 15px 35px;
    font-size: 19px;
    width: 111%;
}

.support_contact li {
    margin-top: 13px;
}

.fd_tittle h3 {
    color: white;
    font-size: 20px;
    margin: 17px 0px;
}

.footer_area {
    background: #f7f5f5;

}

.footer-bottom {
    background: #000000;
    padding: 10px 0;
}

.copyright p {
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.copyright span {
    color: var(--primary-color);
    font-weight: 600;
}

.footer_social_midea {
    text-align: left;
    /*margin-left: 30px;*/
    margin-top: -7px;
}

.scrolltop {
    position: fixed;
    right: 34px !important;
    bottom: 10px !important;
    width: 40px !important;
    background: var(--primary-color) !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 3px;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}

.scroll i {
    color: white;
}

.main-slider-section {
    position: relative;
}

.project__category {
    text-align: center;
    position: absolute;
    left: 50%;
    background: #ff0000e0;
    padding: 14px 0;
    bottom: 34px;
    z-index: 9;
    margin: 0 auto;
    transform: translateX(-50%);
}

.project__category li {
    padding: 8px 23px;
}

.project__category li a {
    color: white;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.project__category li:nth-child(2) {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.item {
    min-height: 300px;
    height: calc(100vh - 150px);
    position: relative;
}
.item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;

}

.banner_data {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 999;
    min-width: 300px;
    transform: translateX(-50%);
}

.banner_data h4 {
    color: white;
    font-size: 40px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.md__img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #c8c8c8;
    padding: 5px;
}

.md__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.md__message {
    display: grid;
    grid-template-columns: 17% 78%;
    gap: 10px;
}

.md_title h3 {
    font-size: 21px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #048f44;
}

.about_title h3 {
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #048f44;
}

section.about__section {
    /*    background-image: url(../images/stack.svg);*/
    margin-top: -34px;
    padding: 65px 0px;
}

.right__data_about h1 {
    font-size: 35px;
    color: #333;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
}

.right__data_about h1::after {
    content: '';
    position: absolute;
    background-color: var(--secondary-color);
    bottom: 25px;
    height: 3px;
    width: 90px;
    left: 0;
}

.footer_social_midea ul li {
    background: black;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}

.footer_social_midea {
    margin-top: 13px;
}

.footer_social_midea ul li a i {
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
}

.media__box ul {
    display: flex;
    justify-content: end;
}

.social__media li {
    display: block;
    text-align: center;
    background: black;
    width: 35px;
    height: 35px;
    margin-top: 11px !important;
    border-radius: 50%;
    line-height: 35px;
    transition: all 0.3s ease;
}

.social__media {
    height: 100%;
    transform: translateY(15%);
}

.social__media li:hover {
    background: #048f44;
}

.social__media li a {
    color: white;
}

.footer_area {
    background: #151a1d;
    padding: 40px 0 40px 0;
}

h4.flow__us {
    font-size: 16px;
    color: white;
}

.project__title h3 {
    font-size: 35px;
    color: #048f44;
    text-align: center;
    margin: 44px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /*    text-shadow: 1px 2px 12px;*/
}

.item_img {
    height: 350px;
    overflow: hidden;
}

.item_img img {
    width: 100%;
    height: 100%;

}

.pro_name {
    background: var(--secondary-color);
    padding: 9px 0;
}

.pro_name p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pro_details {
    background: black;
    padding: 10px 0px;
    transition: all 0.3s ease;
    text-align: center;
}

.pro_details a {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: white;

}

.pro_details:hover {
    background: #d82020;
}

.project__item {
    transition: all 0.5s ease;
    position: relative;
}

.project__item img {
    transition: all 0.5s ease;
}

.project__item:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.pro_cat {
    position: absolute;
    left: 50%;
    top: 196px;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    transform: translateX(-50%);
}

.pro_plus {
    position: absolute;
    left: 47%;
    top: 190px;
    width: 50px;
    margin: 0 auto;
    text-align: center;
    background: white;
    height: 50px;
    line-height: 45px;
    font-size: 32px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.pro_plus p {
    color: #048f44;
    text-align: center;

}

.pro_cat p {
    color: white;
    opacity: 0;
    transition: all 0.5s ease;
    background: #ff000085;
    padding: 3px;
    border-radius: 5px;
    text-align: center;
}

.project__item:hover .pro_cat p {
    opacity: 1;
}

.project__item:hover .pro_plus {
    opacity: 0;
    transform: rotate(180deg);
}

.land__title h1 {
    color: #201d1d;
    font-size: 35px;
    font-weight: 600;
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}

.land__title p {
    color: white;
}

.land__titles h3 {
    color: #2ca4a7;
    text-transform: uppercase;
}

.land__titles h3::before {
    position: absolute;
    content: "";
    background: #048f44;
    left: 3px;
    bottom: -7px;
    height: 4px;
    width: 99px;
}

.land_woner_pic img {
    height: 100%;
    width: 100%;
}

.wonner_name {
    background: black;
    padding: 5px 10px;
}

.wonner_name p {
    color: white;
    text-align: center;
}

.wonner_add {
    background: #048f44;
    padding: 5px 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.wonner_add:hover {
    background: #410a0a;
}

.wonner_add a {
    color: white;
    text-align: center;
    font-weight: 500;
}

.video__wonner {
    height: 268px;
}

.btn_ceo a {
    background: #048f44;
    padding: 7px 12px;
    text-align: center;
    border-radius: 3px;
    line-height: 10px;
    font-size: 14px;
    color: white;
    font-weight: 600;
    transition: ease 0.3s all;
}

.btn_ceo {
    line-height: 10px;
}

.btn_ceo a:hover {
    background: black;
}

section.ceo__message {
    padding-top: 85px;
}

.owner-info {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.message__data p {
    text-align: center;
    margin-top: 11px;
    font-size: 18px;
}

.messge-description {
    margin-top: 7px;
}

h2.title {
    margin-top: 11px;
}

.owner-message {
    border: 1px solid #000;
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 23px;
}

.gallery__section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

section.gallery__section_head {
    padding-top: 40px;
}

.gallery__item {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.gallery_name p {
    text-align: center;
    font-size: 16px;
    padding: 11px 0 0 0;
}

.gallery__item img {
    transition: all 0.5s ease;
}

.gallery__item:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}

section.about__sections {
    padding-top: 36px;
}

.section__title {
    text-align: center;
    padding: 54px 0 0 0;
}

.about__img {
    height: 500px;
    width: 100%;
}

.about__img img {
    height: 100%;
    width: 100%;
}

.about__description {
    margin-top: 20px;
}

section.service__item__section {
    margin-top: 65px;
    height: 500px;
}

.service_title {
    color: white;
}

.service__item {
    margin-top: 70px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.05) 100%);
    -webkit-backdrop-filter: brightness(100%) blur(25px);
    backdrop-filter: brightness(100%) blur(25px);
    height: 363px;
    padding: 30px 33px;
    text-align: center;
    border: 1px solid #fff;
}

.btn_about a {
    background: black;
    color: white;
    padding: 3px 15px 5px;
    border-radius: 28px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.service_description p {
    color: white;
}

.service_title_name {
    margin-top: 78px;
}

.service_title_name h3 {
    color: white;
    font-size: 45px;
}

.btn_about a:hover {
    background: #048f44;
}

.service_title h3 {
    font-size: 23px;
    padding-bottom: 12px;
}

.btn_about {
    margin-top: 65px;
}

.service_description {
    margin-top: 32px;
}

.our__mission {
    background: #f30000;
    padding: 25px;
}

section.our_mission {
    margin-top: 80px;
}

.our__mission {
    background: #010101;
    padding: 25px;
    margin: 0px 0 20px 0;
}
.mission_head {
    background: #f1f1f1;
    padding: 20px;
    margin: 15px 0;
}

section.about__sec {
    padding-top: 16px;
}

.about__titles h2 {
    text-transform: uppercase;
}

.about__titles {
    position: relative;
}

.about__titles::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 91px;
    background: #048f44;
    bottom: -4px;
    left: 0;
}

.mission_title h2 {
    color: white;
}

.mission_description p {
    color: white;
}

.on__going_project_pro {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.item_imgs {
    height: 400px;
    overflow: hidden;
}

.pro_cats {
    left: 19%;
    top: 190px;
}

.pro_pluss {
    left: 45%;
    top: 188px;
}

section.section__project {
    padding-top: 50px;
}

.pro_details_name {
    margin-top: 20px;
    text-align: center;
    padding-bottom: 36px;
}

.pro_details_name h3 {
    text-transform: uppercase;
    color: #048f44;
    letter-spacing: 1px;
    text-shadow: 1px 3px 9px;
}

.details_img {
    height: 500px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 7px;
    border-radius: 5px;
}

.details_img img {
    width: 100%;
    object-fit: cover;
}

.pro__titles h4 {
    color: #048f44;
    padding-bottom: 10px;
}

section.latest_details {
    margin-top: 72px;
}

.latest_pro {
    text-align: center;
    padding: 30px;
}

.latest_pro h2 {
    text-transform: uppercase;
}

.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}

.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer_nav ul li a span {
    display: block;
}

.footer_nav ul li {
    position: relative;
}

.footer_nav ul li i {
    font-size: 16px;
}

/*==============sidebar==========*/
.mobile-menu .nav li {
    width: 50%;
    float: left;
}

.mobile-menu .nav li button {
    margin: 0;
    padding: 12px 0;
    display: block;
    width: 100%;
    color: #222;
}

.language {
    color: #fff;
    font-size: 14px;
}

.first-nav .parent-category {
    display: block;
    line-height: 33px;
}

.first-nav .menu-category-list {
    display: block;
}

.first-nav .menu-category-list .menu-category-link {
    padding: 10px 0;
    display: block;
    padding-left: 20px;
}

.first-nav .parent-category .menu-category-name {
    display: block;
    padding: 10px;
    padding-left: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #222;
}

.mobile-menu li.parent-category {
    position: relative;
}

.mobile-menu span.menu-category-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.mobile-menu span.menu-category-toggle.active i {
    transition: transform 0.3s ease;
}

.mobile-menu span.menu-category-toggle.active i {
    transform: rotate(180deg);
}

.second-nav {
    padding: 0 0px;
    background-color: #fff;
}

.second-nav.active {
    min-height: 15px;
}

.parent-subcategory {
    display: block;
    position: relative;
    padding: 0px;
}

.parent-subcategory .menu-subcategory-name {
    display: block;
    padding: 10px;
    padding-left: 40px;
}

span.menu-subcategory-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

span.menu-subcategory-toggle.active i {
    transition: transform 0.3s ease;
}

span.menu-subcategory-toggle.active i {
    transform: rotate(180deg);
}

li.childcategory {
    display: block;
}

ul.third-nav {
    padding: 0;
    background-color: #f2f2f2;
}

li.parent-category.active {
    background-color: rgba(0, 0, 0, .05);
}

li.parent-subcategory.active {
    background-color: red;
}

li.header__menu .active {
    color: var(--primary-color);
    font-weight: 600;
}

.menu-childcategory-name {
    display: block;
    padding: 10px 0;
    padding-left: 60px;
}

header .toggle {
    margin-top: 0;
    padding-left: 30px;
}

.service__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.mobile-menu {
    display: none;
}
.project-inner {
    padding: 30px 0;
}
/*================new=========*/
.project__dropdown {
    position: relative;
    transition: ease 0.3s all;
}
.project__dropdown > a {
    font-weight: 600;
}
.project__dropdown:hover .sub_dropdown {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.sub_dropdown {
    left: 0;
    min-width: 250px;
    position: absolute;
    top: 120%;
    background: #fff;
    z-index: 9;
    width: 270px;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
    border-radius: 5px;
    text-align: left;
}

ul.sub_dropdown li a {
    padding: 0;
    line-height: 26px;
    font-size: 14px !important;
    color: black !important;
}

.title_about p {
    width: 100% !important;
    color: #000000 !important;
    font-size: 17px !important;
}

ul.sub_dropdown li {
    display: block;
    text-align: left;
    text-align: left;
    margin-left: 0;
    padding: 0 0 0 15px;
    transition: all 0.3s all;
}

ul.sub_dropdown li:hover a {
    color: #4ab2ea;
}

.main_menu {
    text-align: end;
    line-height: 85px;
}

li.project__dropdown i {
    font-size: 12px;
    margin-left: 3px;
}

.gallery-section {
    background: linear-gradient(to top, #effffc, transparent 30%);
    padding: 100px 0px 20px;
    position: relative;
}

.gallery-section .gallery-title {
    margin-bottom: 54px;
}

.gallery-section .gallery-title h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 17px;
    color: #FA9732;
}

.gallery-section .gallery-title p {
    width: 60%;
    font-size: 16px;
    font-weight: 400;
}

.gallery-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.gallery-section .owl-nav .owl-prev i {
    position: absolute;
    right: 390px;
    top: -240px;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    font-size: 25px;
    background-color: #FA9732;
    border: 1px solid #FFF;
    line-height: 50px;
    text-align: center;
}

.gallery-section .owl-nav .owl-next i {
    position: absolute;
    right: 307px;
    top: -240px;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 5px;
    font-size: 25px;
    background-color: #FA9732;
    border: 1px solid #FFF;
    line-height: 50px;
    text-align: center;
}

.sample-widget {
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    background: #f5f5f5;
}

.equipments-image {
    height: 275px;
    overflow: hidden;
    position: relative;
    padding: 5px;
}

.gal_title p {
    text-align: center;
    padding: 5px 0;
    text-transform: capitalize;
}

.sample-widget.certificate_widget {
    background: #fff;
}

.certificate_name {
    padding: 10px;
}

.equipments-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.overlay {
    position: absolute;
    background: rgb(58 160 17 / 67%);
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    top: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    color: #00909A;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.sample-widget:hover .overlay {
    visibility: visible;
    opacity: 1;
    top: 0;
}

section.brade_come_section {
    padding-top: 60px;
}

section.brade_come_sections {
    padding-top: 10px;
}

.brade_img {
    height: 160px;
}

.section__title h2 {
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
}

.brade_img {
    height: 160px;
    width: 100%;
}

.all_service {
    background: #048f44;
    width: 150px;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    color: white;
}

.all_service a {
    color: white;
    font-size: 18px;
}

#custom-modal {
    display: none;
}

.modal-view {
    position: fixed;
    width: 734px;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 99999;
    padding: 15px;
    border: 3px solid #048f44;
    border-radius: 5px;
    min-height: 250px;
    overflow: unset;
}

#page-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
}

button.owner_view {
    background: #048f44;
    width: 100%;
    color: white;
    padding: 4px;
    font-weight: 600;
}

button.owner_view:hover {
    background: #410a0a;
    transition: all 0.3s ease;
}

button.owner_viewf {
    background: #048f44;
    width: 100%;
    color: white;
    padding: 4px;
    font-weight: 600;
}

button.owner_viewf:hover {
    background: #410a0a;
    transition: all 0.3s ease;
}

.close-modal {
    position: absolute;
    right: -10px;
    top: -13px;
    background: #ddd;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    font-size: 18px;
}

/*=======new csss=======*/
h2.pro_cat_title {
    text-align: center;
    padding-bottom: 25px;
    color: #2ca4a7;
}

.pro__cat_items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.pro__cat_items_all {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.blog_items_all {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.pro__cat_items_alls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.pro__cat_items_allss {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.item__image {
    height: 150px;
    width: 100%;
}

.item_name {
    text-align: center;
    padding: 10px 3px;
    font-weight: 500;
}

.item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro__item {
    height: 250px;
    padding: 20px 10px;
    box-shadow: 1px 3px 15px #ddd;
}

.pro__item_all {
    height: 250px;
    padding: 25px;
    box-shadow: 1px 3px 15px #ddd;
}

section.pro__cat_items_secs.pro__sec {
    padding: 50px 0;
}

li.pro__all_head i {
    background: #000000;
    padding: 10px 12px;
    color: white;
}

li.pro__all_head a {
    font-weight: 500;
    color: white;
}

.bio__med_btn li a {
    background: white;
    padding: 6px 10px 8px 10px;
    font-weight: 500;
    animation-name: spinner;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    color: #fff;
    border-radius: 20px;
}


@keyframes spinner {
    0% {
        background: green;
    }

    20% {
        background: #d61a21;
    }

    75% {
        background: green;
    }

    100% {
        background: blue;
    }


}

.mai_top_area {
    display: flex;
    gap: 45px;
    justify-content: flex-end;
    align-items: center;
}

.top__social_media li {
    margin-right: 5px;
    height: 30px;
    width: 30px;
    background: #048f44;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}

li.pro__all_head {
    cursor: pointer;
    color: white;
}

.top__social_media li i {
    color: white;
}

.topbar__logo {
    height: 80px;
}

.main-search {
    width: 600px;
    position: relative;
    background: white;
}

.main-search form {
    border: 1px solid;
    height: 38px;
    border-color: #048f44;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

input[type="text"], input[type="tel"],
input[type="email"], input[type="password"],
input[type="search"], textarea {
    display: block;
    width: 100%;
    /*    height: 50px;*/
    padding: 0 10px;
    font-weight: 400;
    transition: .25s ease-in;
}

.main-search form button {
    height: 100%;
    outline: 0;
    background: #f36411;
    width: 11%;
    float: left;
}

.main-search form button svg {
    height: 20px;
    width: 35px;
    color: #fff;
}

.search_result {
    position: relative;
}

section.main_header__top_bar {
    padding: 13px 0px;
    background-color: #222;
}

.search_click_icon i {
    background: #048f44;
    width: 31px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 3px;
}

.search_click_icon {
    width: 38px;
}

.support_contacts.fd_tittle p {
    color: white;
}

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

.custom_paginate {
    margin-top: 35px;
}

.custom_paginate .pagination {
    display: flex;
    justify-content: center;
}

.pro__all__title {
    text-align: center;
}

section.products__title_all {
    padding: 7px 0px;
    color: #5261b1;
    margin-top: 30px;
    margin-bottom: 40px;
}

p.category__pro__have {
    padding: 10px 0px 14px;
    font-size: 20px;
}

p.category__pro__have strong {
    color: #048f44;
}

.pro__all__title h2 {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
}

.side__category_bar h2 {
    background: #048f44;
    font-size: 19px;
    padding: 10px 22px;
    color: white;
}

.side__category_bar li {
    width: 100%;
    background: #e3ebf1;
    padding: 10px 17px;
    border-bottom: 1px solid #048f441f;
    border-left: 1px solid #048f441f;
    border-right: 1px solid #048f441f;
    font-weight: 400;
    font-size: 16px;
    transition: 0.1s ease-in-out;
}

.side__category_bar li:hover {
    background: #fff;
}

.side__category_bar li span {
    background: white;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 50%;
    box-shadow: 1px 3px 15px #c9c9c9;
    font-weight: 600;
}

li.side__category_item {
    display: flex;
    justify-content: space-between;
}

li.side__category_item a {
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
}

/*=======new csss=======*/
section.contact-section {
    padding: 40px 90px;
}

.contact-section h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%;
    z-index: 9;
}

.ttm-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .94;
}

.layer-content, .ttm-bg .layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.section-title.style2 {
    margin-bottom: 48px;
}

.section-title {
    margin-bottom: 33px;
    position: relative;
}

.section-title .title-header {
    margin-bottom: 44px;
    position: relative;
}

.section-title h5 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 7px;
    color: #8d9297;
}

.section-title h2.title {
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0;
}

/*.section-title .title-header:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 70px;*/
/*    bottom: -19px;*/
/*    height: 5px;*/
/*    left: 0;*/
/*    top: auto;*/
/*    background: var(--primary-color);*/
/*}*/
.wrap-form {
    padding: 30px;
}

.wrap-form {
    padding-top: 15px;
}

.wrap-form label {
    width: 100%;
    margin: 14px;
}

.ttm-col-bgimage-yes, .bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%;
    z-index: 9;
    background: #fff;
    padding: 23px;
    box-shadow: 1px 3px 15px #ddd;
    position:relative;
}

.layer-content, .ttm-bg .layer-content {
    position: relative;
    z-index: 9;
    height: 100%;
}

.box-header {
    position: absolute;
    right: -24px;
    bottom: 0px;
    color: #fff;
}

ul.ttm_contact_widget_wrapper li {
    padding-left: 37px;
    position: relative;
    padding-top: 16px;
    padding-bottom: 17px;
    line-height: 28px;
    /* border-bottom: 1px solid rgba(255,255,255,0.1); */
    color: #fff;
    font-size: 14px;
}

ul.ttm_contact_widget_wrapper li a {
    color: #fff;
}


ul.ttm_contact_widget_wrapper li:first-child {
    padding-top: 12px;
}

ul.ttm_contact_widget_wrapper li i {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
    color: #fff;
}

ul.ttm_contact_widget_wrapper li:first-child i {
    top: 19px;
}

.social-icons.circle li>a {
    border: 1px solid;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 14px;
    border-radius: 50%;
    color: #fff;
}

.wrap-form.ttm-contactform span.text-input input,
.wrap-form.ttm-contactform span.text-input textarea {
    border: 1px solid #048f44;
    padding: 6px 11px;
    border-radius: 5px;
}

.wrap-form.ttm-contactform span.text-input i {
    position: absolute;
    left: 0;
    top: 13px;
    opacity: .9;
    font-size: 16px;
    z-index: 1;
}

input#submit {
    /* margin-top: 20px; */
    background: #d73637;
    padding: 8px 15px;
    color: white;
}

.box-icon i {
    font-size: 159px;
    color: #f6f6f6;
    margin-right: 15px;
}

.blog__item {
    box-shadow: 1px 3px 15px #ddd;
    height: 275px;
    padding: 15px;
    border: 2px solid #048f44;
}

.blog-item {
    background: #fff;
    transition: 0.35s all;
    height: 100%;
    box-shadow: 1px 3px 15px #ddd;
    border-radius: 3px;
}

.blog-img {
    height: 240px;
}

.blog-img img {
    border-radius: 5px;
    height: 100%;
    width: 100%;
}

.blog-count {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 25px;
}

.blog-date {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #048f44;
    margin-top: -35px;
    margin-left: 20px;
    border-radius: 3px;
}

.blog-date p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.blog-author {
    margin-top: 8px;
}

.blog-author i {
    color: #048f44;
}

.blog-text {
    padding: 15px;
    background: #fff;
    position: relative;
}

.blog-title {
    text-transform: capitalize;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 1.6;
}

.bloc-dec {
    color: #444;
}

.program-btn {
    border: 1px solid #ddd;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 12px;
    color: #048f44;
    transition: 0.35s all;
}

.program-btn:hover {
    background: #048f44;
    color: #fff;
}

/*details=====*/
section.blogdetails-area.section-padding {
    padding: 50px 0;
}

.blogdetails-img {
    padding: 5px 5px;
    border: 2px solid #048f44;
    box-sizing: border-box;
    border-radius: 5px;
    max-height: 500px;
    overflow: hidden;
}

.blogdetails-img img {
    object-fit: contain !important;
    width: 100%;
    height: 500px;
    padding: 35px;
}

.blog-recent-img {
    height: 85px;
}

.blogdetails-title {
    padding: 15px 15px;
    background: #048f44;
    overflow: hidden;
    margin: 15px 0;
    border-radius: 5px;
}

.blogdetails-tag {
    float: left;
    width: 60%;
}

.blogdetails-tag h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}

.blogdetails-date {
    float: right;
    color: #fff;
}

.blog_category {
    margin-bottom: 20px;
}

.recent-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #048f44;
    margin-bottom: 15px;
    border-bottom: 2px solid #048f44;
    padding-bottom: 5px;
    display: inline-block;
}

.blog_category ul {
    background: #d7ede1;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #bde0cd;
}

.blog_category ul li {
    display: block;
    line-height: 30px;
}

.blog_category ul li a {
    font-size: 16px;
    text-transform: capitalize;
}

.recent-title h2 {
    font-size: 20px;
    font-weight: 600;
    color: #048f44;
    margin-bottom: 15px;
    border-bottom: 2px solid #048f44;
    padding-bottom: 5px;
    display: inline-block;
}

.blog-recent {
    display: grid;
    grid-template-columns: 110px auto;
    background: #048f4429;
    padding: 10px;
    grid-gap: 10px;
    margin-bottom: 10px;
    border: 2px solid #048f4429;
    border-radius: 5px;
}

.blog-recent-text a {
    text-transform: capitalize;
    color: #444;
    font-weight: 600;
}

.blog-recent-text span {
    font-weight: 400;
    display: block;
}

.blog-recent-text a {
    text-transform: capitalize;
    color: #444;
    font-weight: 600;
}

.video__all_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px 0px;
    gap: 20px;
}

.video_item {
    width: 100%;
    height: 350px;
    border: 2px solid #048f44;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.video_item iframe {
    width: 100%;
    height: 100%;
}

.land__wonner {
    border: 1px solid #fff;
    padding: 10px 10px;

}

.land__title {
    padding: 60px 0px 25px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.land__title h4 {
    padding: 20px 0px 20px;
    text-align: left;
    font-size: 18px;
}

.see-more a {
    display: block;
    background: var(--secondary-color);
    color: #fff;
    padding: 5px 30px;
    border-radius: 6px;
    border: 1px solid;
    border-color: var(--secondary-color);
}

.see-more a:hover {
    color: var(--secondary-color);
    background-color: transparent;
}

.land__titles {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 27px;
    align-items: center;
}

.gallery__btn a {
    background: #048f44;
    padding: 5px 15px;
    border-radius: 30px;
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.client_pic {
    height: 300px;
    width: 100%;
    position: relative;
}

.client_pic a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.client_pic a::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.98, 0.12, 0.53, 1.09);
}

.client_pic a:hover::after {
    opacity: 1;
    visibility: visible;
}

.brand__wonner {
    background: white;
    border: 1px solid;
    border-color: #ddd;
    overflow: hidden;
    border-radius: 15px;
}

.arrow__commitment i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    background: var(--primary-color);
    padding: 5px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    color: white;
    border: 3px solid #fff;
}

.client_pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

ul.dropdown__menu_top {
    position: absolute;
    top: 60px;
    left: 0;
    width: 215px;
    background: #048f44;
}

.category__top_on {
    position: relative;

}

.dropdown__menu_top {
    display: none;
}

.blocks {
    display: block !important;
}

ul.dropdown__menu_top li {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 41px;
}

ul.dropdown__menu_top li:hover {
    background: #4ab2ea;
}

ul.dropdown__menu_top li {
    padding: 0px 9px;
    color: white;
    text-transform: capitalize;
}

.mb__top_bar {
    display: none;
}

/*==================pro details===========*/

.ttm-single-product-info {
    padding: 0px 0px 30px;
    position: relative;
}

.product-look-views:not(.full) {
    width: 70px;
    float: left;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.slick-slider.slick-initialized {
    display: block;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.product-look-preview-plus:not(.full) {
    width: calc(100% - 70px);
    float: left;
}

.pl-35 {
    padding-left: 35px !important;
}

.easyzoom {
    position: relative;
    zoom: 1;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom-product-gallery img {
    background: #f6f9ff;
}

.easyzoom img {
    vertical-align: bottom;
    background: #f6f9ff;
}

.ttm-single-product-details .product_title.entry-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.text-dark {
    color: #343a40 !important;
}

.summary .comments-notes {
    clear: both;
    font-size: 14px;
    line-height: 24px;
    margin-top: 14px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e9eef6;
}

.ttm-single-product-details .product-details__short-description {
    margin-top: 20px;
}

.featu#048f44-icon-box.style3 .ttm-icon.ttm-icon_element-size-md i {
    font-size: 36px;
}

.ti-comments:before {
    content: "\e643";
}

.featu#048f44-title h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
    font-weight: 600;
}

.tabs-for-single-products.ttm-tabs {
    padding: 25px 0 45px;
    background: #fff;
    border: 1px solid #e9eef6;
    position: relative;
}

.tabs-for-single-products.ttm-tabs ul.tabs, .tabs-for-single-products.ttm-tabs .content-tab {
    padding: 0 30px;
    position: relative;
}

.tabs-for-single-products ul.tabs li {
    padding: 0;
    margin: 0;
}

.tabs-for-single-products.ttm-tabs ul.tabs li.active a {
    font-weight: 500;
    background: transparent;
}

.tabs-for-single-products.ttm-tabs ul.tabs li.active a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    display: block;
}

.tabs-for-single-products ul.tabs li {
    padding: 0;
    margin: 0;
}

.tabs-for-single-products ul.tabs li a {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    border: 0;
    background: transparent;
    padding-bottom: 10px;
    position: relative;
    margin-right: 40px;
}

.tabs-for-single-products.ttm-tabs ul.tabs:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #e9eef6;
    display: block;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

section.single-product-section {
    padding: 33px 0px;
}

.featu#048f44-icon-box.style3 {
    padding: 24px 10px 8px;
    margin-bottom: 10px;
    background: #9ae1b81a;
}

.featu#048f44-desc p {
    text-align: center;
}

.summary.entry-summary h5 {
    padding: 3px 0px;
}

.summary.entry-summary a {
    margin-top: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: none;
    background-color: inherit;
    padding: 3px 0px !important;
    border-bottom: 2px solid #048f44 !important;
    border-radius: inherit !important;
}

.nav {
    --bs-nav-link-padding-x: inherit !important;
    --bs-nav-link-padding-y: inherit !important;
    --bs-nav-link-font-weight: inherit !important;
    --bs-nav-link-color: inherit !important;
    display: inherit !important;

}

.nav {
    --bs-nav-link-padding-y: inherit !important;
    --bs-nav-link-color: inherit !important;
    display: inherit !important;
}

.details__tab li {
    padding-right: 35px;
}

.details__tab {
    border-bottom: 2px solid #ddd;
}

.main__details__data {
    border: 2px solid #ddd;
    padding: 10px;
    margin: 35px 0px;
    min-height: 250px;
}

.icon__rotate i {
    font-size: 34px;
}

.main__box__data {
    width: 40%;
    margin: 0 auto;
    background: #048f441f;
    padding: 17px 23px;
    border: 2px solid #ddd;
    transition: 0.5s ease-in-out;
    margin-top: 50px !important;
}

.main__box__data:hover .icon__rotate i {
    transform: rotateY(180deg);
    cursor: pointer;
}

.abut__btn {
    margin-top: 20px;
}

.abut__btn a {
    background: #048f44;
    padding: 8px 30px;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.search_result {
    position: relative;
}

.search_product {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 999999;
    border: 1px solid #ddd;
    top: 0;
}

.search_product li {
    width: 100%;
    display: grid;
    grid-template-columns: 65px auto;
    grid-gap: 15px;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    transition: 0.35s all;
}

.search_img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.search_img img {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 3px;
    border-radius: 50%;
}

.featured-desc p {
    text-align: center;
}

/*=============New css 18/9/2024 update====================*/
.category__top_on img {
    height: 100%;
    width: 100%;
    margin-top: 10px;
}

.category__top_on {
    height: 75px;
}

.overlay_slider {
    background: rgba(52, 55, 65, .5) !important;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9;
}

.main_menu ul .header__menu > a {
    position: relative;
    font-weight: 600;
}

.main_menu ul .header__menu a:hover::after {
    width: 100%;
}

ul.sub_dropdown li {
    line-height: 33px;
}

ul.sub_dropdown li:hover {
    background-color: #ebebeb;
}

ul.sub_dropdown li a {
    font-size: 16px;
}

ul.sub_dropdown li:hover a {
    color: var(--primary-color);
}

.slider__data_search {
    position: absolute;
    z-index: 9;
    left: 110px;
    bottom: 210px;
}

.slider__data_search h1 {
    color: white;
    font-size: 52px;
}

h1.auto_typer a {
    color: #56a2ef;
}

form.form__section {
    width: 750px;
    display: flex;
    gap: 10px;
    margin-top: 38px !important;
}

form.form__section input {
    background: #2f333ebf;
    border: 1px solid #fff;
    border-radius: 25px;
    text-indent: 10px;
}

span.current {
    font-size: 20px;
    font-weight: 500;
}

form.form__section .location_search {
    width: 45% !important;
    caret-color: #fff;
    color: white;
    font-weight: 700;
}

form.form__section input::placeholder {
    font-size: 19px;
    color: white;

}

form.form__section select::placeholder {
    font-size: 19px;
    color: white;
}

button.search_btn {
    background: #3f74de;
    width: 53px;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    transition: 0.3s all ease-in-out;
}

button.search_btn:hover {
    background: none;
    border: 1px solid #a8adb7;
}

/*===========Latest job css start================*/
.job__header {
    text-align: center;
    margin-bottom: 40px;
}

section.latest__job_section {
    padding: 50px 0px;
}

.job__header h1 {
    color: #5261b1;
    font-weight: 700;
}

.job__item {
    border: 2px solid #5261b1;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s all ease-in-out;
    position: relative;
}

.job__title {
    font-size: 25px;
    color: #6297f4;
    padding: 10px;
}

.location__subject {
    display: flex;
    justify-content: space-evenly;
    /* gap: 15px; */
}

.locations {
    font-size: 18px;
    color: #5261b1;
}

.subject_job {
    font-size: 17px;
    color: #5261b1;
}

.job__data {
    height: 250px;
}

.job__details__btn {
    padding: 7px 0;
    background: #5261b1;
    color: white;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.job__data {
    height: 400px;
    padding: 0 20px;
}

.job__titles p {
    text-align: center;
}

.job__description p {
    text-align: center;
}

.btn__jobs {
    text-align: center;
    margin-top: 83px;
}

a.all__jobs_btn {
    background: white;
    color: #5261b1;
    border: 2px solid #5261b1;
    font-weight: 600;
    padding: 16px 60px;
    border-radius: 19px;
    font-size: 24px;
    transition: 0.3s all ease-in-out;
}

a.all__jobs_btn:hover {
    background: #5261b1;
    color: white;

}

.btn__jobs {
    text-align: center;
    margin-top: 83px;
}

a.all__jobs_btns {
    background: #5261b1;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 600;
    padding: 16px 60px;
    border-radius: 19px;
    font-size: 24px;
    transition: 0.3s all ease-in-out;
}

a.all__jobs_btns:hover {
    background: white;
    color: #5261b1;

}

.job__item:hover {
    transform: scale(1.1);
}

.job__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}

.left__meet {
    margin-top: 185px;
    color: white;
}

.left__meet h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

.left__meet p {
    margin-top: 20px;
    color: white;
    font-size: 16px;
}

.left__meet p a {
    color: red;
}

.left__meet {
    margin-top: 220px;
    color: white;
}

.right__meet img {
    padding: 29px 0;
}

section.meet__section {
    margin: 44px 0px;
}

.land_woner_pic img {
    height: 150px;
    object-fit: contain;
}

.job_title_slider p {
    font-size: 18px;
    text-align: center;
    color: #5261b1;
}

section.cv__section_home {
    background: #5261b1;
    padding: 87px 0px;
    text-align: center;
    height: 450px;
}

.send__cv h2 {
    color: white;
    font-size: 50px;
    margin-bottom: 20px;
}

.send__cv p {
    text-align: center;
    color: white;
    font-size: 18px;
}

section.our__story__section {
    padding: 100px 0px;
}

.our__story_left h1 {
    color: #2e4485;
}

.our__story_left p {
    color: #44278b;
    font-size: 20px;
}

/*===========Latest job css end================*/
.industry__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

section.industry__lights {
    background: #e8e8e9;
    padding: 80px 0px;
}

.industry__header {
    text-align: center;
}

.industry__header h2 {
    font-size: 37px;
    margin-bottom: 60px;
    font-weight: 700;
}

.indfustry__item {
    background: white;
    position: relative;
    transition: 0.3s all ease-in-out;
}

.indfustry__item:hover {
    transform: scale(1.1);
}

.indfustry__item:hover::after {
    height: 0px;
}

.indfustry__item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #56a2ef;
    transition: all 0.3s ease-in-out;
}

.industry_title p {
    padding: 38px 15px 37px 15px;
    text-align: center;
    color: #6198f4;
    font-size: 25px;
    line-height: 27px;
}

.industry__description p {
    padding: 0px 30px 21px 30px;
    color: #09497b;
    font-size: 15px;
}

.industry__btn {
    padding: 30px;
}

.industry__btn a {
    border: 2px solid #599eef;
    padding: 8px 44px;
    border-radius: 34px;
    font-size: 18px;
    font-weight: 600;
    color: #2422c2;
    transition: 0.3s all ease-in-out;
}

.industry__btn a:hover {
    color: #fff;
    background: #56a2ef;
}

.industry_title {
    height: 150px;
}

.industry__description {
    height: 130px;
}

.land__title p {
    text-align: justify;
    width: 78%;
    margin: 0 auto;
    font-size: 18px;
    color: #000;
}

.app__header {
    text-align: center;
    margin-bottom: 35px;
}

.app__header h3 {
    font-size: 37px;
    margin-top: 30px;
}

/*===========Latest job css end================*/
/*===========Latest job css end================*/
section.brade_come_section {
    padding-top: 60px;
    background: #2E3039;
    height: 500px;
}

section.brade_come_section_search {
    padding-top: 60px;
    background: #2E3039;
    height: 650px;
}

section.brade_come_section_cv {
    padding-top: 60px;
    background: #2E3039;
    height: 850px;
}

.section__title h2 {
    color: #fff;
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 105px;
}

.bread_des {
    width: 55%;
    margin: 0 auto;
}

.bread_des p {
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.bread_menu {
    background: #5261B1;
}

.bread_menu ul {
    display: flex;
}

.bread_menu ul li {
    width: 24%;
    border-right: 2px solid #ddd;
    height: 100%;
}

.bread_menu ul li:last-child {
    border-right: none;
}

.bread_menu ul li a {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    height: 100%;
    margin: 0;
    /* padding: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 0px;
    transition: all .5s ease;
}

.bread_menu ul li a:hover {
    color: #5ea8ff;

}

.fitures_img {
    width: 90px;
    margin: 0 auto;
}

.fitures_des p {
    text-align: center;
    font-size: 18px;
}

.fitures_des p span {
    font-weight: 800;
    color: #000;
}

.fitures_sec {
    padding: 50px 0;
}

.fitures_item {
    cursor: pointer;
    transition: all .5s ease;
}

.fitures_item:hover {
    transform: scale(1.1);
}

.fitures_des p {
    text-align: center;
    font-size: 16px;
    padding: 10px 15px;
}

section.let_us_sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.let_us_item.let_us_left {
    background: #6593F5;
    padding: 20px;
    display: flex;
    align-items: center;
}

.let_us_item.let_us_left h2 {
    color: #fff;
    margin-bottom: 15px;
}

.let_us_item.let_us_left p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

section.testi_sec {
    padding: 50px 0;
}

.sec_title h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #5261b1;
}

.testi_item {
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, .2);
    margin-bottom: 60px;
}

.testi_des {
    padding: 30px 40px;
    padding-bottom: 0;
    height: 350px;
    overflow: hidden;
    margin-bottom: 30px;
}

.testi_des p {
    color: #5261b1;
    font-size: 18px;
    line-height: 1.2;

}

.testi_item {
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, .2);
    border-top: 6px solid #5261b1;
}

.testi_bottom {
    font-size: 16px;
    background-color: #5261b1;
    padding: 10px 15px;
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-transform: uppercase;
}

.testi_bottom h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}

.testi_bottom p {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

section.req_sec {
    background: #5261B1;
    padding: 50px 0;
}

.req_form h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.req_form p {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.req_form form {
    margin-top: 50px;
}

.req_form form .form-group {
    margin-bottom: 20px;
}

.req_form form select,
.req_form form input {
    padding: 10px 10px;
}

.req_form form select,
.req_form ::placeholder {
    font-size: 16px;
    text-transform: uppercase;
    color: #5261B1;
    font-weight: 600;
}

.req_form form label {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.req_form button {
    padding: 10px 30px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
    transition: all .5s ease;
}

.req_form button:hover {
    background: #fff;
    color: #000;
}

.approve__img {
    margin-bottom: 40px;
}

.about__title h2 {
    font-size: 55px;
    margin-top: 40px;
    font-weight: 100;
    color: #21d5e1;
}

.people_header {
    text-align: center;
    margin: 90px 0 50px;
}

.people_header h1 {
    font-size: 45px;
    font-weight: 400;
    color: #58a0ef;
    margin-bottom: 25px;
}

.people_header p {
    text-align: center;
    font-size: 23px;
}

.people__data {
    text-align: center;
}

.people__data.middle_arrow {
    margin-top: 50px;
}

section.about__expert {
    padding: 55px 0px;
}

.stats_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

section.our_stats_sec {
    background: #5261b1;
    padding: 60px 0px;
}

.stats_header {
    text-align: center;
}

.stats_header h1 {
    color: white;
    margin-bottom: 37px;
    font-size: 45px;
}

.stats_item {
    border: 2px solid #fff;
    text-align: center;
    padding: 22px;
    border-radius: 8px;
    color: white;
}

.stats_item h1 {
    font-size: 60px;
    margin-bottom: 30px;
}

.stats_item p {
    text-align: center;
    color: white;
    font-size: 19px;
}

/*===========Latest job css end================*/
section.experienced__submit {
    padding: 70px 0px;
    background: #ebebeb;
}

section.experienced__submit_team {
    padding: 70px 0px;
    background: #5261b1;
}

.experienced_sub h2 {
    text-align: center;
    font-weight: 600;
    font-size: 38px;
    color: #54a5f0;
    margin-bottom: 60px;
}

input.form-control.form__about {
    height: 42px;
}

.text__about {
    height: 100px;
}

input.form-control.form__about::placeholder {
    color: #788ee3;
    font-weight: 800;
}

textarea.form-control.text__about::placeholder {
    color: #788ee3;
    font-weight: 800;
}

.submit__about {
    width: 226px;
    margin: 0 auto;
    text-align: center;
}

.submit__about button {
    border: 1px solid #6098f2;
    padding: 10px 70px;
    font-size: 20px;
    border-radius: 30px;
    margin-top: 43px;
    transition: 0.3s all ease-in-out;
}

.submit__about button:hover {
    background: #6098f2;
    color: white;
}

.member_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 100px;
}

section.team__member_sec {
    padding: 70px 0px;
}

.member_img {
    height: 370px;
    border-radius: 50%;
    overflow: hidden;
}

.member_item {
    text-align: center;
}

.member_name h4 {
    color: #5261b1;
    margin-top: 7px;
}

.member_designation p {
    text-align: center;
    font-size: 18px;
}

.member__social .mail__icon {
    margin-left: 20px;
}

.member__social i {
    font-size: 24px;
    margin-top: 14px;
}

/*press section*/
.form {
    position: relative;
}

.form .fa-search {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #000000;
    font-size: 20px;
}

.form-input {
    height: 60px;
    text-indent: 40px;
    border-radius: 62px;
}

.form-input:focus {
    box-shadow: none;
    border: none;
}

section.press__room_sec {
    padding: 70px 0;
    background: #ebebec;
}

.press_search {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.indfustry__item_press {
    background: white;
    position: relative;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
}

.indfustry__item_press:hover {
    box-shadow: rgba(17, 17, 26, .1) 0px 1px 0px, rgba(17, 17, 26, .1) 0px 8px 24px, rgba(17, 17, 26, .1) 0px 16px 48px;
}

.location_gdpr {
    width: 100%;
    height: 50px;
    border-radius: 46px;
    margin-bottom: 10px;
    text-indent: 15px;
    background: rgba(255, 255, 255, .2509803922) !important;
}

.indfustry__item_press::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: linear-gradient(45deg, #ff6d6a 0%, #f56f72 5%, #8e88cf 38%, #6593f5 48%, #3db9e8 70%, #19dcdd 90%, #0cead9 100%) left bottom no-repeat;
    transition: all 0.3s ease-in-out;
}

.industry_image_press {
    transition: all 0.3s ease-in-out;
    height: 235px;
    overflow: hidden;
}

.industry_image_press img {
    transition: all 0.3s ease-in-out;
}

.industry_image_press img:hover {
    transform: scale(1.3);
}

.date__room {
    padding: 0px 0 0 20px;
    margin-top: 10px;
}

section.job_search_sec {
    padding: 60px 0px;
    background: #6593f5;
}

.job_search_title h3 {
    font-size: 35px;
    text-align: center;
    color: white;
    margin-bottom: 40px;
}

.gdpr_job {
    height: 55px;
    margin-bottom: 15px;
    border-radius: 7px;
    text-indent: 8px;
    font-size: 18px;
    color: #65a2f8;
    font-weight: 500;
}

.gdpr_job::placeholder {
    font-weight: 800;
    font-size: 15px;
    text-indent: 3px;
    color: #6593f5;
}

form.form__sections select:focus {
    border: none;
    outline: none;
}

form.form__sections select:active {
    border: none;
    outline: none;
}

.search__job {
    width: 10%;
    margin: 0 auto;
    text-align: center;
}

.search__job button {
    background: #6593f5;
    color: white;
    border: 1px solid white;
    padding: 10px 50px;
    margin-top: 50px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.search__job button:hover {
    background: #fff;
    color: #6593f5;
}

.container_search {
    width: 1000px;
    margin: 0 auto;
}

input.form-control.cv__send_form {
    height: 45px;
    margin-bottom: 15px;
}

input.form-control.cv__send_form {
    height: 45px;
    margin-bottom: 25px;
    margin-top: 40px;
}

.cv__send_text {
    height: 100px;
    margin-bottom: 25px;
}

.cv_forms::placeholder {
    color: #6396f4;
    font-weight: 600;
    font-size: 18px;
}

.custom-file-input {
    color: transparent;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'CHOOSE FILE';
    color: #ffffff;
    display: inline-block;
    padding: 14px 57px 14px 46px;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 12pt;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active {
    outline: 0;
}

.custom-file-input:active::before {
    background: #2e3039;
}

input#file_cv {
    width: 203px;
    height: 54px;
    background: #2e3039;
    border: 1px solid #fff;
    border-radius: 5px;
}

label.file_cv_label {
    color: white;
    font-size: 18px;
    margin-bottom: 3px;
}

.cv__send_btn {
    width: 10%;
    margin: 0 auto;
    text-align: center;
}

.cv__send_btn button {
    background: #2e3039;
    color: white;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 6px 54px;
    margin-top: 40px;
    transition: all 0.3s ease-in-out;
}

.cv__send_btn button:hover {
    background: #fff;
    color: #2e3039;
}

.bread_des_tem_contact {
    width: 70% !important;
    margin: 0 auto;
}

.staf_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.container_staf {
    width: 700px;
    margin: 0 auto;
}

section.tem_staf {
    padding: 70px 0px;
    background: #5261b1;
}

.staf_image img {
    height: 140px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

.staf_image img:hover {
    transform: scale(0.7);
}

.staf_name p {
    text-align: center;
    color: white;
    font-size: 17px;
    margin-top: 3px;
}

.staf_image {
    text-align: center;
}

.tem__header {
    text-align: center;
    margin-bottom: 55px;
}

.tem__header h2 {
    color: white;
    font-size: 35px;
}

section.sallery__guides {
    padding: 70px 0;
}

.sallary_data p {
    font-size: 21px;
    color: #5261b1;
    margin-bottom: 20px;
}

.sallery_form {
    height: 40px;
    background: #e8ecff;
    border: 1px solid #434c79;
}

.sallery_form:focus {
    background: #e8ecff;
    outline: 0;
    border: 1px solid #434c79;
}

p.sallary_footer_ddata {
    font-size: 19px;
    color: #5b9cf2;
    margin-bottom: 14px;
}

.download_btn button {
    background: #6793f1;
    color: white;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    border: 1px solid #6793f1;
}

.download_btn button:hover {
    background: #fff;
    border: 1px solid #6793f1;
    color: #6793f1;

}

section.job__details_sec {
    padding: 70px 0px;
}

.title_details h2 {
    color: #2dd1ec;
    font-weight: 400;
    margin-bottom: 20px;
}

.details_sallery {
    display: flex;
    gap: 20px;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 25px;
}

.details_sallery i {
    color: #03b9f5;
}

.apply__job button {
    background: white;
    border: 1px solid #00c7ff;
    padding: 11px 31px;
    border-radius: 5px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    margin-top: 30px;
}

.apply__job button:hover {
    background: #00c7ff;
    color: white;
}

.job__apply {
    margin-top: 30px;
    background: white;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, .2);
    padding: 20px 40px;
    border-radius: 3px;
}

.job__apply input {
    background: #f2e2ff;
    height: 38px;
}

.job__apply input:focus {
    background: #f2e2ff;
    height: 38px;
}

.job__apply textarea {
    background: #f2e2ff;
    height: 80px;
    border: none;
    outline: none;
    border-radius: 5px;
}

.job__apply textarea:focus {
    background: #f2e2ff;
    border: none;
    outline: none;
}

.form-group label span {
    font-style: italic;
    font-size: 12px;
}

.form-group.che__bob {
    display: flex;
    line-height: 36px;
    gap: 7px;
}

.form-submit {
    width: 10%;
    margin: 0 auto;
    text-align: center;
}

.form-submit button {
    border: 1px solid #a442f4;
    padding: 8px 48px;
    font-weight: 500;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: white;
    transition: 0.3s all ease-in-out;
}

.form-submit button:hover {
    color: #fff;
    background: #a442f4;
}

.search_details {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.search_details button {
    width: 154px;
    height: 52px;
    border-radius: 5px;
    font-weight: 500;
}

.call-to-action {
    padding: 100px 0;
    background: url("../images/bg-2.jpg");
    background-size: cover;
    color: #fff;
    background-attachment: fixed;

}

.call-to-action h2 {
    line-height: 1.5;
    font-size: 35px;
    font-weight: 600;
}

.call-to-action p {
    color: #fff;
    font-size: 18px;
}

.btn-main {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 40px;
    text-transform: uppercase;
    border-radius: 40px;
}

.call-to-action .btn-main {
    margin-top: 20px;
}

.title {
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.counter__part {
    position: relative;
    z-index: 9;
}

.title h2 {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
}

.title p {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}

.counters-item:before {
    background: #e5e5e5;
    content: "";
    margin-top: -27.5px;
    height: 55px;
    width: 1px;
    position: absolute;
    right: -15px;
    top: 50%;
}

.counters-item i {
    font-size: 30px;
    display: inline-block;
    color: #b5ed9c;
}

.counters-item>div {
    margin: 0 0;
    margin-top: -5px;
}

.counters-item span {
    display: inline;
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
}

.counters-item h3 {
    font-size: 18px;
    margin: 0;
    color: #fff;
}

.counters-item {
    padding-bottom: 30px;
    color: #444;
    position: relative;
}

.section {
    padding: 100px 0;
}

.top-footer {
    background-color: #222;
    border-top: 1px solid #404040;
    padding: 50px 0 80px;
}


.top-footer p {
    font-size: 14px;
    line-height: 25px;
    color: #bdbdbd;
    letter-spacing: 1px;
    padding-right: 20px;
    margin-bottom: 8px;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 5px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #bdbdbd;
}

.contact-info-item .icon {
    font-size: 20px;
    width: 20px;
    margin-right: 5px;
    font-size: 17px;
}

.top-footer h3 {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid;
    border-color: #5a5a5a;
    padding-bottom: 5px;
}

.top-footer h3::after {
    position: absolute;
    content: '';
    background-color: var(--secondary-color);
    height: 3px;
    width: 40px;
    bottom: -2px;
    left: 0;
}

.top-footer li a {
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: color 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-footer li a:hover {
    color: var(--primary-color);
}

ul.footer__data li {
    display: block;
}

.single-page-header-about {
    background-image: url("../images/common-breadcrumb.png");
    background-size: cover;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
}

.why_us_bread {
    /*background-image: url("../images/why_us_bread.jpg");*/
    background-size: contain;
    background-position: center;
    padding: 170px 0 140px;
    text-align: center;
    color: #fff;
    position: relative;
    height: 550px;
    background-repeat: no-repeat;
}

.single-page-header-about:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.header-bradcrumb {
    background: transparent;
}

.header-bradcrumb a, .header-bradcrumb .active {
    color: #fff;
    font-weight: 200;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
    color: #fff;
}

section.single-page-header-about h2 {
    color: white;
    position: relative;
}

.header-bradcrumb {
    background: transparent;
    position: relative;
}

.right__data_about li {
    display: block;
    position: relative;
}

.right__data_about li::before {
    position: absolute;
    content: '';
    height: 11px;
    width: 11px;
    background: var(--primary-color);
    border-radius: 50%;
    left: -15px;
    top: 7px;
}

.text-light a {
    color: #ffffff !important;
}

.right__data_about {
    padding-right: 25px;
    text-align: left;
}

.counters-item.kill-border:before {
    display: none;
}

.left__data_imag {
    background: rgba(255, 255, 255, 0.8);
    /* box-shadow: rgba(240, 46, 170, 0.4) -5px 5px, rgba(240, 46, 170, 0.3) -10px 10px, rgba(240, 46, 170, 0.2) -15px 15px, rgba(240, 46, 170, 0.1) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px; */
}

.right__data_about li::after {
    position: absolute;
    content: '';
    height: 32px;
    width: 2px;
    background: var(--primary-color);
    left: -11px;
    top: 13px;
}

.right__data_about li {
    margin-left: 20px;
    line-height: 29px;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 300;
}

.right__data_about li {
    font-size: 20px;
    /*   color: white;*/
}

.slider__datas {
    position: absolute;
    z-index: 999;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}

.text-center.slider__datas p {
    color: white;
    text-align: center;
    margin: 12px 0;
    font-size: 18px;
}

.section-sm {
    padding: 70px 0;
}

.image-section {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    object-fit: cover;
    background-position: center center;
}

.content-box {
    position: relative;
    margin-top: -60px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 50px;
    /* border-radius: 10px; */
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.portfolio-filter a.active {
    background: #127028;
    color: #fff;
    /* border-radius: 50px; */
    box-shadow: 3px 3px 5px #ccc;
}

.portfolio-filter a {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 8px 20px;
    text-transform: uppercase;
    background: var(--primary-color);
    border: none;
    color: #fff !important;
    outline: none;
    margin: 6px 4px;
}

.image-container img {
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hover-image, .image-overlay {
    position: absolute;
    opacity: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-color: white;
    cursor: pointer;
}

.portfolio-block:before {
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
}

.portfolio-block {
    height: 300px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.portfolio-block .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    z-index: 9;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.portfolio-block .caption .search-icon {
    background: var(--primary-color);
    color: #fff;
    display: inline-block;
    height: 45px;
    width: 45px;
    font-size: 17px;
    border-radius: 30px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 47px;
}

.image-overlay {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    background-color: rgb(4 167 97 / 73%);
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    text-align: center;
}

.hover-image, .image-overlay {
    position: absolute;
    opacity: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.text-light {
    color: #f8f9fa !important;
}

.image-container:hover .image-overlay {
    opacity: 1;
}

.portfolio-block:hover .caption {
    opacity: 1;
    top: 55%;
}

.container_service {
    width: 850px;
    margin: 0 auto;
}

.service__text {
    padding: 50px 0;
}

section.ceo__message {
    padding: 85px 0 60px;
}

section.mission_section {
    padding: 50px 0;
}

.mission_head h1 {
    color: #097509;
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0;
}

.pro__haed_title h3 {
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
}

.pro__haed_title h3::before {
    position: absolute;
    content: '';
    width: 56px;
    height: 2px;
    background: var(--primary-color);
    bottom: -2px;
}

section.product_slider_home {
    padding: 54px 0 0 0;
}

.product__items {
    position: relative;
}

.product__items.owl-carousel.owl-theme .owl-nav .owl-prev {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.product__items.owl-carousel.owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 75px;
    bottom: 20px;
}

.product__items.owl-carousel.owl-theme .owl-nav button {
    color: var(--primary-color);
    background: #ebf9f3;
    width: 51px;
    height: 41px;
    font-size: 33px;
    border: 2px solid var(--primary-color);
    line-height: 11px;
    border-radius: 0;
    text-align: center;
    margin-top: 15px;

}

.product__items.owl-carousel.owl-theme .owl-nav button:hover {
    color: #fff;
    background: var(--primary-color);
}

section.product_slider_home {
    padding: 54px 0 0 0;
}

.pro__haed_title {
    text-align: center;
    margin-bottom: 17px;
}

.product__item {
    height: 300px;
    overflow: hidden;
    background: white;
    border: 1px solid #ddd;
}

.product__item a img {
    transition: all 0.3s ease-in-out;
}

.product__item a img:hover {
    transform: scale(1.1);
}

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

.see__all_pro a {
    padding: 9px 32px;
    border: 2px solid var(--primary-color);
    font-weight: 700;
}

.see__all_pro a:hover {
    color: white;
    background: var(--primary-color);
}

section.counter-wrapper.section {
    background-image: url(../images/counter-bg.png);
    background-attachment: fixed;
    background-position: left;
    position: relative;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlay__counter {
    position: absolute;
    background: #053e66e6;
    width: 50%;
    height: 100%;
    top: 0;
}

.item_sub a {
    background: var(--primary-color);
    color: white;
    padding: 7px 25px;
}

.item_image {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 2px;
}

.sub__name p {
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
    font-size: 18px;
}

.item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whyus-navbar li.active {
    border-top-color: #2d9846;
}

.whyus-navbar li {
    padding: 10px;
    border-top: 5px solid transparent;
    transition: border-top-color 0.5s ease-in-out;
}

.row.main_why_data {
    padding: 50px 0px;
}

.why__us_img img {
    height: 350px;
}

.why__us_data p {
    color: #848484;
    font-size: 16px;
    line-height: 1.65;
}

.why__brand {
    padding-top: 20px;
}

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

.data_head_pro h2 {
    font-size: 40px;
    font-weight: 500;
    position: relative;
}

.data_head_pro h2::after {
    position: absolute;
    content: '';
    left: 48%;
    height: 5px;
    transform: translateY(-47%);
    width: 57px;
    background: black;
    bottom: -8px;
}

.items__sub {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

section.subcat__all_sec {
    padding: 40px 0;
    margin-top: 1px;
    position: relative;
    z-index: 9;
}

.client__woner_sections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.picture__data {
    padding: 0px 10px 30px;
}


.picture__data a {
    display: block;
    background-color: var(--secondary-color);
    color: #fff;
    width: 150px;
    text-align: center;
    padding: 5px 0px;
    padding-right: 10px;
    border-radius: 5px;
    position: relative;
    border: 1px solid;
    border-color: var(--secondary-color);
    transition: all 0.3s ease;
}
.picture__data a:hover {
    background-color: transparent;
    color: var(--secondary-color);
}

.picture__data a::after {
    content: '\f05a';
    position: absolute;
    font-family: fontAwesome;
    right: 15px;
}

.picture__data h4 {
    text-align: left;
    margin: 10px 0px 0 0;
    text-transform: capitalize;
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}

.active__subcat {
    background: red !important;
}

.active_subcat {
    background: red;
    color: white;
}

.picture__data p {
    text-align: left;
    padding-bottom: 15px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    margin-top: 10px;
}

.right__data_about p {
    color: #000;
    margin-top: 10px;
    font-size: 18px;
}

.right__data_about a {
    display: block;
    color: #000;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: transparent;
    border: 2px solid;
    border-color: #ddd;
    padding: 16px 32px 18px;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    transition: background-color .3s, color .3s, border-color .3s;
    margin-top: 30px;
    width: 150px;
}

.right__data_about a:hover {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.active_why {
    color: #3cb6fc;
    font-weight: 700;
}

section.counter-wrapper.section.counter_sec {
    padding: 40px 0;

}

.picture__data ul li {
    display: list-item;
    list-style-position: inside;
    font-size: 16px;
    text-align: center;
    /* text-align: justify; */
    /* margin-left: 78px; */
}

h4.serv_h {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service__data p {
    margin-bottom: 10px;
    font-size: 18px;
}

section.single-page-header-about.ceo_message_bread {
    padding: 56px 0 70px 0;
    height: 245px;
}

.single-page-header-about.ceo_message_bread:before {
    background: rgba(0, 0, 0, 0.8);
}

.messge-description p {
    font-size: 17px;
}

ul.sub_dropdown li a:hover {
    color: var(--primary-color) !important;
}

.why__us_img img {
    width: 100%;
    /* object-fit: contain; */
}

.b_slide_img {
    display: flex;
    height: 120px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.b_sliders .owl-nav {
    display: none !important;
}

.b_sec {
    padding: 40px 0;
}

.b_slide_img img {
    width: 100%;
    object-fit: contain;
}

.contact_us_bread {
    background-image: url("../images/map_img.jpg");
    background-size: contain;
    background-position: center;
    padding: 146px 0 70px 0;
    text-align: center;
    color: #fff;
    position: relative;
}

.cont_left {
    background: #1C2E5C !important;
}

.contact-section h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    color: #fff;
}

.bread_inn {
    margin-top: 40px;
}

.bread_sliders .owl-dots,
.bread_sliders .owl-nav {
    display: none !important;
}

.bread_inner {
    margin-top: 0;
    height: 200px;
    position: relative;
    z-index: -1;
}

.bread_item.bread_widget h2 {
    color: #fff;
    text-align: center;
}

.bread_img {
    position: relative;
    width: 100%;
    height: 100%;
}

.bread_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bread_img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.bread_item.bread_widget {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}

/* why choose section */
section.why-choose-section {
    background-color: #f1f1f1;
    padding: 100px 0;
}

.section-title h4 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.why-choose-us {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}

.whychoose-us-item {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: clamp(200px, 100%, 300px);
}

.whychoose-us-item:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.whychoose-us-item img {
    height: 100px;
    margin-bottom: 15px;
}

.whychoose-us-item h3 {
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.topbar-contact ul li {
    display: inline-block;
}

.topbar-contact ul li a {
    color: #ffffff !important;
    margin-right: 15px;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.topbar-contact ul li i {
    color: #036F3C;
    margin: 0 3px;
}


.project-item {
    background-color: #ddd;
    padding: 50px;
    margin-bottom: 50px;
}

.project-item .info h3 {
    margin-bottom: 10px;
}

.download-profile a {
    background-color: #e65f10;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 6px;
}

.footer-social {
    display: flex;
    justify-content: flex-end;
}

.category-slider_brand {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
    gap:15px
}

.brand-item {
    height: 178px;
    border: 1px solid #ddd;
    transition: 0.3s all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
}

.brand-item img {
    transition: 0.35s all;
    height: auto;
    width: 95%;
}
.category-title {
    margin-bottom: 30px;
}

.portfolio-single-box {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.portfolio-single-box::before {
    content: "";
    height: 86%;
    width: 86%;
    background-color: rgba(8, 44, 75, 0.8);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) scale(1.2);
    margin: 0 auto;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.portfolio-single-box:hover::before {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.portfolio-item-thumb a img {
    width: 100%;
    transition: .5s;
}

.portfolio-single-box:hover .portfolio-item-thumb a img {
    transform: scale(1.1);
}

.portfolio-icon {
    position: absolute;
    top: 50%;
    left: 43%;
    right: 58%;
    transform: translate(50%, -50%);
    margin: auto;
    transition: .5s;
    z-index: 1;
}

.portfolio-icon i {
    font-size: 27px;
    background: #e63a27;
    border: 1px solid #e63a27;
    height: 50px;
    color: #ffffff;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    opacity: 0;
    transition: .5s;
}

.portfolio-single-box:hover .portfolio-icon i {
    opacity: 1;
}

.portfolio-icon i:hover {
    border: 1px solid #e63a27;
    background: inherit;
    color: #ffff;
}

.portfolio-title h3 {
    font-size: 19px;
}

.section-sub-title {
    position: relative;
    display: inline-block;
}

.section-sub-title::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #e63a27;
    left: 0;
    top: 9px;
}

.section-sub-title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #e63a27;
    left: -12px;
    top: 18px;
}

.section-sub-title h4 {
    font-size: 24px;
    color: #e63a27;
    font-weight: 500;
    margin-bottom: 7px;
    position: relative;
    padding: 0 50px 0;
}

.section-sub-title h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #e63a27;
    right: 0;
    top: 9px;
}

.section-sub-title h4::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #e63a27;
    right: -12px;
    top: 17px;
}

.section-main-title h2 {
    font-size: 48px;
    color: #1c1632;
    font-weight: 600;
    margin-bottom: 42px;
    text-transform: capitalize;
}

.project-section {
    padding: 50px 0;
}

section.project__details {
    padding-top: 60px;
}

tr.widget-title th {
    background: var(--secondary-color) !important;
    color: #fff !important;
}


.sidebar {
    background: #F6F6F6;
    padding: 30px;
    margin: 30px 0;
}
.sidebar-title {
    color: #222;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 15px;
}

.side-menu li {
    display: block;
}

.side-menu li a {
    display: block;
    background: #fff;
    padding: 15px 15px;
    padding-left: 30px;
    margin: 10px 0;
    position: relative;
    transition: 0.35s all;
    font-weight: 500;
    color: #222;
}


.project-item {
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 30px;
    background: #f1f1f1;
    padding: 15px;
    margin: 15px 0;
    align-items: center;
    border-radius: 5px;
}

h2.project_title {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 24px;
}
