figure {
    margin: 0;
}

body {
    font-family: 'open sans';
    overflow-x: hidden;
    box-sizing: border-box;

}

h2 {
    font-size: 24px;
    font-weight: 600;
}

img {
    max-width: 100%;
}

button {
    width: 175px;
    height: 45px;
    border-radius: 20px;
    background: #3970a7;
    color: #FFF;
    border: none;
    font-size: 20px;
    font-weight: 600;
}

.btn-8 {
    background-color: #3970a7;
    background-image: linear-gradient(315deg, #f0ecfc 0%, #3970a7 74%);
    line-height: 42px;
    padding: 0;
    border: none;
}

.btn-8 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-8:before,
.btn-8:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #c797eb;
    /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
                -4px -4px 6px 0 rgba(116, 125, 136, .2), 
      inset -4px -4px 6px 0 rgba(255,255,255,.5),
      inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
    transition: all 0.3s ease;
}

.btn-8:hover:after {
    width: 100%;
}

.btn-8:hover {
    border: 2px solid #3970a7;
    background: #fff;
    color: #3970a7;
    transition: all 0.3s ease;

}


/* fixed icons */
.fixed-icon .fixewp {
    background: #9db2c3;
    bottom: 42px;
}

.fixed-icon a {
    font-weight: 500;
    font-size: 24px;
    position: fixed;
    left: 0px;
    color: #fff !important;
    text-align: right;
    padding: 0px 20px 0px 0px;
    border-radius: 0 30px 30px 0px;
    display: inline-block;
    z-index: 1111;
    transition: all .5s ease-in-out;
    text-decoration: none !important;
    bottom: 110px;
    text-transform: capitalize;
    height: 50px;
    width: 70px;
    line-height: 48px;
}

.fixed-icon .quckqct {
    background: #9db2c3;
}

.fixed-icon img {
    width: 35px;
}

#navbar_stick {
    position: sticky;
    top: 0;
    overflow: hidden;
    background-color: #fff;
}

