body {
    font-family: 'Roboto', sans-serif;
}


/* -------bg-color--------- */
.bg-color-01 {
    background-color: #fff !important;
}

.bg-color-02 {
    background-color: #132237 !important;
}

.bg-color-03 {
    background-color: #25A9B8 !important;
}

.logo-icon {
    background-color: #F8F8F8;
}

/* -------bg-color-end--------- */
/* -------t-color--------- */
.text-color-01 {
    color: #fff !important;
}

.text-color-02 {
    color: #132237 !important;
}

.text-color-03 {
    color: #25A9B8 !important;
}

.text-color-04 {
    color: #ADB2BA !important;
}

/*-------------------------slider --------------------------------------  */
.images1 {
    background-image: url(../img/bg-img-01.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.imgeshed h1 {
    color: #fff;
}

.imgeshed span {
    color: #ffc000;
}

.imgeshed p {
    color: #fff;
    font-size: 18px;
}


.imgeshed h6 a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.imgeshed h6 a:hover {
    color: #ffc000;
    border: none;
}


/*-------------------------slider --end------------------------------------  */
/*-------------------active------hover------------------- */
.active-0 {
    color: #25A9B8 !important;
    border-bottom: 1px solid #25A9B8 !important;
}

.active-1 {
    color: #fff !important;
    background-color: #25A9B8 !important;
}

.efficet:hover {
    color: #fff !important;
    background-color: #25A9B8 !important;
}

.active-2 {
    color: #25A9B8 !important;
    border-bottom: 1px solid #25A9B8 !important;
}

.active-3:hover {
    color: #25A9B8 !important;
}

.efficet-1:hover {
    color: #25A9B8 !important;
}

/*-------------------active------hover--end----------------- */

.border-color {
    border: 1px solid #132237;
}

.border-color-1 {
    border-left: 8px solid #25A9B8 !important;
    border-radius: 5px;
}

/* -------text-color-end--------- */
/* --------------btn------------- */
section#button-btn {
    display: inline-block;
    width: 100%;
}

.ksz {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.button {
    margin: 20px;
    float: left;
    position: relative;
    font-family: arial;
    text-transform: uppercase;
    cursor: pointer;
}

.label {
    padding: 10px;
    display: inline-block;
}

.a-tag {
    text-decoration: none !important;
}

.a-tag-1:hover {
    color: #25A9B8;
}

.sev-bg-img-01 {
    background-image: url(/img/sev-bg-01.svg);
    width: 100%;
    height: 88vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-btn {
    padding: 8px 18px 8px 18px;
    text-decoration: none;
}

.contact-btn:hover {
    border-color: #25A9B8 !important;
    transition: 1s;
}

.valuation {
    padding-top: 20%;
}

.v19 {
    .label {
        padding: 10px 30px;
        font-family: arial;
        font-size: 14px;
        display: inline-block;
        z-index: 10;
        position: relative;
        white-space: nowrap;
        line-height: 24px;
        transition: all 0.225s;
        transition-delay: 0.45s;
        letter-spacing: 2px;
    }

    &.button-start {
        .label {
            padding: 12px 65px;
        }
    }

    .icon2 {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.225s;
        transform: skew(-40deg, 0deg) scaleX(1);
        transition-delay: 0.45s;
        background-color: #132237;
        color: #25A9B8;
    }

    .ask-btn:hover {
        color: #132237;
        transition: 1s;
    }

    .icon {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.225s;
        transform: scale(0.9) skew(0deg, 0deg);
        transition-delay: 0.15s;

        &:before,
        &:after {
            width: 60px;
            opacity: 0;
            content: '';
            height: 1px;
            position: absolute;
            display: block;
            background: #25A9B8;
            transition: all 0.375s;
            transition-delay: 0.3s;
        }

        &:before {
            top: 0;
            left: calc(50% - 30px);
        }

        &:after {
            bottom: 0;
            right: calc(50% - 30px);
        }

        span {

            &:before,
            &:after {
                height: 0;
                transition-delay: 0s;
                content: '';
                background: #25A9B8;
                position: absolute;
                display: block;
                width: 2px;
                transition: all 0.225s;
            }

            &:before {
                left: 0;
                top: 0;
            }

            &:after {
                right: 0;
                bottom: 0;
            }
        }
    }

    &:hover {
        .icon {
            transform: skew(-40deg, 0deg);

            &:before,
            &:after {
                transition-delay: 0s;
                width: 30px;
                opacity: 1;
            }

            &:before {
                left: 0;
            }

            &:after {
                right: 0;
            }

            span {

                &:before,
                &:after {
                    height: 30px;
                    transition-delay: 0.45s;
                }
            }
        }

        .icon2 {
            transform: skew(-40deg, 0deg) scaleX(0.2);
            background: transparent;
            transition-delay: 0s;
            opacity: 0;
        }
    }

    &.white {
        &:hover {
            .label {
                color: #25A9B8;
                transition-delay: 0s;
            }
        }

        .icon2 {
            background: #fff;
            color: #25A9B8;
        }

        .icon {

            &:before,
            &:after {
                background: #25A9B8;
            }

            span {

                &:before,
                &:after {
                    background: #25A9B8;
                }
            }
        }
    }

    &.labelred {
        .label {
            color: #25A9B8;
        }
    }

    &.labelgray {
        .label {
            color: #25A9B8;
        }
    }

    &.transparent {
        float: none;
        display: inline-block;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);

        .label {
            color: #25A9B8;
            transition-delay: 0s;
        }

        .icon2 {
            background: transparent;
        }

        .icon {
            transform: scale(1) skew(10deg, 0deg);

            &:before,
            &:after {
                background: #132237;
            }

            span {

                &:before,
                &:after {
                    background: #132237;
                }
            }
        }

        &:hover {
            .icon {
                transform: scale(1) skew(-40deg, 0deg);
            }
        }
    }
}

.n-tab-active a {
    color: #25A9B8 !important
}

.staff h3 {
    background: #25A9B8;
    padding: 12px;
    margin-right: 0px !important;
}

.ry {
    padding-top: 80px;
    border-radius: 20px;
}

.ry1 {
    margin-top: 10rem !important;
}

.ry1 h4 {
    font-weight: 700 !important;
}

  .foot-option{
        margin-left: 1rem !important;
        
    }

/* --------------btn-end------------- */
/* --------------slider-------------- */
.intro {
    height: 90vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1rem;
}

.intro-slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    transition: opacity 0.5s ease-in-out;
}

.ceo h3 {
    margin-left: 45% !important;
    padding-left: 42px;
}

.from-input input {
    width: 90% !important;
    padding: 10px;
    background-color: #132237;
}

.from-input textarea {
    width: 96% !important;
    padding: 10px;
    background-color: #132237;
}

.from-input ::placeholder {
    color: #fff !important;
}

.from-input a {
    text-decoration: none;
}

.from-input a :hover {
    text-decoration: none !important;
}

/* .section-12 {
    padding-top: ;
} */

.three-box {
    border-right: 1px solid #cdcdcd;
}

/* --------------slider-end------------- */

.slideshow {
    position: relative;
}

#arrow-right i.fa {
    position: relative;
    right: -4px;
    top: -3px;
}

