* {
    margin: 0;

    padding: 0;

    box-sizing: border-box;
}

@font-face {
    font-family: "DM Sans 18pt";

    src: url("../fonts/DMSans18pt-SemiBold.woff2") format("woff2"),
        url("../fonts/DMSans18pt-SemiBold.woff") format("woff");

    font-weight: 600;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: "DM Sans 18pt";

    src: url("../fonts/DMSans18pt-Medium.woff2") format("woff2"),
        url("../fonts/DMSans18pt-Medium.woff") format("woff");

    font-weight: 500;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: "DM Sans 18pt";

    src: url("../fonts/DMSans18pt-Regular.woff2") format("woff2"),
        url("../fonts/DMSans18pt-Regular.woff") format("woff");

    font-weight: normal;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: "Outfit";

    src: url("../fonts/Outfit-Regular.woff2") format("woff2"),
        url("../fonts/Outfit-Regular.woff") format("woff");

    font-weight: normal;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: "Outfit";

    src: url("../fonts/Outfit-SemiBold.woff2") format("woff2"),
        url("../fonts/Outfit-SemiBold.woff") format("woff");

    font-weight: 600;

    font-style: normal;

    font-display: swap;
}

@font-face {
    font-family: "Outfit";

    src: url("../fonts/Outfit-Medium.woff2") format("woff2"),
        url("../fonts/Outfit-Medium.woff") format("woff");

    font-weight: 500;

    font-style: normal;

    font-display: swap;
}

:root {
    --primary-color: #0096d6;
    --Secondary-color: #0096d6;
    --black-color: #000;
    --transition: 0.3s ease-in;
    --white-color: #fff;
}

dl,
ol,
ul {
    padding: 0;

    margin: 0;

    font-family: "Outfit";
}

li {
    list-style: none;

    font-family: "Outfit";
}

a {
    color: darkblue;

    text-decoration: none;

    font-family: "Outfit";
}

p,
li {
    font-family: "Outfit";
    font-size: 16px;
    color: #626262;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit";

    color: #000;
}

img {
    width: 100%;
}

.blog-text.mt-2 a.read {
    font-family: "Outfit";
    color: var(--Secondary-color);
    FONT-WEIGHT: 500;
}

.pad-bm {
    padding-bottom: 70px;
}

.pad-tb {
    padding-top: 70px;
}

.container {
    max-width: 1240px;
}

.header-img img {
    width: 100%;

    height: 640px;

    object-fit: cover;
}

.navbar-sec {
    overflow: auto;

    z-index: 9;
}

.navbar-sec {
    position: absolute;

    width: 100%;

    top: 4%;
}

.navbar-menu {
    background: white;

    width: 80%;

    clip-path: polygon(0 0, 100% 0%, 99% 100%, 0% 100%);

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 10px 55px 10px 30px;
}

.navber-list ul {
    display: flex;
}

.navber-list ul li {
    padding: 10px 20px;
}

.navbar-sec {
    overflow: auto;

    z-index: 9;
}

.navbar-menu img {
    width: 130px;
}

.sticky {
    position: fixed;

    top: 0;

    left: 0;

    z-index: 9999;

    animation: slidetop 0.8s ease-in;

    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

    background: white;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.Services-icon img {
    width: 75px;
}

.project-img img {
    width: 60%;
}

.footer_box img {
    width: 160px;
}

.navbar-menu {
    background: white;

    width: 80%;

    clip-path: polygon(0 0, 100% 0, 99% 100%, 0% 100%);

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 10px 55px 10px 30px;
}

.navbar-call a {
    color: white;

    font-size: 20px;

    margin: 0;

    padding: 0;

    font-weight: 600;
}

.navbar-call {
    background: var(--primary-color);

    width: 20%;

    clip-path: polygon(4% 0, 100% 0, 100% 100%, 0% 100%);

    overflow: hidden;

    display: grid;

    justify-items: center;

    align-items: center;
}

.navbar-call span {
    margin: 0;

    padding: 0;

    font-weight: 700;

    line-height: 0;

    margin-bottom: -20px;
}

.navber-list ul {
    display: flex;

    list-style-type: none;
    /* Remove default list styles */

    padding: 0;

    margin: 0;
}

.navber-list ul li {
    padding: 10px 20px;

    position: relative;
    /* Ensure dropdown positioning works correctly */
}

.navber-list ul li a {
    color: #000;

    font-size: 18px;
}

.navber-list ul li a:hover {
    color: var(--Secondary-color);
}

.header-box {
    position: relative;
}

.header-text {
    position: absolute;
    top: 36%;
    width: 62%;
}

.header-text h2 {
    font-size: 52px;

    color: white;

    margin: 16px 0px;
}

.header-text h5 {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.About-sec .abt {
    position: sticky;
    top: 10%;
}

.header-text p {
    font-size: 16px;

    color: white;

    font-size: 17px;
    margin-bottom: 0;
}

/* Define the button style */

.button {
    display: inline-block;

    padding: 10px 20px;

    font-size: 16px;

    text-align: center;

    text-decoration: none;

    background-color: var(--Secondary-color);

    color: #ffffff;

    border-radius: 5px;

    transition: background-color 0.3s ease;

    position: relative;

    overflow: hidden;
}

/* Define the animation */

.button::before {
    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(255, 255, 255, 0.2);

    transform: scaleX(0);

    transform-origin: 0 50%;

    transition: transform 0.3s ease;
}

/* Apply the animation on hover */

.button:hover::before {
    transform: scaleX(1);
}

/* Change the background color on hover */

.button:hover {
    background-color: var(--Secondary-color);
}

.About-text h6 {
/*     color: var(--Secondary-color); */
    text-transform: uppercase;
}

.About-text h2 {
    font-size: 42px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--Secondary-color);
}

.About-text {
    margin-left: 50px;
}

ul.About-list li {
    display: inline-block;

    width: 49%;

    font-weight: 700;

    font-size: 18px;
}

ul.About-list li i {
    color: var(--Secondary-color);

    font-size: 30px 20px;

    margin-right: 10px;
}

.services-box {
    /* background: var(--primary-color); */
    padding: 2px;
    transition: 0.4s;
    position: relative;
}

.footer-bottom p a{
    color: var(--white-color);
}

.services-2 {
    padding: 20px;
    height: 100%;
    min-height: 279px;
    border: 2px solid #0098d3;
}

.Services-icon img {
    padding-bottom: 20px;
    height: 87px;
    width: auto;
}

.services-2:hover {
    background: linear-gradient(38deg, rgb(0 0 0 / 67%) 30%, rgb(0 0 0 / 35%) 80%);
}

.services-2:hover .Services-icon img {
    filter: saturate(1.5);
}

.services-text h4 {
    color: var(--Secondary-color);
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.services-text a {
    color: var(--Secondary-color);
    display: flex;
    align-items: center;
    gap: 5px;
    FONT-WEIGHT: 600;
}

.services-2:hover .services-text a, .services-2:hover .services-text h4, .services-2:hover .services-text p {
    color: #fff;
}

.services-2:hover .services-text h4 {
    color: #ffffff;
}

.Services-sec {
    background-image: url(../images/BG.jpg);
    margin: 60px 0px;
    BACKGROUND-REPEAT: NO-REPEAT;
    BACKGROUND-SIZE: COVER;
}

.tab-sec ul#myTab li {
    width: 25%;
    padding: 0 4px;
}

.tab-sec ul#myTab li button {
    width: 100%;
    border: none !important;
    border-radius: 0px;
    border-left: 1px solid #e9e9e9 !important;
    background: #ecf9ff;
    font-size: 22px;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
}