.navbar {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.navbar-nav .nav-item {
    position: relative;
    font-size: 20px;
}


.navbar-nav .nav-item .nav-link {
    transition: all 0.3s ease-in-out;
    justify-content: center;
    font-weight: 600;
    display: flex;
    font-size: 22px;
    color: var(--white);
    text-transform: capitalize;
}

/* .navbar-nav .nav-item:hover {
    background-color: #f8f9fa;
}

.navbar-nav .nav-item:hover .nav-link {
    padding-left: 30px;
    padding-right: 30px;
} */
.navbar-expand-lg .navbar-nav {
    align-items: center;
    justify-content: center;
}

.navbar-nav .nav-item ol {
    display: none;
    position: absolute;
    background: white;
    padding: 10px;
    list-style: none;
    left: 0;
    top: 100%;
    width: 150px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    width: 20%;

}

.navbar-brand .logo {
    width: 110px;
    height: 80px;

}

.navbar-nav .nav-item:hover ol {
    display: block;
}

.navbar-nav .nav-item .nav-link:last-child {
    padding-right: 20px;
}

/* .navbar button {
    width: 175px;
    height: 45px;
    border-radius: 20px;
    background: #3970a7;
    color: #FFF;
    border: none;
    font-size: 20px;
    font-weight: 600;
} */


/* home page css */
/* banner section */
.banner {
    background-image: url('images/banner.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    animation-delay: 10s;
    padding: 100px 0;
}

.banner .banner_content {
    display: flex;
    align-items: center;
}

.banner_text {
    width: 70%;
}

.banner p {
    color: #fff;
    font-size: 20px;
    padding: 20px 20px;
    font-weight: 500;
    background: transparent;
    filter: drop-shadow(2px 4px 6px black);
}

.banner a button {
    margin: 0 20px;
    font-size: 28px;
    background: transparent;
    border: 2px solid #fff;
    filter: drop-shadow(2px 4px 6px black);
    color: #fff;
    border-radius: 15px;
    font-weight: 700;

}

.banner h1 {
    filter: drop-shadow(2px 4px 6px black);
    margin: 0;
    font-size: 48px;
    color: #fff;
    padding: 0 10px;
    font-weight: 500;
    border-left: 5px solid #fff;
}

/* about_us section */
.about_us {
    margin: 60px 0 0px 0;
    overflow-x: hidden;
}

.about_us button {
    width: 175px;
    height: 45px;
    border-radius: 20px;
    color: #FFF;
    border: none;
    font-size: 20px;
    font-weight: 600;
}


.about_us .text {
    text-align: center;
}

.about_us i img {
    width: 40px;
}

.about_us h3 {
    font-size: 24px;
    font-weight: 600;
}

.about_us .inner_box {
    display: flex;
    align-items: center;
}

.about_text {
    width: 50%;
}

.about_image {
    display: flex;
    justify-content: end;
    width: 50%;
}

.about_us h2 {
    color: #4c5660;
    font-size: 30px;
    font-weight: 700;
}


.about_us .about_text p {
    font-size: 16px;
    padding: 0;
}


.about_home {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.about_us .about_image img {
    vertical-align: middle;
    width: 400px;
    height: 400px;
    border-radius: 35px;
}

.about_home img {
    width: 320px;
    margin: 20px;
    border: 2px solid #d6d5d5;
    height: 320px;
    border-radius: 20px;
}

.about_banner {
    background-image: url('images/about_us/banner.avif');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    animation-delay: 10s;
    padding: 150px 0;
}

.about_banner .banner_content {
    display: flex;
    align-items: center;
}

.about_banner .banner_text {
    width: 70%;
}

.about_banner p {
    color: #fff;
    font-size: 20px;
    padding: 20px 10px;
    font-weight: 500;
    background: transparent;
    filter: drop-shadow(2px 4px 6px black);
}

.about_banner a button {
    margin: 0 10px;
    font-size: 28px;
    background: transparent;
    border: 2px solid #fff;
    filter: drop-shadow(2px 4px 6px black);
    color: #fff;
    border-radius: 15px;
    font-weight: 700;

}

.about_banner h1 {
    filter: drop-shadow(2px 4px 6px black);
    margin: 0;
    font-size: 48px;
    color: #fff;
    padding: 0 10px;
    font-weight: 500;
    border-left: 5px solid #fff;
}

.background {
    margin: 70px 0;
}

.our_client_section {
    margin: 60px 0 40px 0;
}

.background .bg_content {
    display: flex;
    align-items: center;
}

.background .bg_content .bg_text {
    width: 50%;
}

.background .bg_content .bg_text h2 {
    display: flex;
    align-items: center;
}

.bg_text h2 img {
    margin: 0 10px 0 0;
}

.background figure {
    width: 50%;
}

.background .bg_content p {
    font-size: 18px;
    text-align: justify;
}

.background .bg_content ul {
    margin: 0;
}

.certifications h2 img {
    width: 60px;
}

.certifications h2 {
    text-align: center;
}

.certifications {
    margin: 50px 0;
    border: 1px solid #d6d5d5;
    border-radius: 12px;
    padding: 30px 0;
}

/* our core values */
.core_section {
    width: 100%;
    height: auto;
    border-radius: 14px;
    border: 1px solid #d6d5d5;
    padding: 50px 60px;
}

.core_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.core_content-text {
    color: #4779b6;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

.core_trust {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 62px 10px;
    text-align: center;

}

.core_trust em {
    min-height: 60px;
    max-height: 60px;
}

.core_value h2 {
    font-size: 26px;
    text-align: center;
}

.core_value h5 {
    font-size: 20px;
    font-weight: 700;
}

.core_trust p {
    font-size: 17px;
    color: #585858;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;

}

.founder {
    margin: 50px 0;
    border: 1px solid #d6d5d5;
    border-radius: 12px;
    padding: 30px 20px;
}

.founder h2 img {
    width: 60px;
}

.founder h3 {
    font-size: 28px;
    font-weight: 600;
}

/* why choose us */
.why_us p {
    font-size: 18px;
}

.why_us .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.why_us .text {
    width: 40%;
}

.why_us a {
    width: 45%;
    text-align: end;
}

.why_us .choose {
    display: flex;
}

.why_us .choose_points {
    width: 43%;
}

.why_us .image {
    width: 50%;
}

.why_us .line {
    display: flex;
    background: linear-gradient(90deg, rgba(57, 112, 167, 1) 0%, rgba(145, 211, 223, 1) 50%, rgba(57, 112, 167, 0.6) 100%);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 20px;
    position: relative;
    right: -75px;
    margin: 58px 0 5px 0;

}

.why_us .image img {
    position: relative;
    width: 300px;
}

.why_us .line img {
    width: 70px;
    margin: 0 10px;
    filter: drop-shadow(2px 4px 6px black);
}

.why_us h3 {
    font-size: 28px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    filter: drop-shadow(2px 4px 6px black);
}

.why_us h2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.why_us h2 img {
    width: 40px;
    margin-right: 10px;

}

.why_us_point {
    width: 46%;
    background-color: #dcdef22e;
    border-radius: 20px;
    margin: 10px;
    padding: 20px;
    border: 1px solid #3970a7;
}

.why_us_outer {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.why_us h4 {
    font-size: 22px;
    font-weight: 600;
}

.why_us .why_us_point img {
    width: 40px;
}

.why_us .why_us_point p {
    font-size: 14px;
    margin: 0;

}

/* how we work */
.work {
    position: relative;
    top:62px;
}

.work .text {
    background: #fff;
    text-align: center;
    padding: 0 0 35px 0;
}

.list {
    height: 200px;
    position: relative;
    top: 85px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.list li {
    list-style-type: none;
    width: 350px;
    height: 350px;
    opacity: 0.25;
    position: absolute;
    left: 45%;
    margin-left: -100px;
    border-radius: 24px;
    background: #8169a5;
    transition: transform 1s, opacity 1s;
    border: 2px solid #9c89b8;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 4px 2px,
        rgba(0, 0, 0, 0.07) 0px 12px 6px -1px,
        rgba(0, 0, 0, 0.17) 0px 9px 17px 2px;
}

.list .act {
    opacity: 1;
    padding: 20px;
    background: #4c5660;
    color: #9cb1c2;
    font-size: 18px;
    overflow: hidden;
}

.list .prev,
.list .next {
    cursor: pointer;
}

.list .prev {
    transform: translateX(-366px) scale(0.85);
    padding: 20px;
    background: #4c5660;
    color: #9cb1c2;
    font-size: 18px;
    overflow: hidden;
}

.list .next {
    transform: translateX(366px) scale(0.85);
    padding: 20px;
    background: #4c5660;
    color: #9cb1c2;
    font-size: 18px;
    overflow: hidden;
}

.list .hide {
    transform: translateX(-420px) scale(0.85);
}

.list .new-next {
    transform: translateX(420px) scale(0.85);
}

.list .hide,
.list .new-next {
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s;
}

.work i img {
    width: 40px;
}

.work h3 {
    font-size: 24px;
    font-weight: 600;
}

.work button {
    background-color: transparent;
    border: none;
    width: 40px;
}

/* pipeline we used */
.pipeline {
    background: #f9f9fd;
    margin: 40px;
    padding: 20px 0;
    border-radius: 30px;
    filter: drop-shadow(2px 0px 5px #3970a7);
}

.pipeline .text {
    text-align: center;
}

.pipeline i img {
    width: 40px;
}

.pipeline h2 {
    margin: 10px 0 0 0;
}

.pipeline h3 {
    font-size: 24px;
    font-weight: 600;
}

.pipeline .block {
    width: 30%;
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    margin: 10px;
    border: 1px solid #3970a7;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

.pipeline .block:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.pipeline .block img {
    width: 300px;
    height: 215px;
    border-radius: 20px;
}

.pipeline .block_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


/*  what we do*/
.what_We_do .text {
    text-align: center;
    margin: 40px 0;
}

.what_We_do i img {
    width: 40px;
}

.what_We_do h3 {
    font-size: 24px;
    font-weight: 600;
    padding: 12px 0 0 0;
}
.what_We_do .text p{
    padding: 0px 294px;
}
.what_We_do .box .sub_box img{
    width: 70px;
}
.what_We_do .box{
    display: flex;
    gap: 110px;
}
.what_We_do .sub_box{
    text-align: center;
    border: 1px solid #97b3d1;
    padding: 20px 20px;
    border-radius: 20px;
    width: 400px;
}
.what_We_do h4{
    margin: 0;
    font-size: 25px;
}
.what_We_do{
    margin: 0 0 70px 0;
}
/* contact us form */
.list-unstyled {
    text-transform: capitalize;
}

.form-label {
    font-size: 16px;
    font-weight: 600;
}

.contact .text {
    text-align: center;
    margin: 40px 0;
}

.contact i img {
    width: 40px;
}

.contact h3 {
    font-size: 24px;
    font-weight: 600;
}

.contact .contact-container {
    display: flex;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    width: 100%;
    flex-direction: column;
    padding: 40px;
}

.contact .box {
    display: flex;
    align-items: center;
}

.contact h2 {
    color: #ff6584;
    text-align: center;
    margin-bottom: 20px;
}

.contact .btn-custom {
    background: #4c5660;
    border: none;
    transition: 0.3s;
    color: white;
    font-weight: bold;
}

.contact .btn-custom:hover {
    background-color: #4c5660;
    color: #fff;
}

.button_width {
    width: 100%;
    text-align: end;
}

/* faq started */
.faq .text {
    text-align: center;
    padding: 0 0 20px 0;
}

.faq i img {
    width: 40px;
}

.faq h3 {
    font-size: 24px;
    font-weight: 600;
}

.faq-section {
    max-width: 800px;
    margin: 75px auto 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(76 86 96);
    ;
    backdrop-filter: blur(5px);

}

.faq .abc img {
    width: 22px;
}

.accordion-button {
    background-color: #4c5660;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.accordion-button::after {
    filter: invert(1);
}

.accordion-button:hover {
    background-color: #4c5660;
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
    background-color: #4c5660;
    color: #fff;
}

.accordion-button .icon {
    margin-right: 10px;
    font-size: 20px;
}

.accordion-body {
    background-color: #9db2c352;
    color: #333;
    font-size: 16px;
    border-radius: 8px;
    padding: 20px;
}

.accordion-item {
    margin-bottom: 15px;
    border-radius: 10px;
}

.accordion-header {
    cursor: pointer;
}

.accordion-body ul {
    list-style: none;
    padding: 0;
}

.accordion-body li {
    margin-bottom: 10px;
}

/* equipment we use */
.equipment {

    display: flex;
    align-items: center;
}

.equipment .text {
    text-align: left;
    padding: 0 0 20px 0;
}

.equipment .text p {
    font-size: 18px;
}

.equipment i img {
    width: 40px;
}

.equipment h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.holderCircle {
    width: 100%;
    height: 500px;
    border-radius: 100%;
    margin: 0px auto;
    position: relative;
}


.main-container {
    min-height: 100vh;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 560px;
    overflow: hidden;
}

.main {
    margin: 0px auto;
    width: 480px;
    height: 480px;
    position: relative;
}

.big-circle {
    height: 100%;
    width: 100%;
    position: relative;
    border: 3px solid #6495f2;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    animation: Rotate 20s linear infinite;
    -webkit-animation: Rotate 20s linear infinite;
}

.icon-block {
    width: 64px;
    height: 64px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    -webkit-background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%);
    box-shadow: 0 2px 4px 0 #3e5ada;
    -webkit-box-shadow: 0 2px 4px 0 #3e5ada;
}

.icon-block img {
    margin: 0px auto;
    width: 86%;
    animation: Rotate-reverse 20s linear infinite;
    -webkit-animation: Rotate-reverse 20s linear infinite;
}

.icon-block:first-child {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.icon-block:nth-child(2) {
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
}

.icon-block:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
}

.icon-block:nth-child(4) {
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

/* circle content */
.circle {
    animation: circle-rotate 20s linear infinite;
    -webkit-animation: circle-rotate 20s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    width: 75%;
    height: 75%;
    border: 3px solid #6495f2;
    border-radius: 50%;
}

.circle .icon-block img {
    animation: img-rotate 20s linear infinite;
    -webkit-animation: img-rotate 20s linear infinite;
}

/* center logo */
.center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.center-logo img {
    max-width: 200px;
}

/* keyframe animation */

@keyframes Rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes Rotate-reverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes Rotate-reverse {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes circle-rotate {
    from {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(405deg);
    }
}

@-webkit-keyframes circle-rotate {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(405deg);
    }
}

@keyframes img-rotate {
    from {
        transform: rotate(-45deg);
    }

    to {
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes img-rotate {
    from {
        -webkit-transform: rotate(-45deg);
    }

    to {
        -webkit-transform: rotate(-405deg);
    }
}

/* footer */

:root {
    --light-blue: #e3f2fd;
    --primary-blue: #2196F3;
}

.custom-footer {
    background: #4c5660;
    font-size: 20px;
    color: #ffffff;
    padding: 0 0 40px 0;
    margin-top: 40px;
}

footer li a {
    margin: -4px 10px;
    color: #fff;
    text-decoration: none;
    font-style: normal;
}
footer li a:hover{
color:#0d6efd;
text-decoration: underline;
}
footer li .align {
    display: flex;
}

footer .gap {
    margin: 0px;
}

.contact_footer {
    top: 0
}

footer .space {
    padding-left: 10px;
}

footer .newsletter-form button {
    width: 50px;
}

footer .btn-scroll-top {
    width: 50px;
}

.footer-heading {
    color: #fff !important;
    font-size: 1.1rem;
    border-bottom: 2px solid #fff;
    display: inline-block;
    padding-bottom: 0.3rem;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    color: #fff;
}

.footer-link {
    color: #fff !important;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: var(--primary-blue) !important;
    transform: translateX(5px);
}

.footer-link:hover .link-icon {
    opacity: 1;
    margin-left: 8px;
}

.social-link {
    color: #fff !important;
    margin-right: 1rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    color: var(--primary-blue) !important;
    transform: translateY(-3px);
}

.btn-scroll-top {
    border: none;
    background: none;
    color: var(--primary-blue);
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.btn-scroll-top:hover {
    transform: scale(1.1);
}

.newsletter-form .form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

.hover-text-success {
    transition: all 0.3s ease;
}

.hover-text-success:hover {
    color: #28a745 !important;
    transform: translateY(-1px);
}

/* responsive for mobile */
@media (max-width: 767px) {
    .banner {
        width: 100%;
        overflow-x: hidden;
        padding: 20px 0;
    }

    .contact_us_2 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
        width: 100%;
    }

    .about_us {
        margin: 35px 0 0;
    }

    .fixed-icon {
        display: none;
    }

    .banner h1 {
        font-size: 40px;
    }

    .banner .banner_content {
        display: block;
        padding: 30px 10px;
    }

    .banner_text {
        width: 100%;
    }

    .banner .banner_image {
        width: 100%;
        margin: 10px 0;
    }

    .about_banner {
        margin: 10px 0;
        padding: 20px 0;
    }

    .about_banner h1 {
        font-size: 44px;
    }

    .about_banner .banner_content {
        display: block;
        padding: 30px 10px;
    }

    .about_banner .banner_text {
        width: 100%;
    }

    .background figure {
        width: 100%;
    }

    .background .bg_content {
        display: block;
    }

    .about_banner .banner_image {
        width: 100%;
        margin: 10px 0;
    }

    .about_us .inner_box {
        display: block;
    }

    .about_text {
        width: 100%;
    }

    .about_image {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 25px 0;
    }

    .about_us .about_image img {
        width: 100%;
        max-width: 350px;
        height: auto;

    }

    button {
        font-size: 16px;
    }

    .about_us h2 {
        font-size: 24px;
    }

    .about_us .about_text p {
        font-size: 16px;
        padding: 7px 0;
    }


    .list {
        left: 38%;
    }

    .equipment .text p {
        font-size: 16px;
        padding: 0;
    }




    .equipment img {
        width: 100%;
    }

    .equipment .content_box {
        width: 100%;
        padding: 10px 0;
    }

    .equipment .content_box figure {
        width: 50%;
    }

    .equipment h4 {
        font-size: 40px;
        width: 50%;
    }

    .button_width {
        text-align: center;
    }

    .contact .box figure {
        display: none;
    }

    .custom-footer {
        text-align: center;
    }

    .work .list li.hide {
        display: none !important;
    }

    .work {
        display: none;
    }

    .equipment {
        display: block;
        margin: 35px 0 0;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .why_us {
        overflow-x: hidden;
    }

    .circle {
        top: 2%;
        left: 50%;
        width: 47%;
        height: 45%;
    }

    .big-circle {
        height: 82%;
        width: 92%;
        border: 3px solid #6495f2;
        border-radius: 58%;
        top: -38%;
        right: -13px;
    }

    .contact {
        margin: 20px 0;
        overflow-x: hidden;
    }

    .why_us_outer {
        width: 100%;
    }

    h2 .accordion-button {
        font-size: 13px;
    }

    .accordion-body {
        font-size: 12px;
    }

    .navbar-expand-lg .navbar-nav {
        margin: 15px 0;
    }

    .why_us .text {
        width: 100%;
    }

    footer li .align {
        display: block;
    }

    .main-container {
        min-height: 0;
        display: flex;
        height: 111px;
        margin: 400px 0 8px;
        overflow: initial;
    }

    .why_us h4 {
        font-size: 18px;
    }

    .why_us .why_us_point p {
        font-size: 13px;
    }

    .why_us_point {
        width: 44%;
    }

    .why_us .content {
        display: block;
    }

    .faq-section {
        margin: 35px 0;
        overflow-x: hidden;
    }

    .custom-footer {
        overflow-x: hidden;
        padding-bottom: 20px;
    }

    .list-unstyledabc {
        position: relative;
        left: 35%;
    }
}

.why_us {
    overflow-x: hidden;
    margin: 50px 0;
}

/* contact us pAGE */
.contact_us_2 {
    font-family: Nunito, sans-serif;
}

.contact_us_2 .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
}

.contact_us_2 .responsive-cell-block {
    min-height: 75px;
}

.contact_us_2 input:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
}

.contact_us_2 .container-block {
    min-height: 75px;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
}

.wk-desk-6 {
    width: 50%;
}

.contact_us_2 .submit-btn:hover {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
}

.contact_us_2 .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.contact_us_2 .responsive-container-block.big-container {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    position: relative;
    height: auto;
}

.contact_us_2 .responsive-container-block.container {
    position: static;
    min-height: 75px;
    flex-direction: column;
    z-index: 2;
    max-width: 800px;
    margin-top: 120px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}

.contact_us_2 .container-block.form-wrapper {
    background-color: white;
    max-width: 799px;
    text-align: center;
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.contact_us_2 .text-blk.contactus-head {
    font-size: 44px;
    line-height: 50px;
    font-weight: 900;
}

.contact_us_2 .text-blk.contactus-subhead {
    color: #9c9c9c;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}

.contact_us_2 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 26px;
    margin-left: 0px;
    min-height: 50px;
}

.contact_us_2 .input {
    width: 96%;
    height: 50px;
    padding-top: 1px;
    padding-right: 15px;
    padding-bottom: 1px;
    padding-left: 15px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
    color: black;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.contact_us_2 .textinput {
    width: 301%;
    min-height: 150px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.contact_us_2 .submit-btn {
    width: 98%;
    background-color: #4c5660;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: outset;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
}

.contact_us_2 .form-box {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.contact_us_2 .social-media-links {
    width: 250px;
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.contact_us_2 .link-img {
    width: 30px;
    height: 30px;
}

.contact_us_2 .text-blk.input-title {
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 18px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #4c5660;
    font-weight: 600;
}

.contact_us_2 ::placeholder {
    color: #2e2c2c;
}

.contact_us_2 .blueBG {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 300px;
    background-image: url('images/contact_banner.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* machinery page */
.machine_banner {
    background-image: url('images/machinery/banner.avif');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    animation-delay: 10s;
    padding: 150px 0;
}

.machine_banner .banner_content {
    display: flex;
    align-items: center;
}

.machine_banner .banner_text {
    width: 70%;
}

.machine_banner p {
    color: #fff;
    font-size: 20px;
    padding: 20px 20px;
    font-weight: 500;
    background: transparent;
    filter: drop-shadow(2px 4px 6px black);
}

.machine_banner a button {
    margin: 0 20px;
    font-size: 28px;
    background: transparent;
    border: 2px solid #fff;
    filter: drop-shadow(2px 4px 6px black);
    color: #fff;
    border-radius: 15px;
    font-weight: 700;

}

.machine_banner h1 {
    filter: drop-shadow(2px 4px 6px black);
    margin: 0;
    font-size: 48px;
    color: #fff;
    padding: 0 10px;
    font-weight: 500;
    border-left: 5px solid #fff;
}

.machine_pipeline {
    margin: 40px 0;
    padding: 20px 0;
}

.machine_pipeline .text {
    text-align: center;
}

.machine_pipeline i img {
    width: 40px;
}

.machine_pipeline h3 {
    font-size: 24px;
    font-weight: 600;
}

.machine_pipeline h2 {
    font-size: 32px;
    font-weight: 700;
}

.machine_pipeline .content .text {
    text-align: justify;
    padding: 0 70px;
    width: 50%;
}

.machine_pipeline .content p {
    font-size: 18px;
}

.machine_pipeline .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.machine_pipeline .content img {
    border-radius: 40px;
    width: 442px;
    height: 410px;
}

input.input::placeholder,
textarea.textinput::placeholder {
    color: #1a191978 !important;
}

/* services page  */
.services_banner {
    background-image: url('images/services/banner.avif');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    animation-delay: 10s;
    padding: 150px 0;
}

.services_banner .banner_content {
    display: flex;
    align-items: center;
}

.services_banner .banner_text {
    width: 70%;
}

.services_banner p {
    color: #000;
    font-size: 20px;
    padding: 20px 20px;
    font-weight: 500;
    background: transparent;
    filter: contrast(0.5);
}

.services_banner a button {
    margin: 0 20px;
    font-size: 28px;
    background: transparent;
    border: 2px solid #000;
    filter: contrast(0.5);
    color: #000;
    border-radius: 15px;
    font-weight: 700;

}

.services_banner h1 {
    filter: contrast(0.5);
    margin: 0;
    font-size: 48px;
    color: #000;
    padding: 0 10px;
    font-weight: 500;
    border-left: 5px solid #000;
}

/* equipment we use */

.machine_equipment {
    position: relative;
    top: 50px;
}

.machine_equipment .content_text {
    padding: 0 30px;
    width: 50%;
}

.machine_equipment .content_text p {
    font-size: 16px;
}

.machine_equipment .text {
    text-align: center;
    padding: 0 0 20px 0;
}

.machine_equipment .text p {
    padding: 0 245px;
    font-size: 18px;
}

.machine_equipment i img {
    width: 40px;
}

.machine_equipment h3 {
    font-size: 24px;
    font-weight: 600;
}

.machine_equipment img {
    width: 500px;
}

.machine_equipment .content_box {
    display: flex;
    align-items: center;
}

.machine_equipment h4 {
    font-size: 60px;
    width: 100%;
    text-align: center;
}

.machine_footer {
    margin-top: 90px;
}

/* our work */
.work_banner {
    background-image: url('images/our_work/banner.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    animation-delay: 10s;
    padding: 150px 0;
}

.work_banner .banner_content {
    display: flex;
    align-items: center;
}

.work_banner .banner_text {
    width: 70%;
}

.work_banner p {
    color: #fff;
    font-size: 20px;
    padding: 20px 20px;
    font-weight: 500;
    background: transparent;
    filter: drop-shadow(2px 4px 6px black);
}

.work_banner a button {
    margin: 0 20px;
    font-size: 28px;
    background: transparent;
    border: 2px solid #fff;
    filter: drop-shadow(2px 4px 6px black);
    color: #fff;
    border-radius: 15px;
    font-weight: 700;

}

.work_banner h1 {
    filter: drop-shadow(2px 4px 6px black);
    margin: 0;
    font-size: 48px;
    color: #fff;
    padding: 0 10px;
    font-weight: 500;
    border-left: 5px solid #fff;
}

.work_we_done p {
    padding: 0 250px;
}

.work_we_done .gallery {
    border: 1px solid #d6d5d5;
    border-radius: 20px;
    display: flex;
}

.work_we_done .gallery img {
    width: 341px;
    height: 320px;
    margin: 20px 15px;
    border-radius: 20px;
}


.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
  border: 1px solid #f0f0f2;
}
.post-slide .post-img {
     position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
    padding: 20px 30px;
}
.post-slide .post-img img {
  width: 12%;
  height: auto;
  margin: 10px;
}
.post-slide p{
    margin: 0;
}
.owl-nav{
    text-align: center;
    font-size: 50px;

}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

/* trusted */
.trusted_banner {
    background-image: url('images/trusted/banner.jpg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    animation-delay: 10s;
    padding: 150px 0;
}

.trusted_banner .banner_content {
    display: flex;
    align-items: center;
}

.trusted_banner .banner_text {
    width: 70%;
}

.trusted_banner p {
    color: #fff;
    font-size: 20px;
    padding: 20px 20px;
    font-weight: 500;
    background: transparent;
    filter: drop-shadow(2px 4px 6px black);
}

.trusted_banner a button {
    margin: 0 20px;
    font-size: 28px;
    background: transparent;
    border: 2px solid #fff;
    filter: drop-shadow(2px 4px 6px black);
    color: #fff;
    border-radius: 15px;
    font-weight: 700;

}

.trusted_banner h1 {
    filter: drop-shadow(2px 4px 6px black);
    margin: 0;
    font-size: 48px;
    color: #fff;
    padding: 0 10px;
    font-weight: 500;
    border-left: 5px solid #fff;
}

.trusted .about_image img {
    width: 520px;
}

.trusted_clients h2 img {
    width: 40px;
}

.trusted_clients h2 {
    text-align: center;
}

.trust {
    margin-bottom: 30px;
}

.trust_content {
    display: flex;

}

.machine_equipment .space {
    margin-bottom: 90px !important;
}

@media (max-width: 767px) {

    .contact_us_2 .textinput {
        width: 118%;
        box-sizing: border-box;
    }

    .contact_us_2 .text-blk.input-title {
        font-size: 17px;
    }

    .core_value h2 {
        font-size: 20px;
    }

    .machine_pipeline {
        margin: 10px 0 -35px;
    }

    .core_trust {
        padding: 20px 0;
    }

    .services_banner {
        margin: 10px 0;
        padding: 20px 0;
    }

    .services_banner p {
        filter: drop-shadow(2px 4px 6px black);
    }

    .services_banner h1 {
        font-size: 44px;
    }

    .services_banner .banner_content {
        display: block;
        padding: 30px 10px;
    }

    .services_banner .banner_text {
        width: 100%;
    }

    .services_banner .banner_image {
        width: 100%;
        margin: 10px 0;
    }

    .machine_banner {
        margin: 10px 0;
        padding: 20px 0;
    }

    .machine_banner h1 {
        font-size: 44px;
    }

    .machine_banner .banner_content {
        display: block;
        padding: 30px 10px;
    }

    .machine_banner .banner_text {
        width: 100%;
    }

    .machine_banner .banner_image {
        width: 100%;
        margin: 10px 0;
    }

    .work_banner {
        margin: 10px 0;
        padding: 20px 0;
    }

    .work_banner h1 {
        font-size: 44px;
    }

    .work_banner .banner_content {
        display: block;
        padding: 30px 10px;
    }

    .work_banner .banner_text {
        width: 100%;
    }

    .work_banner .banner_image {
        width: 100%;
        margin: 10px 0;
    }

    .trusted_banner {
        margin: 10px 0;
        padding: 20px 0;
    }

    .trusted_banner h1 {
        font-size: 44px;
    }

    .trusted_banner .banner_content {
        display: block;
        padding: 30px 10px;
    }

    .trusted_banner .banner_text {
        width: 100%;
    }

    .trusted_banner .banner_image {
        width: 100%;
        margin: 10px 0;
    }

    .machine_pipeline .content {
        margin: 20px 0;
        border: 2px solid #ede7f2;
        display: block;
        border-radius: 20px;
        padding: 10px;
    }

    .machine_pipeline h3 {
        font-size: 20px;
    }

    .why_us {
        margin: -45px 0;
    }

    .machine_pipeline .content .text {
        padding: 10px;
        width: 100%;
        overflow: hidden;
    }


    .machine_pipeline .content img {
        width: 100%;
        padding: 10px;
    }

    .machine_pipeline .content p {
        font-size: 14px;
    }

    .machine_pipeline h2 {
        font-size: 24px;
        text-align: left;
    }

    .machine_equipment .text p {
        padding: 0;
    }

    .machine_equipment .content_box {
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 31px 0;
        border: 2px solid #ede7f2;
        padding: 20px 0;
        border-radius: 20px;
    }

    .work_we_done p {
        padding: 0;
    }

    .work_we_done .gallery {
        flex-wrap: wrap;
    }

    .work_we_done .gallery img {
        width: 360px;
    }

    .background .bg_content .bg_text {
        width: 100%;
    }

    .machine_equipment .content_text {
        width: 100%;
    }

}