/* IBM Plex Serif  font-family: "IBM Plex Serif", serif; */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

/* Poppins   font-family: "Poppins", sans-serif; */
@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");

:root {
    --primary-color: #62b849;
    --secondry-color: #96c740;
    --third-color: #007bc0;
    --heading-color: #063752;
    --white-color: #fff;
    --black-color: #000;
    --light-black-color: #212121;
    --pbmit-light-color: #eff3f5;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "IBM Plex Serif", serif;
}

span,
div,
p,
a,
strong {
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
}

.main {
    background: #fdfdfd;
}

.header-container,
.footer-container {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.container {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* header css start  */

.header .top {
    background: linear-gradient(to right, #2c7816, #218912, #0a4a6f);
}

.header-top {
    padding: 5px 0;
    border-bottom: 1px solid #f1f1f1;
    /*-- Header Top Two --*/
    /*-- Header Top Three --*/
}

.header-top.header-top-2 {
    background-color: #00c8fa;
    border-bottom: none;
}
.header .footer > .header-container > .searchBar-getInTouch > .mobail-icon {
    display: none;
}
/*-- Header Top Links --*/

@media only screen and (max-width: 479px) {
    .header-top-links {
        min-width: 100%;
        text-align: center;
    }
}

.header-top-links .header-links {
    display: block;
    float: left;
    /*-- Header Links Two --*/
    /*-- Header Links Three --*/
}

@media only screen and (max-width: 479px) {
    .header-top-links .header-links {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}

.header-top-links .header-links li {
    display: block;
    float: left;
    padding-right: 11px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    /*-- Disabled Link --*/
}

.header-top-social .register::before {
    /* position: absolute;
    right: 153px;
    content: "";
    width: 1px;
    background-color: #e5e5e5;
    height: 19px;
    top: 5px; */
}

.header-top-social .login {
    padding: 0px 5px;
    margin: 5px 0px;
    line-height: 19px;
    margin-left: 11px !important;
    border-left: 1px solid #e5e5e5;
}

.header-top-social li {
    list-style-type: none;
}

.header-top-links .header-links li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.header-top-links .header-links li:last-child::before {
    display: none;
}

.header-top-links .header-links li a {
    display: block;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
    /*-- Weather --*/
}

.header-top-links .header-links li a .weather-degrees {
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
}

.header-top-links .header-links li a .weather-degrees .unit {
    position: absolute;
    font-size: 8px;
    right: 0;
    top: 0;
    line-height: 9px;
}

.header-top-links .header-links li a:hover {
    color: #00c8fa;
}

.header-top-links .header-links li a i {
    display: block;
    float: left;
    margin-right: 5px;
    font-size: 12px;
    line-height: 20px;
}

.header .top > .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}

.header .top > .header-container .contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-left: 16px;
}

.header .top > .header-container .contact > li {
    display: block;
    color: var(--white-color);
    font-size: 15px;
    font-weight: 400;
}

.header .top > .header-container .contact > a > i {
    font-size: 12px;
}

/*-- Header Top Social --*/
.header-top-social {
    /*-- Header Social --*/
}

@media only screen and (max-width: 479px) {
    .header-top-social {
        min-width: 100%;
        text-align: center;
    }
}

.header-top-social .header-social {
    display: block;
    float: right;
    /*-- Header Social Two --*/
    /*-- Header Social Three --*/
}

@media only screen and (max-width: 479px) {
    .header-top-social .header-social {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}

.header-top-social .header-social a {
    display: block;
    float: left;
    margin-left: 15px;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 14px;
}

.header-top-social .header-social a:first-child {
    margin-left: 0;
}

.header-top-social .header-social a:hover {
    color: #00c8fa;
}

.header-top-social .header-social a i {
    /* display: block; */
    line-height: 30px;
}

.header-top-social .header-social.header-social-2 a {
    color: #ffffff;
}

.header-top-social .header-social.header-social-2 a:hover {
    color: #444444;
}

.header-top-social .header-social.header-social-3 a:hover {
    color: #ffc61c;
}

.header .top > .header-container .socialMedia {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.header .top > .header-container .socialMedia > a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 15px;
}

.header .middel {
    background-color: var(--white-color);
}

.header .middel > .header-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header .middel > .header-container .logo > a {
    display: block;
}

.header .middel > .header-container .logo > a > img {
    max-width: 240px;
    display: block;
    margin-left: 12px;
}

.header .middel > .header-container .addBox img {
    display: block;
}

.header .footer {
    background-color: #0a4a6f;
}

.header .footer > .header-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}

.header .footer > .header-container > .mobail-logo {
    display: none;
}

.header .footer > .header-container > .navbar > .navbarBox {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
}

.header .footer > .header-container > .navbar > .navbarBox > .linkBox {
    margin: 0;
    padding: 0;
}

.header
    .footer
    > .header-container
    > .navbar
    > .navbarBox
    > .linkBox
    > .navLink {
    display: block;
    padding: 12px 25px;
    color: var(--white-color);
    font-weight: 300;
    font-size: 16px;
    transition: text-decoration 0.5s ease;
}

.header
    .footer
    > .header-container
    > .navbar
    > .navbarBox
    > .linkBox
    > .navLink
    > i {
    font-size: 18px;
    margin-left: 2px;
}

.header
    .footer
    > .header-container
    > .navbar
    > .navbarBox
    > .linkBox
    > .navLink:hover {
    text-decoration: underline;
}

.header .footer > .header-container > .searchBar-getInTouch {
    /* position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%); */
}

.header .footer > .header-container > .searchBar-getInTouch > .touchBtn > a {
    display: block;
    padding: 8px 14px;
    font-size: 16px;
    background: linear-gradient(
        to right,
        var(--primary-color),
        var(--third-color)
    );
    color: var(--white-color);
    font-weight: 400;
    border-radius: 6px;
    transition: background 0.5s ease;
    /* Shorter duration for smoother transition */
}

.header
    .footer
    > .header-container
    > .searchBar-getInTouch
    > .touchBtn
    > a:hover {
    background: linear-gradient(
        to right,
        var(--third-color),
        var(--primary-color)
    );
}

/* dropdown css  */

.navbarBox > .linkBox.dropdown {
    position: relative;
    z-index: 9;
}

.navbarBox > .linkBox.dropdown > .dropdownMenu {
    position: absolute;
    top: 130%;
    left: -200px;
    background-color: var(--white-color);
    border-radius: 12px;
    width: 1240px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    transition: top 0.6s ease, visibility 0.6s ease, opacity 0.6s ease,
        transform 0.6s ease;
    z-index: 9;
}

.navbarBox > .linkBox.dropdown:hover > .dropdownMenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.navbarBox > .linkBox.dropdown > .dropdownMenu > .dropdownLinks {
    max-width: 100%;
    width: 100%;
    display: flex;

    justify-content: flex-start;
    gap: 10px;
}

.navbarBox > .linkBox.dropdown > .dropdownMenu > .dropdownLinks > .linkBox {
    width: 100%;
    padding: 5px;
}

.navbarBox
    > .linkBox.dropdown
    > .dropdownMenu
    > .dropdownLinks
    > .linkBox
    > .categoryName {
    display: block;
    font-size: 21px;
    font-weight: 400;
    color: #0a4a6f;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.navbarBox
    > .linkBox.dropdown
    > .dropdownMenu
    > .dropdownLinks
    > .linkBox
    > .categoryName
    > img {
    width: 18px;
}

.navbarBox
    > .linkBox.dropdown
    > .dropdownMenu
    > .dropdownLinks
    > .linkBox
    > .subLinkBox {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 5px;
}

.navbarBox
    > .linkBox.dropdown
    > .dropdownMenu
    > .dropdownLinks
    > .linkBox
    > .subLinkBox
    > li
    > a {
    color: var(--light-black-color);
    font-size: 17px;
    font-weight: 400;
    display: block;
    padding: 6px 0;
    border-radius: 8px;
    transition: padding-left 0.2s ease, transform 0.2s ease;
}

.navbarBox
    > .linkBox.dropdown
    > .dropdownMenu
    > .dropdownLinks
    > .linkBox
    > .subLinkBox
    > li:hover
    > a {
    padding-left: 6px;
    background-color: #daffcfdb;
}

.navbarBox
    > .linkBox.dropdown
    > .dropdownMenu
    > .dropdownLinks
    > .linkBox
    > .subLinkBox
    > li
    > a
    > i {
    font-size: 14px;
    color: var(--heading-color);
}

.navbarBox > .linkBox.dropdown > .dropdownMenu > .imageBox {
    max-width: 45%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.navbarBox > .linkBox.dropdown > .dropdownMenu > .imageBox > .box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.navbarBox > .linkBox.dropdown > .dropdownMenu > .imageBox > .box > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* dropdown css  */

/* header css end   */

/* main css start  */

.headling {
    display: block;
    text-align: center;
    margin: 20px auto 0;
    width: fit-content;
    padding: 3px 20px 7px;
    font-size: 32px;
    color: var(--white-color);
    font-weight: 400;
    background-color: var(--primary-color);
    border: 2px solid var(--white-color);
    outline: 2px solid var(--primary-color);
    transform: skewX(-25deg);
}

.headling > span {
    display: block;
    transform: skewX(25deg);
    font-family: "IBM Plex Serif", serif;
}

.product-container .product-category-heading {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--black-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px;
}

.product-container .product-category-heading > h2 {
    margin: 5px;
    color: var(--heading-color);
    font-size: 30px;
    font-weight: 400;
}

.product-container .product-category-heading > a {
    display: block;
    font-size: 16px;
    color: var(--white-color);
    font-weight: 400;
    border-radius: 6px;
    padding: 10px 20px;
    width: fit-content;
    background-color: var(--primary-color);
}

.product-container .product-category-heading > a:hover {
    background-color: var(--secondry-color);
}

.product-container {
    max-width: 1320px;
    width: 100%;
    margin: auto;
    padding: 60px 0;
}

.product-container .product-card-box .item {
    padding: 10px;
}

.product-container .product-card {
    width: 100%;
    border-radius: 12px;
    padding: 12px;
    background-color: var(--white-color);
    border: 1px solid var(--primary-color);
}

.product-container .product-card .image {
    max-width: 100%;
    width: 100%;
    height: 284px;
    margin-bottom: 12px;
    border-radius: 12px;
    box-shadow: 0px 0px 4px #cccccc;
    overflow: hidden;
}

.product-container .product-card .image > a > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1;
    transition: scale 0.3s ease-in;
}

.product-container .product-card .image:hover > a > img {
    cursor: pointer;
    scale: 1.1;
}

.product-container .product-card .details .name {
    display: block;
    color: var(--black-color);
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    width: 100%;
    padding: 4px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 10px;
}

.product-container .product-card .details .name:hover {
    color: #007ac0;
}

.product-container .product-card .details .price-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    gap: 10px;
}

.product-container .product-card .details .price-button > span {
    max-width: 70%;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

.product-container .product-card .details .price-button > a {
    display: block;
    padding: 8px 12px;
    border-radius: 25px;
    color: var(--white-color);
    background-color: var(--primary-color);
    font-size: 18px;
    text-align: center;
    width: fit-content;
    transition: background-color 0.2s ease-in;
}

.product-container .product-card .details .price-button > a:hover {
    background-color: var(--third-color);
}

.product-container
    .product-card-box
    .product-card
    .details
    .price-button
    > a
    > i {
    /* padding-left: 2px; */
}

.product-container .top-client-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    /* Spacing between items */
}

/* main image css  */
.product-container .top-client-box .main-image {
    max-width: 49%;
    /* Restricts width for responsiveness */
    width: 100%;
    position: relative;
    overflow: hidden;
    /* Ensures no content spills out */
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    /* Slight shadow for a modern look */
    z-index: 1;
    background: #f9f9f9;
    /* Optional background to handle loading states */
}

.product-container .top-client-box .main-image img {
    width: 100%;
    transform: scale(1);
    /* Changed from 'scale' to 'transform' for better compatibility */
    display: block;
    transition: scale 0.8s ease-in, filter 0.8s ease-in, transform 0.8s ease-in;
}

.product-container .top-client-box .main-image:hover img {
    cursor: pointer;
    transform: scale(1.1);
    filter: blur(1px);
    /* Smooth zoom effect on hover */
}

.product-container .top-client-box .main-image .content-box {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#0000, #00000033, #000000bd);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    opacity: 0.2;
    transition: opacity 0.8s ease-in, transform 0.8s ease-in;
}

.product-container .top-client-box .main-image:hover .content-box {
    /* Updated gradient for better visibility */
    opacity: 1;
}

.product-container .top-client-box .main-image .content-box a {
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 1.5rem;
    /* Updated to use rem for scalability */
    color: var(--white-color);
    font-weight: 400;
    bottom: -30%;
    transition: bottom 0.8s ease-in 0s, transform 0.8s ease-in;
}

.product-container .top-client-box .main-image .content-box a:hover {
    text-decoration: underline;
}

.product-container .top-client-box .main-image:hover .content-box a {
    bottom: 0;
}

.product-container .top-client-box .main-image .content-box p {
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 1rem;
    /* Updated to use rem for consistency */
    color: var(--white-color);
    font-weight: 300;
    bottom: -30%;
    transition: bottom 0.8s ease-in 0.1s, transform 0.8s ease-in;
}

.product-container .top-client-box .main-image:hover .content-box p {
    bottom: 0;
}

/* main image css  */

/* sub image css  */
.product-container .top-client-box .sub-image {
    max-width: 49%;
    width: 100%;
}

.product-container .top-client-box .sub-image .two-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-container .top-client-box .sub-image .two-image .image-box {
    /* Restricts width for responsiveness */
    width: 100%;
    position: relative;
    overflow: hidden;
    /* Ensures no content spills out */
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    /* Slight shadow for a modern look */
    z-index: 1;
    background: #f9f9f9;
    margin-bottom: 15px;
    /* Optional background to handle loading states */
}

.product-container .top-client-box .sub-image .two-image .image-box img {
    width: 100%;
    transform: scale(1);
    /* Changed from 'scale' to 'transform' for better compatibility */
    display: block;
    transition: scale 0.5s ease-in, filter 0.5s ease-in, transform 0.5s ease-in;
}

.product-container .top-client-box .sub-image .two-image .image-box:hover img {
    cursor: pointer;
    transform: scale(1.1);
    filter: blur(1px);
    /* Smooth zoom effect on hover */
}

.product-container
    .top-client-box
    .sub-image
    .two-image
    .image-box
    .content-box {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#0000, #00000033, #000000bd);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    opacity: 0.2;
    transition: opacity 0.5s ease-in, transform 0.5s ease-in;
}

.product-container
    .top-client-box
    .sub-image
    .two-image
    .image-box:hover
    .content-box {
    /* Updated gradient for better visibility */
    opacity: 1;
}

.product-container
    .top-client-box
    .sub-image
    .two-image
    .image-box
    .content-box
    a {
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 1.5rem;
    /* Updated to use rem for scalability */
    color: var(--white-color);
    font-weight: 400;
    bottom: -30%;
    transition: bottom 0.5s ease-in 0s, transform 0.5s ease-in;
}

.product-container
    .top-client-box
    .sub-image
    .two-image
    .image-box
    .content-box
    a:hover {
    text-decoration: underline;
}

.product-container
    .top-client-box
    .sub-image
    .two-image
    .image-box:hover
    .content-box
    a {
    bottom: 0;
}

/* sub image css  */

/* slider image  */

.product-container .top-client-box .sub-image .image-slider {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-container .top-client-box .sub-image .image-slider .image-box {
    /* Restricts width for responsiveness */
    width: 100%;
    position: relative;
    overflow: hidden;
    /* Ensures no content spills out */
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    /* Slight shadow for a modern look */
    z-index: 1;
    background: #f9f9f9;
    /* Optional background to handle loading states */
}

.product-container .top-client-box .sub-image .image-slider .image-box img {
    width: 100%;
    transform: scale(1);
    /* Changed from 'scale' to 'transform' for better compatibility */
    display: block;
    transition: scale 0.5s ease-in, filter 0.5s ease-in, transform 0.5s ease-in;
}

.product-container
    .top-client-box
    .sub-image
    .image-slider
    .image-box:hover
    img {
    cursor: pointer;
    transform: scale(1.1);
    filter: blur(1px);
    /* Smooth zoom effect on hover */
}

.product-container
    .top-client-box
    .sub-image
    .image-slider
    .image-box
    .content-box {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#0000, #00000033, #000000bd);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    opacity: 0.2;
    transition: opacity 0.5s ease-in, transform 0.5s ease-in;
}

.product-container
    .top-client-box
    .sub-image
    .image-slider
    .image-box:hover
    .content-box {
    /* Updated gradient for better visibility */
    opacity: 1;
}

.product-container
    .top-client-box
    .sub-image
    .image-slider
    .image-box
    .content-box
    a {
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 1.5rem;
    /* Updated to use rem for scalability */
    color: var(--white-color);
    font-weight: 400;
    bottom: -30%;
    transition: bottom 0.5s ease-in 0s, transform 0.5s ease-in;
}

.product-container
    .top-client-box
    .sub-image
    .image-slider
    .image-box
    .content-box
    a:hover {
    text-decoration: underline;
}

.product-container
    .top-client-box
    .sub-image
    .image-slider
    .image-box:hover
    .content-box
    a {
    bottom: 0;
}

/* Testimonial  */
.testimonial-box {
    background-color: #ddffaf42;
}

.thsn-ele-testimonial {
    margin: 20px;
}

.thsn-testimonial-style-3 .themesion-testimonial-wrapper {
    padding: 60px 40px 0;
    margin: 60px 0;
    position: relative;
    background-color: #fff;
    text-align: center;
    border-radius: 20px 0;
    box-shadow: 0 15px 40px 0 rgb(92 107 149 / 16%);
}

.thsn-testimonial-style-3 .themesion-testimonial-wrapper .icon-box {
    position: absolute;
    top: -22%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.thsn-testimonial-style-3 .themesion-testimonial-wrapper .icon-box .svg-icon {
    width: 40px;
    height: 40px;
    fill: white;
}

.thsn-testimonial-style-3 .themesion-box-desc {
    margin: 22px 0 22px;
}

.testimonial-container {
    max-width: 1460px;
    width: 100%;
    padding: 30px 10px 60px;
    margin: 0 auto;
}

.testimonial-container .heading {
    text-align: center;
    margin-bottom: 30px;
    color: var(--black-color);
    font-size: 40px;
    font-weight: 400;
}

.thsn-testimonial-style-3 .themesion-box-img {
    display: inline-block;
    text-align: center;
    margin-bottom: -47px;
    z-index: 5;
}

.thsn-testimonial-style-3 .themesion-box-img .thsn-featured-wrapper img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 21px 0 rgb(92 107 149 / 21%);
}

.testimonial-container .card-box .item {
    padding: 10px;
}

.testimonial-container .card-box .card {
    box-shadow: 0px 0px 4px #cccccc;
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    background: linear-gradient(
        to bottom,
        var(--secondry-color),
        var(--primary-color)
    );
}

.testimonial-container .card-box .card .top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}

.testimonial-container .card-box .card .footer > span {
    font-size: 30px;
    color: var(--white-color);
}

.testimonial-container .card-box .card .middel p {
    text-align: justify;
    color: var(--black-color);
    font-size: 14px;
    margin-bottom: 10px;
    padding: 2px;
}

.testimonial-container .card-box .card .top .image {
    width: 48px;
    height: 48px;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #333;
}

.testimonial-container .card-box .card .top .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-container .card-box .card .top .name-city > span {
    display: block;
    margin: 0;
    padding: 0;
}

.testimonial-container .card-box .card .top .name-city > span.name {
    font-size: 18px;
    font-weight: 400;
    color: var(--black-color);
}

.testimonial-container .card-box .card .top .name-city > span.city {
    font-size: 14px;
    font-weight: 400;
    color: var(--black-color);
}

/* main css end  */

/*--
    Footer Top
----------------------------------------*/
.footer-top-section {
    padding: 100px 105px 40px;
    background-color: rgb(2 54 84);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-top-section {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-top-section {
        padding: 100px 65px 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top-section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-top-section {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*-- Footer Widget --*/
.footer-widget {
    padding: 0 35px;
    /*-- Title --*/
    /*-- Content --*/
    /*-- Footer Widget Post --*/
    /*-- Footer Tweet --*/
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .footer-widget {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .footer-widget {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.footer-widget .widget-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #ffffff;
    height: 29px;
    line-height: 21px;
    text-transform: capitalize;
    padding-left: 15px;
    border-left: 4px solid #62b849;
    margin-bottom: 25px;
}

.footer-widget .q_links li {
    list-style: none;
    color: #ccccc8;
    padding: 9px 0px;
}

.footer-widget .q_links li a {
    color: #ccccc8;
}

.mad-social-icons ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5rem -0.75rem 0;
    padding-left: 1rem;
}

.mad-social-icons ul li {
    padding: 0.5rem 0.25rem 0;
    list-style: none;
}

.mad-social-icons ul li a.facebook {
    background: #3b5998 !important;
}

.mad-social-icons ul li a.instagram {
    background: #e4405f;
}

.mad-social-icons ul li a.youtube {
    background: #ff0000;
}

.mad-social-icons ul li a {
    background: #007bff;
    color: #fff;
    box-shadow: 0 4px 10px rgb(19 44 70);
}

.mad-social-icons ul li a {
    margin: 5px;
    transition: all 0.3s ease;
    display: flex;
    vertical-align: middle;
    line-height: 1;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    font-size: 1.3rem;
    justify-content: center;
    align-items: center;
}

.footer-widget .content p {
    font-size: 1rem;
    color: #cccccc;
}

.footer-widget .content .footer-contact {
    padding-left: 0;
    float: left;
    margin-top: 8px;
    width: 100%;
    margin-bottom: 25px;
}

.footer-widget .content .footer-contact li {
    margin-bottom: 10px;
    color: #cccccc;
    list-style: none;
}

.footer-widget .content .footer-contact li:last-child {
    margin-bottom: 0;
}

.footer-widget .content .footer-contact li i {
    width: 20px;
    text-align: left;
    margin-right: 10px;
    font-size: 16px;
}

.footer-widget .content .footer-social a {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.footer-widget .content .footer-social a i {
    font-size: 16px;
    line-height: 38px;
}

.footer-widget .content .footer-social a.facebook {
    background-color: #516eab;
}

.footer-widget .content .footer-social a.twitter {
    background-color: #40bff5;
}

.footer-widget .content .footer-social a.dribbble {
    background-color: #f7659c;
}

.footer-widget .content .footer-social a.google-plus {
    background-color: #eb5e4c;
}

.footer-widget .footer-widget-post {
    overflow: hidden;
    border-bottom: 1px solid #27485a;
    margin-bottom: 20px;
    padding-bottom: 12px;
    /*-- Post Wrap --*/
}

.footer-widget .footer-widget-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.footer-widget .footer-widget-post .post-wrap {
    overflow: hidden;
    /*-- Image --*/
    /*-- Content --*/
}

.footer-widget .footer-widget-post .post-wrap .image {
    width: 86px;
    margin-right: 20px;
    float: left;
}

@media only screen and (max-width: 479px) {
    .footer-widget .footer-widget-post .post-wrap .image {
        width: 90px;
        margin-right: 15px;
    }
}

.footer-widget .footer-widget-post .post-wrap .image img {
    width: 100%;
    border-radius: 5px;
}

.footer-widget .footer-widget-post .post-wrap .content {
    overflow: hidden;
}

.footer-widget .footer-widget-post .post-wrap .content .title a {
    color: #cccccc;
    font-weight: 600;
}

.footer-widget .footer-widget-post .post-wrap .content .title a:hover {
    color: #00c8fa;
}

.footer-widget .footer-widget-post .post-wrap .content .meta {
    /*-- Meta List --*/
}

.footer-widget .footer-widget-post .post-wrap .content .meta .meta-item {
    color: #cccccc;
    margin-top: 5px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    line-height: 16px;
    display: block;
    float: left;
    margin-right: 15px;
    /*-- Icon --*/
}

.footer-widget
    .footer-widget-post
    .post-wrap
    .content
    .meta
    .meta-item:last-child {
    margin-right: 0;
}

.footer-widget .footer-widget-post .post-wrap .content .meta .meta-item i {
    display: block;
    float: left;
    margin-right: 6px;
    font-size: 13px;
    line-height: 16px;
    padding-left: 1px;
}

/*--
      Footer Bottom
  ----------------------------------------*/
.footer-bottom-section {
    padding: 15px 0 0px 0px;
    background: #072f46;
    /*-- Copyright --*/
}

.footer-bottom-section .copyright {
    line-height: 30px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #cccccc;
}

.footer-bottom-section .copyright a {
    color: var(--primary-color);
}

/* contact Us */
.section-lg {
    padding-top: 100px;
    padding-bottom: 80px;
}

.center-align {
    width: 49%;
    margin: auto;
    margin-bottom: 50px;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-box {
    position: relative;
    padding: 35px 35px 25px;
    background-color: #fff;
    border-radius: 20px 0;
    box-shadow: 0 0 20px 0 rgb(92 107 149 / 11%);
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper {
    font-size: 80px;
    line-height: 80px;
    color: var(--primary-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-icon-wrapper {
    font-size: 80px;
    line-height: 80px;
    color: var(--primary-color);
}

.pbmit-ihbox-style-10 .pbmit-ihbox-contents {
    padding-left: 20px;
}

.pbmit-ihbox-style-10 .pbmit-element-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.pbmit-ihbox.pbmit-ihbox-style-10:hover .pbmit-ihbox-box {
    background-color: #0a4a6f;
    color: rgb(255 255 255 / 80%);
}

.contact-section-bg .pbmit-bg-color-global {
    padding: 100px 0 29px 366px;
}
.contact-section-bg .register-bg {
    padding: 177px 0 29px 221px;
}

body .pbmit-bg-color-global {
    background-color: var(--primary-color);
}

.pbmit-heading-subheading {
    margin-bottom: 35px;
}

.pbmit-ihbox-style-11 {
    display: inline-block;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    margin-bottom: 30px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-image {
    width: 103px;
    height: 103px;
    background-color: #fff;
    border-radius: 50%;
    padding: 4px;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-icon-type-image img {
    border-radius: 50%;
}

.pbmit-bg-color-light {
    background-color: #eff3f5;
}

.contact-section-bg .contact-form {
    background-color: #fff;
    padding: 55px 60px 55px 60px;
    margin: 115px 15px 100px 0px;
    border-radius: 20px;
    margin-left: -112px;
    width: 740px;
}

.contact-form .form-control {
    padding: 15px 15px;
    font-size: 15px;
    margin-bottom: 11px;
    color: #9a9b9c;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    font-weight: 500;
}

.pbmit-btn {
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.2px;
    padding: 16px 21px;
    margin-top: 15px;
    border-radius: 0;
    text-transform: none;
    background-color: var(--heading-color);
    border: none;
    color: #fff;
    border-radius: 20px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    text-transform: uppercase;
}

.pbmit-btn-hover-global:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 0 20px 0 0;
}

.pbmit-ihbox-style-11 .pbmit-ihbox-contents {
    padding-left: 20px;
}

.pbmit-ihbox-style-11 .pbmit-element-title {
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 0;
    color: #053652;
}

.pbmit-title-bar-wrapper {
    height: 40vh;
}

/* about us  */
/*----------------------------------------*/
/*  01 - ihbox Box
/*----------------------------------------*/
/** Style 1 **/
.pbmit-ihbox-style-1 {
    transform: translateY(0);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pbmit-ihbox-style-1:hover {
    transform: translateY(-8px);
}

.pbmit-ihbox-style-1:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    background: var(--primary-color);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    opacity: 0.5;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}

.pbmit-ihbox-style-1:hover:after {
    transform: scaleY(1);
    opacity: 1;
    z-index: -1;
}

.pbmit-ihbox-style-1 {
    position: relative;
    text-align: center;
    padding: 40px 35px;
}

.pbmit-ihbox-style-1 .pbmit-element-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
}
.pbmit-ihbox-style-1 .pbmit-element-title a {
    color: var(--heading-color);
}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image {
    max-width: 85px;
    margin: auto;
    margin-bottom: 35px;
}

.pbmit-ihbox-style-1:hover .pbmit-ihbox-icon-type-image {
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

.pbmit-ihbox-style-1:hover .pbmit-ihbox-btn a:after {
    color: var(--pbmit-white-color);
}

.pbmit-ihbox-style-1,
.pbmit-ihbox-style-1 .pbmit-heading-desc,
.pbmit-ihbox-style-1 .pbmit-element-title a {
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.pbmit-ihbox-style-1:hover .pbmit-heading-desc,
.pbmit-ihbox-style-1:hover .pbmit-element-title a {
    color: #ffff;
}

.pbmit-pricing-table-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0;
    height: 100%;
    padding: 45px 55px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 15px 40px 0px rgb(92 107 149 / 8%);
}
.pbmit-pricing-table-featured-col .pbmit-pricing-table-box {
    background-color: var(--heading-color);
}
.pbmit-pricing-table-featured-col-premium .pbmit-pricing-table-box {
    background-color: #f7d5b1;
}
.pbmit-pricing-table-box .pbminfotech-ptable-desc {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--heading-color);
}
.pbmit-pricing-table-box .pbminfotech-ptable-heading {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-top: 10px;
}
.pbmit-pricing-table-box .pbminfotech-ptable-heading:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: var(--pbmit-light-color);
}
.pbmit-pricing-table-box .pbmit-ptable-icon {
    font-size: 65px;
    line-height: 65px;
    color: var(--pbmit-global-color);
}
.pbmit-pricing-table-box .pbminfotech-ptable-price-w {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: var(--heading-color);
}
.pbmit-pricing-table-box .pbminfotech-ptable-price {
    font-size: 50px;
    line-height: 72px;
    letter-spacing: -1px;
}
.pbmit-pricing-table-box .pbminfotech-ptable-symbol,
.pbmit-pricing-table-box .pbminfotech-ptable-price {
    display: inline-block;
}
.pbmit-pricing-table-box .pbminfotech-ptable-symbol {
    position: absolute;
    top: 3px;
    left: -20px;
    font-size: 42px;
    line-height: 42px;
}
.pbmit-pricing-table-box .pbmit-ptable-lines-w {
    text-align: left;
    margin: 25px 0 35px;
}
.pbmit-pricing-table-box .pbmit-ptable-line {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
.pbmit-pricing-table-box .pbmit-ptable-line i {
    float: right;
    line-height: 24px;
    color: var(--primary-color);
}
.pbmit-pricing-table-box .pbmit-ptable-btn a span {
    position: relative;
    display: inline-block;
    padding-right: 42px;
    font-size: 13px;

    font-weight: 700;
    text-transform: uppercase;
}
.pbmit-pricing-table-featured-col .pbmit-ptable-btn a span:before,
.pbmit-ptable-btn a:hover span:before {
    background-color: #fff;
}
.pbmit-pricing-table-featured-col
    .pbmit-pricing-table-box
    .pbminfotech-ptable-frequency,
.pbmit-pricing-table-featured-col .pbminfotech-ptable-heading,
.pbmit-pricing-table-featured-col .pbminfotech-ptable-price-w,
.pbmit-pricing-table-featured-col .pbmit-ptable-line,
.pbmit-pricing-table-featured-col .pbmit-ptable-btn a {
    color: #fff;
}
.pbmit-ptable-btn a:hover {
    border-color: transparent;
}
.pbmit-pricing-table-box .pbminfotech-sep {
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    display: none;
}
.pbmit-pricing-table-box .pbminfotech-ptable-frequency {
    position: absolute;
    bottom: 4px;
    display: inline-block;
    font-size: 18px;
    letter-spacing: -0.8px;
    margin-left: 5px;
    color: var(--pbmit-blackish-color);
}
.pbmit-pricing-table-box .pbminfotech-ptable-frequency:before {
    content: "/";
    margin-right: 0px;
}
.pbmit-ptable-btn a:hover {
    color: #fff;
    border-radius: 0 20px 0 0;
    background-color: var(--primary-color);
}
.pbmit-pricing-table-featured-col
    .pbmit-pricing-table-box
    .pbmit-ptablebox-featured-w {
    display: none;
}
.pbmit-pricing-table-box .pbmit-ptable-btn a {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0;
    padding: 18px 30px;
    color: var(--primary-color);
    display: block;
    border: 2px solid var(--pbmit-light-color);
    background-color: transparent;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.pbmit-pricing-table-featured-col .pbmit-ptable-btn a span:before,
.pbmit-ptable-btn a:hover span:before {
    background-color: #fff;
}
.pbmit-ptable-btn a:hover {
    border-color: transparent;
}

.pbmit-ptable-btn a span:before,
.pbmit-service-btn a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: var(--pbmit-blackish-color);
}

.pbmit-service-btn a:after {
    top: 1px;
}

.pbmit-ptable-btn a:hover {
    color: #fff;
    border-radius: 0 20px 0 0;
    background-color: var(--primary-color);
}
a.btn-arrow {
    border-radius: 0;
    padding: 0;
    display: inline-block;
    margin-top: 20px;
    color: var(--primary-color);
}
a.btn-arrow span {
    position: relative;
    padding-right: 42px;
}
a.btn-arrow span:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: var(--primary-color);
}
/* product details */

.home1-testimonail-section .pbmit-heading-subheading {
    padding-left: 50px;
}
.home1-testimonail-section-main {
    margin-top: 100px;
}
.home1-testimonail-section {
    position: relative;
    top: -108px;
}
.home1-client-section {
    margin-top: -50px;
    padding-bottom: 60px;
}
.home1-testimonail-section .swiper-button-next {
    right: 9px;
    left: auto;
    top: 100px;
}
.home1-testimonail-section .swiper-button-prev {
    position: absolute;
    left: inherit;
    top: 165px;
    right: 10px;
}
.home1-testimonail-section .swiper-buttons:hover .swiper-button-prev:hover {
    background-color: #fff;
}
.home1-testimonail-section .swiper-buttons .swiper-button-prev:hover:after {
    color: var(--pbmit-blackish-color);
}
.pbmit-vertical-heading {
    position: relative;
}
.pbmit-vertical-heading .pbmit-custom-heading .pbmit-test-title {
    position: absolute;
    transform: rotate(270deg);
    transform-origin: right bottom 0;
    margin-bottom: 0;
    bottom: -30px;
    left: -334px;
    font-size: 150px;
    line-height: 150px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #dde5e9;
}
.detail_text {
    text-align: justify;
}
/*----------------------------------------*/
/*  05 - Projects
/*----------------------------------------*/
/** Style 1 **/
.pbmit-portfolio-style-1 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0;
}
.pbmit-portfolio-style-1 .pbminfotech-titlebox {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-8%);
    -moz-transform: translateX(0%) translateY(-8%);
    -ms-transform: translateX(0%) translateY(-8%);
    -o-transform: translateX(0%) translateY(-8%);
    transform: translateX(0%) translateY(-8%);
    left: 0;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    height: 100%;
}
.pbmit-portfolio-style-1 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.pbmit-portfolio-style-1:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pbmit-portfolio-style-1 h3.pbmit-portfolio-title {
    font-size: 24px;
    line-height: 28px;
}
.pbmit-portfolio-style-1 .pbminfotech-titlebox,
.pbmit-portfolio-style-1 .pbminfotech-box-content,
.pbmit-portfolio-style-1 .pbmit-link-icon {
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.pbmit-portfolio-style-1:hover .pbminfotech-box-content {
    opacity: 1;
}
.pbmit-portfolio-style-1 h3.pbmit-portfolio-title a,
.pbmit-portfolio-style-1 .pbmit-port-cat a {
    color: #fff;
}
.pbmit-portfolio-style-1 .pbminfotech-box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(16, 16, 16, 0.8);
    padding: 20px 30px 0;
    opacity: 0;
    overflow: hidden;
}
.pbmit-portfolio-style-1 .pbminfotech-media-link a > i:before {
    font-weight: 700;
}
.pbmit-portfolio-style-1 .pbminfotech-media-link a {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 20px;
    line-height: 45px;
    color: var(--pbmit-blackish-color);
    background-color: #fff;
    display: inline-block;
    text-align: center;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
}
.pbmit-portfolio-style-1:hover .pbminfotech-media-link a {
    visibility: visible;
    opacity: 1;
    right: 30px;
}
.pbmit-portfolio-style-1 {
    margin-bottom: 30px;
}
/** Style 2 **/
.pbmit-portfolio-style-2 .pbminfotech-post-content {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0;
}
.pbmit-portfolio-style-2 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.pbmit-portfolio-style-2:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pbmit-portfolio-style-2 .pbminfotech-box-content .pbminfotech-titlebox {
    display: inline-block;
    width: calc(100% - 80px);
}
.pbmit-portfolio-style-2 .pbminfotech-box-content .pbmit-portfolio-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}
.pbmit-portfolio-style-2 .pbminfotech-box-content .pbmit-port-cat a {
    font-size: 16px;
    font-weight: 500;
    color: var(--pbmit-global-color);
}
.pbmit-portfolio-style-2 .pbminfotech-box-content .pbmit-portfolio-title a {
    color: #fff;
}
.pbmit-portfolio-style-2 .pbminfotech-icon-box a {
    color: #fff;
}
.pbmit-portfolio-style-1 .pbminfotech-icon-box a > i:before {
    font-weight: 700;
}
.pbmit-portfolio-style-2 .pbminfotech-icon-box {
    width: 40px;
    height: 40px;
    float: right;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: var(--pbmit-global-color);
    display: inline-block;
    text-align: center;
}
.pbmit-portfolio-style-2 .pbminfotech-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    text-align: left;
    padding: 30px 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    background: -moz-linear-gradient(
        bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    background: -webkit-linear-gradient(
        bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.pbmit-portfolio-style-2:hover .pbminfotech-overlay {
    opacity: 1;
    visibility: visible;
}
.pbmit-portfolio-style-2 .pbminfotech-box-content-wrapper {
    position: absolute;
    left: 0px;
    bottom: 30px;
    display: block;
    width: 100%;
    height: auto;
    padding-right: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 900ms;
    -moz-transition: all ease 900ms;
    -webkit-transition: all ease 900ms;
    -o-transition: all ease 900ms;
}
.pbmit-portfolio-style-2:hover .pbminfotech-box-content-wrapper {
    visibility: visible;
    opacity: 1;
    left: 25px;
}
.pbmit-portfolio-style-2 {
    margin-bottom: 30px;
}
/** Style 3 **/
.pbmit-portfolio-style-3 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0;
}
.pbmit-portfolio-style-3 .pbmit-content-wrapper {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-8%);
    -moz-transform: translateX(0%) translateY(-8%);
    -ms-transform: translateX(0%) translateY(-8%);
    -o-transform: translateX(0%) translateY(-8%);
    transform: translateX(0%) translateY(-8%);
    left: 0;
    padding: 0 20px;
    text-align: center;
    width: 100%;
    height: 100%;
}
.pbmit-portfolio-style-3 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}
.pbmit-portfolio-style-3:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.pbmit-portfolio-style-3 h3.pbmit-portfolio-title {
    font-size: 24px;
    line-height: 28px;
}
.pbmit-portfolio-style-3 .pbmit-content-wrapper,
.pbmit-portfolio-style-3 .pbminfotech-content,
.pbmit-portfolio-style-3 .pbmit-link-icon {
    transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -webkit-transition: all ease 800ms;
    -o-transition: all ease 800ms;
}
.pbmit-portfolio-style-3:hover .pbminfotech-content {
    opacity: 1;
}
.pbmit-portfolio-style-3 h3.pbmit-portfolio-title a,
.pbmit-portfolio-style-3 .pbmit-port-cat a {
    color: #fff;
}
.pbmit-portfolio-style-3 .pbminfotech-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(140, 198, 63, 0.9);
    padding: 20px 40px 0 30px;
    opacity: 0;
    overflow: hidden;
}
.pbmit-portfolio-style-3 {
    margin-bottom: 30px;
}
.home3-section-project .swiper-button-next.swiper-button-next-1 {
    position: absolute;
    top: 51px;
    left: inherit;
    right: 84px;
    width: 53px;
    height: 53px;
    line-height: 60px;
    border-radius: 15px 0 0 0;
    background-color: #bbddb1;
}
.home3-section-project .swiper-button-prev.swiper-button-prev-1 {
    position: absolute;
    top: 52px;
    left: inherit;
    right: 14px;
    width: 53px;
    height: 53px;
    line-height: 60px;
    border-radius: 0 0 15px 0;
    background-color: rgb(89 135 30 / 90%);
}
.home3-section-project .swiper-buttons:hover .swiper-button-next:hover {
    background-color: var(--primary-color);
}
.home3-section-project .swiper-button-prev.swiper-button-prev-1:hover {
    background-color: var(--primary-color);
}
.home3-section-project .swiper-buttons .swiper-button-prev:hover:after {
    color: var(--pbmit-blackish-color);
}
.home3-section-project .pbmit-heading-subheading {
    padding-top: 40px;
}

.footer-bottom-section .footer-social {
    display: flex;
    align-items: center;
    justify-content: end;
}