.tab-box {
    margin-top: 50px;
}

.tab-sec ul#myTab li:active {
    /* background: var(--primary-color); */
}

.tab-sec ul#myTab li button.nav-link.active {
    color: var(--primary-color);
    background: #000;
}

.tab-img img {
    width: 90%;

    height: 360px;

    object-fit: cover;
}

.tab-img {
    text-align: end;
}

.tab-text h2 {
    font-size: 42px;
    font-weight: 600;
    color: var(--primary-color);
}

section.bg-imges-sec {
    background: url(../images/bg-imgae.jpg);

    background-position: center;

    background-repeat: no-repeat;

    text-align: center;

    background-size: cover;
}

.bg-main h2 {
    color: white;

    font-size: 42px;

    font-weight: 600;
}

.bg-main .button {
    background: white;

    color: black;
}

/*.wpcf7-form.init {*/
/*    padding: 60px 20px 20px;*/

/*    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/

/*    border-radius: 8px;*/

/*    background: #ffffff;*/
/*}*/

.form-box input {
    width: 100%;

    border: none;

    outline: none;

    padding: 10px;

    background: #f0f0f0;

    margin: 0 0 10px;

    border-radius: 1px;
}

.form-box textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    background: #f0f0f0;
    margin: 0 0 10px;
    border-radius: 1px;
    height: 100px;
    margin: 0;
}

.contect-sec {
    background-image: url(../images/contact.jpg);

    background-position: center;

    background-repeat: no-repeat;

    text-align: center;

    background-size: cover;

    position: relative;
}

.form-box {
    background: white;
    padding: 51px 61px 30px 61px;
    border-radius: 8px;
}

.form-box h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
}

.project-box {
    position: absolute;

    top: 10%;

    right: 0;

    width: 50%;
}

.project-boxer {
    background: #e9e9e9;

    padding: 50px;

    border-radius: 8px;
}

.project-boxer h3 {
    font-size: 32px;

    font-weight: 700;
}

ul.slick-dots li button {
    font-size: 0;

    border: 2px solid #b1b1b1;

    padding: 2px;

    border-radius: 50%;

    background-color: #b1b1b1;
}

ul.slick-dots {
    display: flex;

    gap: 10px;

    margin-top: 10px;
}

ul.slick-dots li.slick-active button {
    background-color: #b1b1b1;
}