#arrow-right {
    right: 0;
}

.arrow:hover {
    background: white;
    color: black;
}

.slide2 .content {
    right: 100px;
}

.contact-form {
    animation: slideUp .5s;
    background-color: rgba(255, 255, 255, 0.7);
    border-top: 12px solid rgb(33, 51, 100);
    padding: 10px 30px 10px;
    width: 450px;
}

.contact-form h2 {
    color: rgb(33, 51, 100);
    font-size: 48px;
    margin-bottom: 20px;
}

.contact-form .wrapper {}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
  
}

form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

@keyframes slideUp {
    0% {
        transform: translateY(150px)
    }

    100% {
        transform: translateY(0px);
    }
}

.contact-form input,
.contact-form select,
textarea {
    margin-bottom: 20px;
    padding: 10px;
    resize: none;
}


@media (max-width: 900px) {
    .slide2 .content {
        right: 50%;
        transform: translate(50%, -50%);
    }

    .arrow {
        width: 70px;
        height: 70px;
        font-size: 50px;
    }
}

@media (max-width: 750px) {
    .content {
        font-size: 1.5rem;
    }

    .slide1 .content {
        max-width: 250px;
    }

    .contact-form {
        max-width: 300px;
    }

    .contact-form .box50 {
        width: 100%;
    }

    .arrow {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

@media (max-width: 450px) {
    .content {
        font-size: 1rem;
    }

    .contact-form {
        display: none;
    }

    .contact-form .box50 {
        width: 100%;
    }


}

.box50 {
    width: 45%;
}

.box100 {
    width: 100%;
}





.hide {
    display: none;
}

.tab-nav {
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid gainsboro;
}

.tab-nav ul {
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.tab-nav ul.show {
    display: block;
}

@media(min-width: 992px) {
    .tab-nav {
        max-width: 100%;
        border: 0;
    }

    .tab-nav ul {
        gap: 16px;
        flex-direction: row;
    }
}

.mobile-select {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    padding: 12px 16px;
    padding-right: 48px;
    cursor: pointer;
}

.mobile-select::after {
    content: '\f282';
    font-family: bootstrap-icons;
    display: inline-block;
    position: absolute;
    line-height: 1;
    right: 16px;
    top: 14px;
}

.mobile-select.active::after {
    transform: rotate(180deg);
}

@media(min-width: 992px) {
    .mobile-select {
        display: none;
    }

    .tab-nav ul {
        display: flex;
    }
}



/* ------------------------------------------------------------------------------- */

.bg-img1 {
    background-image: url(../img/all-page-bg-img.jpg);
    width: 100%;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.bg-img1 img {
    opacity: 20% !important;
}

.bg-img2 {
    background-image: url(../img/bg-img-2.jpg);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.bg-img2 img {
    opacity: 20% !important;
}

/* --------------------------------------------------------------- */
ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}



.text-center {
    text-align: center;
}


.hide {
    display: none;
}

.tab-nav {
    max-width: 300px;
    margin: 0 auto;
    border: 1px solid gainsboro;
}

.tab-nav button {
    width: 100%;
}

.tab-nav ul {
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.tab-nav ul.show {
    display: block;
}

.map-footer img{margin-bottom:20px; border-radius:20px}

.from-input input{width: 100% !important;}
 .input-0{padding: 10px !important;} 
.from-input textarea{border-radius: 10px !important;}



@media(min-width: 992px) {
    .tab-nav {
        max-width: 99%;
        border: 0;
    }

    .tab-nav ul {
        gap: 60px;
        flex-direction: row;
    }
}






.lbl {

    height: 38px !important;

}


.mobile-select {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    padding: 12px 16px;
    padding-right: 48px;
    cursor: pointer;
}

.mobile-select::after {
    content: '\f282';
    font-family: bootstrap-icons;
    display: inline-block;
    position: absolute;
    line-height: 1;
    right: 16px;
    top: 14px;
}

.mobile-select.active::after {
    transform: rotate(180deg);
}

@media(min-width: 992px) {
    .mobile-select {
        display: none;
    }

    .tab-nav ul {
        display: flex;
    }
}




/* ------------------------------------------------------------- */

.n-tab-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid $light-orange;
    text-align: left;
    text-align: center;

    &>.n-tab {
        display: inline-block;
        padding: 4px 8px;
        font-size: 24px;
        transition: background-color 0.1s ease;

        &>a {
            color: $light-grey;
            text-decoration: none;

        }
    }

    &>.n-tab.n-tab-active {
        background: $orange;
        border: 1px solid $light-orange;
        border-bottom: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;

        &>a {
            color: $white;
        }
    }
}

.n-tab-list-wrapper {
    & .n-tab-content {
        transition: opacity 800ms ease-out;
        opacity: 0;
        height: 0;
        overflow: hidden;
        text-align: left;
    }

    & .n-tab-content.n-tab-content-active {
        opacity: 1;
        height: auto;
    }
}

.n-links {
    margin: 0;
    padding: 0;

    &>li {
        position: relative;
        width: 100%;
        margin: 0;
    }
}


.Related-Services {
    height: 460px;
}

.btn-custom {
    background: #252837;
    color: #fff;
}

.btn-custom:hover {
    background: #25A9B8;
    color: #252837;
}





/* -----------------------about us-css------------------------------------------- */
.nav-link {
    font-family: 'Roboto';
    font-size: 16px !important;
}

.nav-link2 {
    margin-left: 60px !important;
}

.page-content {



    background: #fff;
    padding-bottom: 30px;
}

[data-tab-content] {
    display: none;
}

.active[data-tab-content] {
    display: block;
}

.tabs {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tab {
    flex: 1;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
    color: #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

.tab.active {
    color: #1babf9;
    border-bottom: 2px solid #1babf9;
}

.tab-li {
    flex: 1;
    margin-bottom: 0;
}

.tab-li a {
    font-weight: 600;
    text-align: center;

    cursor: pointer;
    padding: 10px 0;
    color: #000;
    border-bottom: 2px solid #cdcdcd;
    margin-bottom: 0.4rem;
    width: 100%;
    display: block;
}

.tab-li a.active {
    color: #25A9B8;
    border-bottom: 2px solid #25A9B8;

}

.tab-li a {
    text-decoration: none;
    white-space: nowrap;
    padding: 10px;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    display: block;
}

/* -------------------------number------------------------------- */

.number {
    padding: 0px 0px;
}

.number h3.numbersize80 {
    font-size: 80px;
}

.number h6 {
    margin-top: 1rem;

}

.jas {

    width: 90%;

    position: absolute;
    top: -60px;

}

.jas img {
    width: 100px;
}

.cha {
    position: relative;
}

.annual-profit img {
    margin-top: -240px;
}


.bg-img1-c {
    background-image: url(../img/bg-img1.svg);
    width: 100%;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.firm {
    padding-top: 120% !important;
}

.ipo {
    background-image: url("../img/bg-box.png");
}

.ipo p {
    font-size: 15px;
    margin-bottom: 60px;
    padding-top: 10px;
}

.ipo a {
    padding: 5px 4px;
    background: #000;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border: 2px solid #098cf8;
}

.hidee {
    display: none !important;
}

.tablinks {
    background-color: #132237;
    padding: 18px 42px;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 16px;
}

.tab-02 {
    width: 700px !important;
}

.tablinks:hover {

    color: #ffffff;
    transition: 1s;
}

/* Hide the tab content by default */
.tabcontent {
    display: none;
}

.tab-01 {
    background-color: #098cf8;
    padding: 10px;
}

/* Optional: Show the active tab */
.tabcontent.active {
    display: block;
}








.Synergy {
    width: 55%;
    margin: auto;
    padding-left: 30px;
}

/* ----------------------------------------------------- */
.effection {
    background-color: #132237;
    padding: 10px;
    text-decoration: none;
    color: white;

}

.transform {
    background-color: #25A9B8 !important;
}

/* ------------------------------------------------ */





/* -------------------------------laft-teb---------------------------------------------- */
.nav-pills {
    margin-top: 40px !important;
}

.nav-pills .nav-link.active {
    background-color: #25A9B8 !important;
    width: 95%;
    margin: auto;

}

.vh1 {
    border: 1px solid #fff;
    width: 95%;
    margin: auto;
    color: #fff;

}



/* shreshth */

.text-greyish{
    color: #a9a8a8;
}

.fs-12{
    font-size: 14px;
}

.foot{
    list-style: none;
}

.liner{
    height: 200px;
}

.boxey{
    height: 330px;
}


.fs-9{
    font-size: 12px;
}

.fs-8{
    font-size: 15px;
}

.fs-10 {
    font-size: 10px;
    ;
}

.hovr.active {
    color: #25A9B8 !important;
}

.hvr:hover {
    color: #fff !important;

}

.industrial-icon img {
    height: 60px !important;
}

.foot1{    display: flex;}
.foot2{padding-left: 10px;}
/* ==================================================== */
.dropdown {
    .dropdown-menu {
        transition: all 0.5s;
        overflow: hidden;
        transform-origin: top center;
        transform: scale(1, 0);
        display: block;
        top: 66px;
    }

    &:hover {
        .dropdown-menu {
            transform: scale(1);
            top: 50px;
            border-radius: 0px;

        }
    }
}

.dropdown-toggle::after {
    display: none;
}

.dropdown i.bi-chevron-down::before {
    transition: 0.5s;
}

.dropdown:hover i.bi-chevron-down::before {
    transform: rotate(180deg);
}

#carouselExampleFade {
    border-bottom: solid 10px #fff;
}

#carouselExampleFade .carousel-caption {
    bottom: inherit;
    top: 30%;
    left: 0px;
    width: 100%;
}

@media (max-width:1024px) {


    .Synergy {
        width: 80%;
        margin: auto;
        padding-left: 60px;
    }

    .tablinks {
        width: 100%;
        text-align: center;
    }


    .tab-02 {
        width: 643% !important;
    }

    .exp {
        padding: 0px;
        margin: 0px;
        font-size: 20px;
    }

    .tab-02 p {
        font-size: 17px;
        font-weight: 100;

    }

    .hidee {
        display: block !important;
    }

    .shoow {
        display: none !important;
    }
}

@media (max-width:768px) {
      .foot-option{
        margin-left: 0rem !important;
        
    }
    
    .vr {
    display: none;
}

    .active-0{
        width: 15%;
        margin-bottom: 10px;
    }

    .dropdown-menu{
        position: absolute !important;
        top: 40px !important;
    }

    
    .sizing{
        width: 20%;
    }

    .fs-12{
       font-size: 13px;
    }

    .annual-profit img {
        margin-top: 0px;
    }

    .tablinks {
        width: 100%;
        text-align: center;
        font-size: 12px !important;

    }

    .icon-tab {
        display: none;
    }

    .button-01 {
        width: 100% !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }



    .three-box{margin-top: 20px !important;}

}

@media (max-width: 715px) {
    .ry1 {
        padding-top: 4rem !important;
    }

    .ram {
        margin-top: 10rem !important;
        margin-bottom: 8rem !important;
    }

    .staff {
        padding-top: 18px;
    }

    .ry1 {
        padding-top: 10px;
    }
}

@media (max-width: 627px) {
    .ceo h3 {
        margin-left: 0% !important;
        text-align: center !important;
    }

}

@media screen and (max-width: 600px) {
    .tablinks {
        width: 100%;
        text-align: center;


    }




}

@media (max-width: 428px) {
    .ry1 {
        padding-top: 4rem !important;
    }

    .ram {
        margin-top: 10rem !important;
        margin-bottom: 8rem !important;
    }

    .staff {
        padding-top: 18px;
    }

    .ry1 {
        padding-top: 25px;
    }

    .ceo h3 {
        margin-left: 29% !important;
        text-align: center !important;
    }

    .logo-02 {
        margin-top: 35px !important;

    }



    .footer {
        margin: auto !important;
    }
}

@media screen and (max-width: 425px) {

    .active-0{
        width: 15%;
        margin-bottom: 10px;
    }

    .dropdown-menu{
        position: absolute !important;
        top: 40px !important;
    }

  

    .sizing{
        width: 38%;
    }

    .fs-12{
        font-size: 11px;
    }

    .vr{
        display: none;
    }

    .foot-top{
        padding-top: 20px;
    }


    .tablinks {
        width: 100%;
        text-align: center;

    }

    .ipo p {
        font-size: 14px;
        margin-bottom: 30px;
        padding-top: 10px;
    }

    .ipo a {
        font-size: 14px;
    }

    .ipo {
        left: 9%;
    }



    .Synergy {
        width: 100%;
        margin: auto;
    }

    .Related-Services {
        height: 315px;
    }

    .button-01 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .carousel-item h1 {
        font-size: 13px !important;
        margin-left: 15px !important;
    }

    .carousel-item a {
        padding: 5px 8px;
        font-size: 13px;
        margin-top: 0px !important;
        margin-left: 15px !important;
    }

    #carouselExampleFade .carousel-caption {
        bottom: inherit;
        top: 8%;
        left: 0px;
        width: 100%;
    }

    .three-box {
        border-right: none;
        border-left: none !important;
        border-bottom: 1px solid #cdcdcd;
    }
}

@media (max-width: 325px) {
    .ry1 {
        padding-top: 4rem !important;
    }

    .ram {
        margin-top: 10rem !important;
        margin-bottom: 8rem !important;
    }

    .staff {
        padding-top: 18px;
    }

    .ry1 {
        padding-top: 25px;
    }

    .ceo {
        padding-right: 10px !important;
    }
}

@media screen and (max-width: 320px) {
    .tablinks {
        width: 100%;
        text-align: center;

    }



    .button-01 {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
}


/* ============================== */
.main-logo {width:100% !important;}
.main-logo img{width: 35%;}
.p-1{padding: 1rem;}

.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.cont-pt {
    padding-top: 3.5rem!important;}

#frmContactus .input-group textarea{height:260px;}
.con-images{padding-top:10px;}

.managment .bg-color-02 p{font-size:13px;}
.managment .manage1{width:40%;}
.managment .bg-color-02{width:60%;}


@media screen and (max-width: 1024px) {
    .main-logo img{width: 40% !important;}
.cont-pt {
    padding-top: .1rem!important;
}
.main-logo {width:100% !important;}
.main-logo img{width: 50%;}
.a-o-service{width:100% !important;}

}



@media screen and (max-width: 768px) {
    .main-logo img{width: 26% !important;} 
    footer{flex-wrap: wrap;}
    .f-box1{width: 60% !important;}
    .f-box2{width: 40% !important; }
    .f-box3{width: 100% !important;}

    .cont-pt {
        padding-top: 0rem !important;}
.manage2{width: 40% !important;}
.manage{width:100%;}


.contact-form1{width: 100%;}
.contact-map{width: 100%;}

.order1{order: 1 !important;}
.order2{order: 2 !important;}
.managment{width:100%;}
.managment .manage1{width:100%;}

}




@media screen and (max-width: 425px) {
 .learn-btn,.submit-btn,.contat-btn{width: 100% !important;}

  .main-logo img{width: 50% !important;} 

 footer{flex-wrap: wrap;}
 .f-box1{width: 60% !important;}
 .f-box2{width: 40%; }
 .f-box3{width: 100%;}

 .compliance{flex-wrap: wrap; text-align: center;}
 .compliance1{width: 100%; }
 .compliance2{width: 100% ;}

 .manage{flex-wrap: wrap; }
 .manage1{width: 100% !important;}
 .manage1 img{width: 100%;}
 .manage2{width: 100% !important;}

 .p-5{padding: 0rem !important; }
 .p-3{padding: 0rem !important;}
 .p-4{padding: 0rem !important;}

 .p-3 {
    padding: 0rem !important}
 .p-03 {
    padding: 15px !important}    
.p-30{padding: 30px 20px !important;}
.ma-pic{align-items: center; margin-left: 30px;}
.ma-pic img{width: 80%;} 

.order1{order: 1 !important;}
.order2{order: 2 !important;}

.mt-20{margin: 20px 0px 0px 0px !important; }
.mxym1{margin: 0px 5px  !important; }
.mxym{margin: 0px 5px  !important; }
.m-10{margin: 10px !important;}
.foot-top {
    padding-top: 0px !important;}
   .contact-form input, .contact-form select, textarea {
    margin-bottom: 20px;}
     
     .contact-form1{width: 100%;}
.contact-map{width: 100%;}

.indertial .my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;}

}





@media  (max-width: 375px) {
    .main-logo img{width: 50% !important;}
    footer{flex-wrap: wrap;}
    .f-box1{width: 100% !important;}
    .f-box2{width: 100% !important; }
    .f-box3{width: 100% !important;}
 
    .learn-mb{margin-bottom: 10px;}
    
    .foot{flex-wrap: wrap;}
      .foot2{padding-left: 0px;}

}

@media  (max-width: 320px) {

    
    .foot{flex-wrap: wrap;}
    .foot2{padding-left: 0px;}
    

}