section.testimonials-sec {
    background-image: url(../images/Testimonials-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    padding: 60px 0px 21px 0;
}

.textimonial-icon img {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    padding: 4px;
    border: 2px solid #000;
}

.testimonial-box {
    position: relative;

    margin: 7px !important;

    padding: 28px;
}

.testimonial-box:hover:after {
    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    background: url(../images/Testimonials-icon-img.png);

    top: 0;

    left: 0;

    background-size: 100% 100%;
}

.textimonial-text p {
    margin-top: 10px;
    color: #000000;
    margin-bottom: 37px;
}

button.slick-prev.slick-arrow {
    position: absolute;

    left: -48%;

    bottom: 40px;

    border: navajowhite;

    padding: 5px 10px;

    background: transparent;

    border: 2px solid white;

    color: white;

    border-radius: 50%;

    font-size: 21px;
}

button.slick-next.slick-arrow {
    position: absolute;

    left: -40%;

    bottom: 40px;

    border: navajowhite;

    padding: 5px 10px;

    background: transparent;

    border: 2px solid white;

    color: white;

    border-radius: 50%;

    font-size: 21px;
}

.blog-img img {
    width: 100%;

    height: 200px;

    object-fit: cover;
}

.blog-text span {
    color: var(--Secondary-color);
    font-weight: 500;
}

.blog-text h3 a {
    font-size: 24px;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-img img {
    border-radius: 8px;
}

section.footer-sec {
    background: black;
}

ul.footer_links li a {
    color: white;

    transition: 0.3s;
}

.footer_links li:before {
    position: absolute;
    content: "";
    /* background: url(../images/footer-list.png); */
    width: 11px;
    height: 13px;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 31% 52%);
    top: 6px;
    left: 0;
    background: var(--Secondary-color);
}

.footer_links li {
    position: relative;
    padding-left: 20px;
    margin-top: 6px;
    color: #fff;
}

.link-text {
    width: 95%;
}

.footer_contact li {
    display: flex;

    justify-content: space-between;

    /* align-items: center; */

    margin: 10px 0 8px;

    gap: 10px;
}

.footer_box h4 {
    color: var(--Secondary-color);
}

.footer_contact {
    padding: 0;
}

.link-text a {
    color: white;
}

.link-text h6 {
    color: white;
}

.link-text span {
    color: white;
}

.link-icon i {
    color: var(--Secondary-color);
}

.footer_icon ul {
    display: flex;

    justify-content: flex-start;

    padding: 0;
}

.footer_icon ul li a {
    display: grid;

    place-items: center;

    width: 35px;

    height: 35px;

    margin: 0 5px 0 0;

    font-size: 17px;

    color: var(--Secondary-color);

    /* background-color: var(--Secondary-color); */

    transition: all 0.5s;

    cursor: pointer;

    border-radius: 100%;

    border: 2px solid var(--Secondary-color);
}

.footer_box input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    width: 100%;
    padding-bottom: 10px;
    color: white;
}

input[type="submit"] {
    background: var(--primary-color);

    width: 100%;

    border-radius: 8px;

    border: none;

    padding: 6px;

    font-size: 18px;

    margin-top: 18px;
}

.footer_icon {
    margin-top: 19px;
}

.cont-box {
    width: 100%;
    height: 100%;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    padding: 30px;

    border-radius: 5px;

    background: #dddddd;

    transition: 0.4s;
}

.cont-box i {
    width: 50px;

    height: 50px;

    background: var(--primary-color);

    display: grid;

    place-content: center;

    color: #fff;

    font-size: 24px;

    border-radius: 5px;
}

.cont-box>div>div {
    padding-left: 14px;
}

.cont-box p {
    margin: 0;

    font-weight: 600;

    font-size: 14px;
}

.cont-box h3 {
    font-size: 24px;
}

.hr-sec {
    width: 100%;

    height: 1px;

    background: #ddd;

    margin: 10px 0px;
}

.cont-box a {
    color: #000;

    font-size: 15px;
}

form {/* padding: 30px 0px 10px; */border-radius: 10px;}

.contact-form .form-group label {
    color: #4e4e4e;
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 500;
    margin-top: 0;
}

.contact-form .form-group .form-control {
    height: 50px;

    color: #252525;

    border: 2px solid rgb(212, 212, 212);

    background-color: #fff;

    font-size: 15px;

    padding: 10px 20px;

    width: 100%;

    border-radius: 0;

    font-weight: 500;
}

.contact-map iframe {
    width: 96%;

    height: 645px;

    border-radius: 10px;
}

.inner-banner {
    position: relative;

    height: 360px;
}

.inner-banner:before {
    position: absolute;

    content: "";

    height: 360px;

    width: 100%;

    top: 0;

    left: 0;

    background: #00000083;
}

section.inner-banner img {
    width: 100%;

    height: 360px;

    object-fit: cover;
}

.inner-content {
    position: absolute;

    bottom: 34px;

    left: 50%;

    transform: translate(-50%, -50%);
}

.inner-content h2 {
    color: white;

    font-size: 3rem;
}

nav ol li {
    color: white;
}

nav ol li.breadcrumb-item a {
    color: var(--primary-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.title h2 {
    font-size: 42px;

    font-weight: bold;

    color: var(--Secondary-color);

    text-transform: capitalize;
}

.home-form input[type="submit"] {
    border: none;

    padding: 10px 40px;

    width: max-content;

    background: var(--primary-color);

    color: #fff;

    font-size: 18px;

    margin-top: 15px;

    margin-bottom: 0;

    border-radius: 5px;
}

.footer-bottom {
    background: black;

    padding: 10px;

    border-top: 1px solid var(--Secondary-color);

    margin-top: 0px;
}

.footer-bottom p {
    padding: 0;
    margin: 0;
}

.service-content {
    position: relative;

    padding: 30px 30px 20px 30px;
}

.service-details ul li {
    list-style: disc;
    margin-left: 2rem;
    /* margin-bottom: 1rem; */
    position: relative;
    padding-left: 21px;
    margin: 0;
    list-style: none;
}

.service-item {
    position: relative;
    margin-bottom: 25px;
    background: #ffffff;
    transition: all 0.5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 1;
    height: 95%;
}

.service-single-wrapper .col-xl-4.col-lg-4 {
    position: sticky;
    top: 15%;
}

.service-item:hover {
    transform: translateY(-10px);
}

.service-item:hover .service-img::before {
    transform: scale(1);
}

.service-img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.footer_box input[type="submit"] {
    background: var(--primary-color);

    color: white;

    margin-top: 17px;

    font-size: 18px;

    font-weight: 600;
}

.service-img::before {
    content: "";

    position: absolute;

    background: rgba(255, 255, 255, 0.3);

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    transition: all 0.4s ease-in-out;

    transform: scale(0);
}

.service-content {
    position: relative;
    padding: 52px 30px 20px 30px;
    background-color: var(--white-color);
    z-index: 9;
}

.service-title a {
    font-size: 25px;

    font-weight: 600;

    margin-bottom: 10px;

    color: var(--Secondary-color);

    letter-spacing: 1px;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.widget .category-list a:hover {
    padding-left: 20px;

    color: var(--Secondary-color);

    letter-spacing: 1px;
}

.widget {
    background: var(--primary-color);

    padding: 10px;

    margin-bottom: 30px;
}

.widget .widget-title {
    padding-bottom: 10px;

    margin-bottom: 6px;

    position: relative;

    font-size: 36px;

    color: rgb(255, 255, 255);
}

.widget .category-list a {
    display: block;
    padding: 10px 18px;
    font-weight: 500;
    /* border-bottom: 8px solid #2c2c2c; */
    color: #000000;
    transition: all 0.2s ease-in-out;
    background: #fff;
    border-radius: 0px;
    margin-bottom: 10px;
}

.widget .category-list a i {
    margin-right: 5px;

    color: var(--primary-color);
}

.service-details-img img {
    width: 100%;

    height: 400px;

    transition: all 0.5s ease-in-out;

    overflow: hidden;

    object-fit: cover;
}

ul.service-single-list li {
    color: #000000;
}

.service-single-list i {
    color: var(--primary-color);

    margin-right: 10px;
}

.service-details h3 {
    color: var(--Secondary-color);

    margin-top: 30px;
}

.guest-form {
    /* background: #04677c2b; */

    padding: 10px 16px;
}

.guest-form textarea {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #ffffff;
    margin: 0;
}

.guest-form h4 {
    font-size: 32px;

    color: #ededed;

    text-align: center;

    font-weight: 600;
}

.guest-form input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #ffffff;
    margin: 0;
}

input[type="submit"] {
    background: #000000;
    color: white;
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
}

.service-details-img:hover img {
    transform: scale(1.1);
}

.portfolio-sec::before {
    content: "";

    position: absolute;

    background-image: url(../images/03.png);

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    width: 100%;

    height: 100%;

    left: 0;

    bottom: 0;
}

.portfolio-slider .portfolio-item {
    margin-bottom: 0;
}

.portfolio-item {
    position: relative;

    width: 100%;

    margin: 5px;
}

.portfolio-img {
    height: 100%;
}

.portfolio-content {
    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    z-index: 1;
}

.portfolio-info a.portfolio-btn {
    display: none;
}

.portfolio-content:hover::before {
    transform: scaleX(1);
}

.portfolio-content::before {
    content: "";

    position: absolute;

    left: 0px;

    top: 0px;

    right: 0px;

    bottom: 0px;

    background: rgba(0, 0, 0, 0.5);

    transform: scaleX(0);

    transition: all 0.5s ease-in-out;

    z-index: -1;
}

.portfolio-content:hover::after {
    transform: scaleY(1);
}

.portfolio-content::after {
    content: "";

    position: absolute;

    left: 5px;

    top: 5px;

    right: 5px;

    bottom: 5px;

    border: 3px solid var(--white-color);

    transform: scaleY(0);

    transition: all 0.5s ease-in-out;

    z-index: -1;
}

.portfolio-btn {
    width: 50px;

    height: 50px;

    line-height: 50px;

    border-radius: 50px;

    background: var(--primary-color);

    color: var(--white-color);

    text-align: center;

    font-size: 20px;
}

.portfolio-subtitle {
    font-size: 14px;
    /* color: var(--white-color); */
    margin-bottom: 7px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.portfolio-subtitle span {
    color: var(--primary-color);
}

.portfolio-title {
    color: black;

    font-size: 20px;
}

.portfolio-content:hover .portfolio-info {
    opacity: 1;

    visibility: visible;

    bottom: 15px;
}

.portfolio-info {
    position: absolute;

    left: 15px;

    right: 15px;

    bottom: 0;

    background: var(--white-color);

    opacity: 0;

    visibility: hidden;

    padding: 10px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    transition: 0.3s;
}

.portfolio-box {
    margin: 10px;
}

.portfolio-img img {
    width: 100%;

    height: 400px;

    object-fit: cover;
}

.blog-box:hover .blog-text h3 a {
    font-size: 24px;
    color: var(--Secondary-color);
}

.blog-box:hover .blog-text span {
    color: #000;
}

section.profile-page .portfolio-item {
    position: relative;

    width: 100%;

    margin-bottom: 25px;
}

.blog-page .blog-box {
    background: var(--white-color);

    padding: 6px;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    border-radius: 6px;

    transition: 0.5s ease;
}

.blog-page .blog-text {
    padding: 20px;
}

.blog-page .blog-box:hover {
    background: var(--white-color);

    padding: 6px;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    border-radius: 6px;
}

.blog-page .blog-img {
    overflow: hidden;

    transition: 0.5s ease;
}

.blog-img {
    overflow: hidden;
}

.blog-box:hover .blog-img img {
    transform: scale(1.2);
}

.blog-img img {
    border-radius: 8px;

    transition: 0.5s ease;
}

section.Process {
    padding: 60px 0px;
    /* background: black; */
    background-image: url(../images/BG.jpg);
    margin: 60px 0px;
    BACKGROUND-REPEAT: NO-REPEAT;
    BACKGROUND-SIZE: COVER;
}

.process-box {
    text-align: center;

    position: relative;
}

.process-num {
    position: absolute;
    top: 0%;
    /* left: 19%; */
    z-index: 1;
    FONT-WEIGHT: 600;
    transition: 0.4s;
    background: var(--white-color);
    padding: 10px 14px;
    font-size: 20px;
    color: rgb(0, 0, 0);
    border-radius: 50%;
    right: 19%;
}

.process-img {
    background: var(--primary-color);

    padding: 20px;

    border-radius: 50%;

    width: 180px;

    margin: auto;

    position: relative;
}

.process-text h4 {
    font-size: 23px;

    margin-top: 20px;

    color: var(--Secondary-color);
}

.process-img img {
    padding: 20px;
}

.process-text p {
    color: #000000;
}

.contect-btn a {
    color: white;

    font-size: 24px;
}

.contect-btn h6 {
    font-size: 20px;

    margin: 0;
}

.contect-btn {
    background: var(--primary-color);
    width: 19%;
    padding: 10px;
    position: absolute;
    bottom: 16%;
    border-radius: 10px;
    animation: cc-calto-action-ripple;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    /* font-size: 2.2rem; */
    /* -webkit-animation: cc-calto-action-ripple 0.6s linear infinite; */
    /* animation: cc-calto-action-ripple 0.6s linear infinite; */
    border-radius: 0;
    border-left: 10px solid #266d94;
    border-right: 10px solid #266d94;
    border-top: 4px solid #266d94;
    border-bottom: 4px solid #266d94;
    box-shadow: #0a2c3e -10px 0px 3px, #0a2c3e 10px -1px 2px, #0a2c3e -10px 0px 3px, #0a2c3e 1px 5px 2px;
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(147, 196, 8, 0.2),
            0 0 0 0 rgba(147, 196, 8, 0.2), 0 0 0 5px rgba(147, 196, 8, 0.2),
            0 0 0 10px rgba(147, 196, 8, 0.2);

        box-shadow: 0 4px 10px rgba(147, 196, 8, 0.2),
            0 0 0 0 rgba(147, 196, 8, 0.2), 0 0 0 5px rgba(147, 196, 8, 0.2),
            0 0 0 10px rgba(147, 196, 8, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(147, 196, 8, 0.2),
            0 0 0 5px rgba(147, 196, 8, 0.2), 0 0 0 10px rgba(147, 196, 8, 0.2),
            0 0 0 20px rgba(34, 172, 55, 0);

        box-shadow: 0 4px 10px rgba(147, 196, 8, 0.2),
            0 0 0 5px rgba(147, 196, 8, 0.2), 0 0 0 10px rgba(147, 196, 8, 0.2),
            0 0 0 20px rgba(34, 172, 55, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(147, 196, 8, 0.2),
            0 0 0 0 rgba(147, 196, 8, 0.2), 0 0 0 5px rgba(147, 196, 8, 0.2),
            0 0 0 10px rgba(147, 196, 8, 0.2);

        box-shadow: 0 4px 10px rgba(147, 196, 8, 0.2),
            0 0 0 0 rgba(147, 196, 8, 0.2), 0 0 0 5px rgba(147, 196, 8, 0.2),
            0 0 0 10px rgba(147, 196, 8, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(147, 196, 8, 0.2),
            0 0 0 5px rgba(147, 196, 8, 0.2), 0 0 0 10px rgba(147, 196, 8, 0.2),
            0 0 0 20px rgba(34, 172, 55, 0);

        box-shadow: 0 4px 10px rgba(147, 196, 8, 0.2),
            0 0 0 5px rgba(147, 196, 8, 0.2), 0 0 0 10px rgba(147, 196, 8, 0.2),
            0 0 0 20px rgba(34, 172, 55, 0);
    }
}

.service-details-img.mb-30 {
    overflow: hidden;
}

.blog_box_cont {
    width: 100%;

    padding: 10px;

    border: 1px solid #b2b2b2;

    border-radius: 10px;
}

.blog_box_cont h4 {
    font-size: 25px;

    color: var(--Secondary-color);

    position: relative;

    display: inline-block;

    margin: 0;

    background: var(--primary-color);

    width: 100%;

    padding: 12px;

    border-radius: 10px;
}

.blog-link {
    width: 100%;

    margin: 20px 0 0 0;
}

.blog-link a {
    font-size: 22px;

    transition: all 0.5s;

    color: #dd1f26;
}

.blog_head {
    width: 100%;
}

.blog_head ul {
    padding: 0;

    display: inline-block;

    margin: 20px 0;
}

.blog_head ul li {
    display: inline-block;

    margin: 0 30px 0 0;

    color: #343434;

    font-size: 15px;
}

.detail_image {
    margin-bottom: 20px;
}

.blog_head ul li i {
    color: var(--Secondary-color);

    margin: 0 10px 0 0;
}

.recent-post {
    background-color: #f8f8f8;

    border-radius: 10px;

    padding: 35px 35px;
}

.recent-post h4 {
    font-size: 20px;

    margin-bottom: 40px;

    position: relative;
}

.recent-post h4::before {
    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: -18px;

    width: 100%;

    height: 4px;

    border-radius: 5px;

    background: rgba(196, 196, 196, 0.15);
}

.recent-post h4::after {
    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: -18px;

    width: 120px;

    height: 4px;

    background: var(--Secondary-color);

    border-radius: 30px;
}

.recent-post ul {
    padding-left: 0;

    margin-bottom: 0;

    list-style-type: none;
}

.recent-post ul li {
    position: relative;

    padding-left: 90px;

    margin-bottom: 26px;
}

.recent-post ul li .calender-icon {
    position: absolute;

    top: 10px;

    left: 0;

    width: 54px;

    height: 54px;

    border-radius: 50%;

    object-fit: cover;
}

.recent-post ul li .info span i {
    width: 14px;

    height: 14px;

    margin-top: -4px;

    color: var(--Secondary-color);
}

.recent-post ul li .info h5 {
    font-size: 14px;

    font-weight: 600;

    margin-top: 0px;

    margin-bottom: 0;

    line-height: 20px;

    margin: auto;

    color: #464646;
}

.About-img {
    overflow: hidden;
    position: relative;
    height: 400px;
}

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

.About-img img {
    transition: 0.5s;
    height: 400px;
    object-fit: cover;
}

ul.footer_links li a:hover {
    letter-spacing: 1px;
    color: var(--Secondary-color);
}

.footer_box input[type="submit"]:hover {
    COLOR: #000;
}

.footer_icon ul li a:hover {
    background: var(--Secondary-color);

    color: white;
}

button.slick-next.slick-arrow:hover {
    background: white;

    color: black;
}

button.slick-prev.slick-arrow:hover {
    background: white;

    color: black;
}

 .offcanvas .navbar-call{
     display: none;
    }

.services-box:hover {
    transform: translateY(-10px);
}

.cont-box:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    transform: translateY(-10px);
}

.process-box:hover .process-img {
    background: #000000;
}

.News-details-sec .col-lg-4.col-md-4.col-sm-12 {
    position: sticky;
    top: 14%;
}

.toggle-menu {
    display: none;
}
/* ------------new css 20/12/2024----------------- */
section.Services-inner .service-img {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 300px;
}
section.Services-inner .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}
section.Services-sec .services-box {
    /* background: var(--primary-color); */
    padding: 0px; !important
    transition: 0.4s;
    position: relative;
	overflow: hidden;
}
section.Services-sec .services-box{
	margin: 20px 0px;
}

section.bg-imges-sec p {
    color: #fff;
}
.nav-tabs {
    border: #ffffff;
    justify-content: center;
}

.Exp_content {
    position: absolute;
    bottom: 0;
    background: #000000;
    text-align: center;
    padding: 13px;
}

.Exp_content h4 {
    color: var(--Secondary-color);
    font-size: 53px;
    FONT-WEIGHT: 900;
    margin: 0;
    line-height: 44px;
}

.Exp_content p {
    margin: 0;
    color: #fff;
    font-size: 13px;
}
.services-box:hover .service-img img {
    opacity: 1;
}

.services-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.About-text ul {
    FONT-WEIGHT: 600;
    color: #eee;
}

.About-text ul li {
    /* width: 45%; */
    /* float: left; */
    position: relative;
    padding-left: 33px;
}

.About-text ul li:after {
    clip-path: polygon(84% 33%, 100% 50%, 29% 100%, 0 59%, 13% 39%, 34% 74%);
    width: 18px;
    height: 19px;
    top: 3px;
    content: "";
    left: 0;
    position: absolute;
    background: #0098d3;
}
section.testimonials-sec .About-text.text-start.m-0 {text-align: center !important;!i;!;}
section.profile {
    padding: 50px 0;
}

section.profile .project {
    position: relative;
    padding: 11px 0;
}

section.profile .project .project-detail {
    position: absolute;
    top: 0;
    text-align: center;
    background: #00000000;
    margin: 55px 45px;
    height: -webkit-fill-available;
    align-content: center;
    padding: 19px 32px;
    visibility: hidden;
    border-radius: 6px;
    overflow: hidden;
    transition: var(--transition);
}
section.testimonials-sec .About-text.text-start.m-0 h2.text-white.fs-2 {
    color: var(--Secondary-color) !important;!i;!;
}

.testimonial-box .text-start h6 {
    color: rgb(0 152 211) !important;
}
section.profile .project .project-detail h4 {
    color: var(--primary-color);
    font-size: 22px;
    position: relative;
    margin-bottom: 22px;
}

section.profile .project .project-detail h4:after {
    content: "";
    width: 50%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 25%;
    top: 39px;
}
section.profile .project .project-detail p {
    line-height: unset;
    margin: 0;
}
section.profile .project:hover .project-detail {
    visibility: visible;
    background: #eee;
}
section.profile .project img {
    border-radius: 6px;
}
.content-area {
    align-items: center;
    justify-content: center;
    display: grid;
    margin-top: 7%;
    margin-bottom: 14%;
}

.content-area h2 {
    color: #fff;
    font-size: 40px;
    text-align: left;
}

.content-area p {
    text-align: left;
    font-size: 19px;
    color: #fff;
}
span.wpcf7-spinner {
    display: none;
}
::placeholder {
    COLOR: #FFF;
}
.form-box p {
    margin-bottom: 10px;
}
.blog-text.mt-2 a.read i {
    margin-left: 5px;
    font-size: 12px;
}
.process-box:hover .process-num {
    background: #0098d3;
    color: #fff;
    transform: translateY(-10px);
    top: 42%;
}
.blog-box:hover a.read {
 color: #000;
}
.process-box:hover .process-img img {
    /* filter: invert(1); */
}
.header-text h2 span {
    color: #0098d3;
}
.form-box input::placeholder, .form-box textarea::placeholder {
    color: #000;
}

.box
{
  font-family: 'droid sans', arial;
  font-size: 1.4em;
  color: #ffffff;
  height: auto;
  float:left;
  display: flex;
  text-align: center;
  margin-right: 1%;
  align-items: center;
}

.counter h4
{
  display: block;
  line-height: 100px;
  color: #ffffff;
  font-size: 3em;
  text-align: center;
  font-weight: bold;
  line-height: initial;
  text-align: left;
}

/*  flip icon  */


.counter .flip-card {
  background-color: #ffffff00;
  width: 77px;
  height: 77px;
  perspective: 1000px;
}

.counter .flip-card-inner {
  position: relative;
  width: 75px;
  height: 75px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.counter .flip-card:focus {
    outline: 0;
}

.counter .flip-card:hover .flip-card-inner,
.counter .flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.counter .flip-card-front,
.counter .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border=r: 50%;
  border=r: 50%;
  border=r: 50;
  border=r: 5;
  border-radius: 70%;
}

.counter .flip-card-front {
  background: linear-gradient(to left, #000000, #000000);
  color: #ffffff;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter .flip-card-back {
  background: linear-gradient(to left, #ffffff, #ffffff);
  color: #000000;
  transform: rotateY(180deg);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter .flip-card-front i, .counter .flip-card-back i {
    font-size: 26px;
}
section.bg-imges-sec.counter {
    padding: 70px 0;
}
.box-counter-content {
    font-size: 16px;
    text-align: left;
    margin-left: 24px;
}
.position-up {
    position: absolute;
    width: 43%;
    border: 5px solid #fff;
    overflow: hidden;
    right: 7px;
    bottom: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.service-details ul li:after {
    position: absolute;
    content: "";
    /* background: url(../images/footer-list.png); */
    width: 11px;
    height: 13px;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 31% 52%);
    top: 6px;
    left: 0;
    background: var(--Secondary-color);
}

.service-details ul {
    padding: 0;
    margin: 0;
}

.service-details h4 {
    margin: 11px 0;
}
.guest-form input::placeholder, .guest-form textarea::placeholder {
    color: #000;
}
section.Services-inner.pad-tb.pad-bm .Services-icon img {
    position: absolute;
    width: auto;
    height: 77px;
    z-index: 999999;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    background: #ffffff;
    border: 6px solid #fff;
    padding: 5px;
    top: -45px;
    /* border-radius: 50%; */
}
.contect-sec input.wpcf7-form-control.wpcf7-submit.has-spinner.button.mt-1 {
    WIDTH: AUTO;
    padding: 11px 29px;
    background: var(--Secondary-color);
}

/* The Modal (background) */
.profile .row:after {
  content: "";
  display: table;
  clear: both;
}

.profile .column {
  float: left;
  width: 25%;
  padding: 10px;
  display: flex;
}

/* The Modal (background) */
.profile .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.profile .modal-content {
  position: relative;
  background-color: #000000;
  margin: auto;
  padding: 0;
  width: 545px;
  max-width: 1200px;
}

/* The Close Button */
.profile .close {
  color: white;
  position: absolute;
  top: 10%;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.profile .close:hover,
.profile .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.profile .mySlides {
  display: none;
}

.profile .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.profile .prev,
.profile .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.profile .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.profile .prev:hover,
.profile .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.profile .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.profile .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
}

.profile .demo {
  opacity: 0.6;
}

.profile .active,
.profile .demo:hover {
  opacity: 1;
}

.profile img.hover-shadow {
  transition: 0.3s;
  object-fit: cover;
}
.profile .caption-container p {
    color: #fff;
}
.profile .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 1300px){
    .header-text {
    top: 27%;
    }
    .About-text {
    margin-left: 20px;
    }
        .header-text {
        top: 22%;
    }
    .header-text h2{
        font-size: 45px;
    }
    .About-text h2{
        font-size: 38px;
    }
    .form-box h2{
        font-size: 38px;
    }
    .contect-btn {
    left: 55px;
    }
}
@media (max-width: 1200px){
    .header-text {
    top: 35%;
    }
.tab-sec ul#myTab li button {
    font-size: 19px;
}
	.navber-list ul li {
		padding: 10px 12px;}
	
}

@media (max-width: 1140px){
	
	.cont-box .d-flex.align-items-center {
    flex-direction: column;
    align-items: center;
}
.cont-box>div>div {
    padding-left: 0;
    margin-top: 20px;
	text-align: center;
}
	
	
}


@media (max-width: 1100px){
   .header-text{
       width: 65%;
   }
       .About-text h2 {
        font-size: 36px;
    }
    .tab-text h2 {
    font-size: 36px;
    }
    .bg-main h2 {
    font-size: 35px;
    }
    .form-box {
    padding: 34px;
    }
    .navbar-menu{
        padding: 10px;
    }
}
@media (max-width: 1050px){
   .process-img{
       width: 130px;
   }
   .inner-content {
    width: 100%;
    text-align: center;
    }  
    .recent-post ul li {
    padding-left: 75px;
    }
    .recent-post ul li .calender-icon{
        position: unset;
        margin-bottom: 20px;
    }
        .recent-post ul li {
        display: flex;
        padding-left: 0;
        flex-direction: column;
    }
	.contect-btn {
    width: 28%;
}
}
@media (max-width: 1000px){
       .header-text {
        width: 80%;
    }
}
@media (max-width:991px){
       .toggle-menu {
        display: block;
        color: #fff;
        background: var(--primary-color);
        padding: 17px;
        border-radius: 4px;
    }
	.tab-sec ul#myTab li {
		width : 50%;
}

.content-area h2, .content-area p {
    text-align: center;
}
	.tab-sec ul#myTab li {
    width: 50%;
    margin-bottom: 11px;
}
    .navbar-menu {
        width: auto;
        margin-right: auto;
    }
    .navbar-sec .navber-list {
    display: none;
    }
    .toggle-menu i {
    font-size: 2rem;
    }
    .navbar-box.d-flex {
    align-items: center;
    }
        .navbar-call {
            margin-right: 22px;
        padding: 15px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .navbar-call span{
        margin-bottom: unset;
    }
        .offcanvas .navbar-menu .navber-list ul {
        flex-direction: column;
        align-items: start;
        width: 100%;
    }
    .offcanvas .navbar-menu .navber-list ul li {
    border-bottom: 1px solid #eee;
    width: 100%;
    }
    .offcanvas .navbar-menu .navber-list {
    width: 100%;
    }
    .About-sec .abt{
        position: unset;
    }
    .About-text {
        margin-top: 50px;
    }
    .services-box {
    margin-bottom: 25px;
    height: 94%;
    }
    .tab-box {
    margin-top: 34px;
}
    .tab-text h2 {
        font-size: 30px;
    }
    .tab-box > .row {
    flex-direction: column-reverse;
    gap: 22px;
}
.tab-img {
    text-align: center;
}
    .form-box {
        max-width: 800px;
        margin: 0 auto;
    }
        .contect-btn {
        position: unset;
        margin: 0 auto 50px auto;
        min-width: max-content;
    }
    .process-num{
        right: 35%;
    }
    .process-box{
        margin-bottom: 40px;
    }
    .About-sec.gg .About-img {
    width: 50%;
    margin: 0 auto;
}
.service-single-wrapper .col-xl-4.col-lg-4{
    position: unset;
}
.service-single-wrapper .col-xl-8.col-lg-8 {
    order: 0;
}
.service-single-wrapper .col-xl-4.col-lg-4{
    order: 1;
}
.blog-page .blog-box {
    margin-bottom: 20px;
}
.recent-post ul{
    display: flex;
    flex-wrap: wrap;
}
.recent-post ul li{
    width: 32%;
    margin-bottom: 20px;
}
.cont-box {
    height: auto;
    margin-bottom: 20px;
}
section.contact-form.pad-bm {
    padding-bottom: 0;
}
.contact-map iframe {
    height: 300px;
}
.offcanvas.offcanvas-start {
    z-index: 9999;
}

.footer_box {
    margin-bottom: 30px;
}
.navbar-call{
    min-width: max-content;
}
	
	.cont-box p {
    text-align: center;
}
	
}

@media (max-width:850px){
    .bg-main.w-75 {
    width: 100% !important;
}
.project-box{
    position: unset !important;
    width: 100%;
}
.project-img img {
    width: 100%;
}
.recent-post ul li{
    width: 48%;
}
}
@media (max-width:800px){
        .header-text h2 {
        font-size: 40px;
    }
        .header-text {
        width: 98%;
    }
        .About-text h2 {
        font-size: 32px;
    }
    .pad-tb, .pad-bm{
        padding: 50px 0;
    }
}
@media (max-width:768px){
     .tab-sec ul#myTab li button{
         font-size: 19px;
     }
     .form-box h2 {
    margin-bottom: 0;
}
}
@media (max-width:767px){
       .About-img img {
        max-height: 300px;
        object-fit: cover;
        object-position: top;
    }
    .services-2 {
    min-height: auto;
    }
    .Services-sec{
        margin: 0;
    }
    section.footer-sec {
    padding-bottom: 20px !important;
    }
        .process-num {
        right: 40%;
    }
    .blog-img img{
        height: auto;
    }
    .cont-box{
        text-align: center;
    }
        section.contact-form.pad-bm {
        padding: 0;
    }
    .service-img img{
        height: 100%A;
    }
    .blog-box {
    margin-bottom: 24px;
}
}

@media (max-width:600px){
    .header-img img{
        height: 600px;
    }
        .bg-main h2 {
        font-size: 30px;
    }
        .form-box h2 {
        font-size: 33px;
    }
        .form-box {
        padding: 25px;
    }
    .project-boxer{
        padding: 20px;
    }
    .About-img img{
        height: auto;
    }
    .inner-content h2 {
    font-size: 2.8rem;
    }
}

@media (max-width:575px){
        .inner-content h2 {
        font-size: 2.5rem;
    }
    .recent-post ul li{
        width: 100%;
    }
        .About-img img {
        max-height: 400px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 20px;
    }
    .tab-img img{
        width: 100%;
    }
}
@media (max-width:500px){
        .header-text h2 {
        font-size: 36px;
    }
        .About-text h2 {
        font-size: 30px;
    }
        .inner-content h2 {
        font-size: 2.2rem;
    }
    .About-text{
        margin-left: 0;
    }
	
	.tab-sec ul#myTab li button {
        font-size: 16px;
    }
	
	.nav-link {
    height: 80px;
}
	
}
@media (max-width:450px){
    .navbar-box .navbar-call {
    display: none;
    }
    .offcanvas .navbar-call {
    display: flex;
    }
    .project-boxer h3{
        font-size: 25px;
    }
    .About-sec.gg .About-img{
        width: 100%;
    }
}
@media (max-width:400px){
       .About-img img {
        max-height: max-content;
    }
    .toggle-menu{
        padding: 10px;
    }
        .toggle-menu i {
        font-size: 1.5rem;
    }
    .service-content {
        padding: 20px;
    }
    .widget{
        padding: 0;
    }
    .About-text{
        padding-top: 0;
    }
        .inner-content h2 {
        font-size: 2rem;
    }
	
	.tab-sec ul#myTab li button {
        font-size: 15px;
    }
	
	.service-content {
    padding: 30px 30px 20px 30px;
}

section.Services-inner.pad-tb.pad-bm .Services-icon img {
    top: -66px;
}
	
}
@media (max-width:350px){
       .header-text h2 {
        font-size: 30px;
    }
    .About-text{
        margin-top: 0;
    }
}
.service-item .service-content h3.service-title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #0098d6;
}
        #map {
            height: 500px;
            width: 100%;
        }
