@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

.footer_sticky2 {
    display: none;
}

body {
    background-color: #fff;
}

.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 28%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 51%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 45%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 85%;
    margin: 0 auto;
    max-width: 1600px;
}

.top3 {
    width: 85%;
    margin: 0 auto;
    max-width: 1600px;
}

.logo {
    width: 330px;
    float: left;
    padding: 0.5% 1% 0% 1%;
}

.logo a {
    display: inline-block;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 1%;
}


.fix_nav {
    position: static;
    z-index: 9999;
    background: transparent;
}

.img {
    width: 100%;
}

.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}

.footer-icon {
    text-align: center;
    margin-top: -23%;
}


/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #1a1e3b;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #3f3f3f;
}



/*------------------------------------------
footer
------------------------------------------*/

.footer ul li {
    font-size: 17px;
    line-height: 140%;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    list-style: none;
    margin-top: 5px;
}

.ftr_btn {
    background: #1a1e3b;
}

.ftr h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif;
    color: #1a1e3b !important;
}

.ftr p {
    font-size: 17px;
    line-height: 140%;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.ftr_btn h3 {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 7px !important;
    font-weight: 600 !important;
    font-family: "Roboto", sans-serif;
    color: #613228 !important;
}

.ftr_btn p {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin: 0 !important;
}

.ftr_btn a {
    color: #fff;
}

.ftr_flex {
    display: flex;
    gap: 26px;
    justify-content: center;
}


.ftr a {
    color: #000;
}


.ftr_right {
    text-align: right;
}

.fa-brands {
    font-size: 14px;
}

.fa-whatsapp {
    font-size: 35px;
}



/*------------------------------------------
Main Code 
------------------------------------------*/

.desktop-banner{
    display: block;
}

.mobile-banner{
    display: none;
}

.top_main {
    background-color: #1a1e3b;
}

.top_main_flex {
    display: flex;
    gap: 16px;
    margin-bottom: 2%;
}


.top_main_flex p,
.top_main_flex p a {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}


.top_main_flex2 {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    align-items: center;
}

.top_main_flex2 p {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 5px;
}

.fa-facebook-f,
.fa-instagram,
.fa-x-twitter,
.fa-linkedin-in,
.fa-youtube, 
.fa-tiktok {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
}


.main_menu {
    background: #fff;
    position: absolute;
    top: 6.9%;
    left: 8%;
    border-radius: 3px;
    z-index: 9;
}

.shape {
    position: absolute;
    right: -800px;
    top: -270px;
    z-index: 9;
    animation: upDown 1.3S infinite alternate;
}

.img_one {
    width: 60%;
}

.img_one img {
    border-radius: 16px;
}

.about-us {
    position: relative;
    padding: 40px 0;
}

.img_two {
    top: 10%;
    width: 19%;
    left: 25%;
    position: absolute;
}

.img_two img {
    border-radius: 16px;
}

.shape1 {
    position: absolute;
    bottom: 16%;
    left: 2%;
    z-index: -1;
    animation: downUp 1.8S infinite alternate;
}

.shape2 {
    position: absolute;
    left: 24%;
    bottom: 14%;
    z-index: -1;
    width: 18%;
}

.shape3 {
    position: absolute;
    left: 41%;
    bottom: 29%;
    animation: upDown 1.3S infinite alternate;

}

.shape4 {
    position: absolute;
    top: 10%;
    right: -53%;
    animation: upDown 1.3S infinite alternate;
}


@keyframes downUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}


@keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.number-box {
    background: #15181B;
    border: 8px solid #FFFFFF;
    border-radius: 3px;
    height: 77px;
    width: 165px;
    padding: 15px 24px 12px;
    position: absolute;
    bottom: 14%;
    left: 24%;
}

.number-box h2 {
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 !important;
    text-align: left;
}

.number-box p {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    text-align: left;
    color: #ffffff;
}

.number-box {
    text-align: center;
    margin: 20px;
}

.about-us-content h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
}

.about-us-content p {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #000;
    text-align: left;
}


.btn2 a {
    background: #1a1e3b;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.btn2 a:hover {
    background: #29327a;
}

.ftr {
    background: #e6e6e6;
}


.services {
    background: #f9f9f9;
}

.services h3 {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px;
    color: #1a1e3b;
    font-weight: 700;
    margin: 0% 0 0% !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.services h2 {
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 0% !important;
    color: #000;
    text-align: center;
}

.services p {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #000;
    text-align: center;
}

.services_sub {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 0%;
    overflow: hidden;
    padding: 21px 0px 37px;
    border: 1px solid rgba(21, 24, 27, 0.1);
    border-radius: 10px;
    z-index: 1;
    position: relative;
    height: 26vh;
}

.services_sub:hover {
    border-color: transparent;
}

.services_sub h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 0% !important;
    color: #000;
    text-align: left;
    margin: 0 3%;
    text-transform: uppercase;
}

.services_sub p {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #000;
    text-align: left;
    margin: 0 3%;
}

.services_sub .btn2 {
    margin: 2% 3%;
    padding-bottom: 2%;
}


.services_sub_bg {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



.services_sub:hover .services_sub_bg {
    opacity: 1;
}


.services_sub:hover:after {
    visibility: visible;
}

.services_sub:after {
    visibility: hidden;
    z-index: -1;
    content: "";
    position: absolute;
    background: linear-gradient(89.91deg, #EEF0F4 46.5%, rgba(255, 255, 255, 0) 99.92%);
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 10px;
    height: 100%;
}


.icon-img {
    width: 55px;
    padding: 10px 11px;
}

.section1 {
    position: relative;
    z-index: 1;
    background: #1a1f3d;
    padding: 109px 0;
    overflow: hidden;
}

.working-process-2__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: 10%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 69%;
    background-image: url(../images/bg.jpg);
}

.working-process-2__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    animation: leftRight 1.3S infinite alternate;
    background-image: url(../images/bg-shape1.svg);
}

.section1 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 2% !important;
    color: #fff;
}

.section1 p {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #fff;
    text-align: left;
}

.img-box1 {
    overflow: hidden;
    border-radius: 70px 0px;
    border: 6px solid #fff;
    position: absolute;
    height: 56%;

}

.img-box1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-box2 {
    overflow: hidden;
    border-radius: 70px 0px;
    border: 6px solid #fff;
    position: absolute;
    left: 70%;
    top: 5%;
    height: 41%;
}

.img-box2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.img-box3 {
    overflow: hidden;
    border: 6px solid #fff;
    margin-bottom: 30px;
    border-radius: 0 70px;
    position: absolute;
    left: 70%;
    bottom: 2%;
    height: 41%;
}

.img-box3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bullet ul {
    list-style-image: url(../images/bullet.png);
    margin-left: 26px;
    padding: 0;
}

.bullet ul li {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    color: #000;
    text-align: left;
}

.services_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}


.inner-banner {
    position: relative;
}

.banner_content {
    position: absolute;
    top: 45%;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
}

.banner_content h2 {
    font-family: "Roboto", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #fff;
}

.why-choose-us-2 {
    position: relative;
}

.why-choose-us-2__bottom-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: 0.1;
}

.why-choose-us-2__arrow-shape {
    position: absolute;
    bottom: 260px;
    left: 68px;
}

.why-choose-us-2__left-shape {
    position: absolute;
    top: 0;
    left: -4px;
    opacity: 0.3;
}

.why-choose-us-2__left-shape img {
    opacity: 0.3;
}

.why-choose-us-2__right-shape {
    position: absolute;
    right: -30px;
    bottom: -40px;
    opacity: 0.3;
}

.why-choose-us-2__right-shape img {
    opacity: 0.3;
}

.why-choose-us-2__right-shape.shape-2 {
    bottom: -55px;
}

.why-choose-us-2__right-shape.shape-3 {
    bottom: -57px;
}

.why-choose-us-2__right-shape.shape-4 {
    bottom: -31px;
}

.why-choose-us-2__right-shape.shape-5 {
    bottom: -2px;
}

.why-choose-us-2__right-shape.shape-6 {
    bottom: -57px;
}

.why-choose-us-2__item {
    gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 32px 40px;
    padding-right: 84px;
    margin-bottom: 30px;
    z-index: 2;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 20px 40px rgba(21, 24, 27, 0.06);
    box-shadow: 0px 20px 40px rgba(21, 24, 27, 0.06);
    transition: all 0.5s ease-in-out;
    min-height: 41vh;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .why-choose-us-2__item {
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    .why-choose-us-2__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
    }
}

.why-choose-us-2__item:hover {
    -webkit-box-shadow: 0px 20px 40px rgba(21, 24, 27, 0.06), inset 0px -4px 0px #1a1e3b;
    box-shadow: 0px 20px 40px rgba(21, 24, 27, 0.06), inset 0px -4px 0px #1a1e3b;
}

.why-choose-us-2__item:hover .why-choose-us-2__icon svg [fill="#15181B"] {
    fill: #1a1e3b;
}

.why-choose-us-2__item:hover .why-choose-us-2__text h4 {
    color: #1a1e3b;
}

.why-choose-us-2__icon {
    margin-top: 6px;
}

.why-choose-us-2__text p {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0;
    color: #000;
    text-align: left;
}

.why-choose-us-2__text h4 {
    font-family: "Roboto", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
}

.inner-services h2 {
    font-family: "Roboto", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 0% !important;
    color: #000;
    text-align: center;
}

.inner-services p {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 25px !important;
    color: #000;
    text-align: center;
}




.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}



/* contact-us */


.contact-txt2 {
    transition: all .4s linear;
    min-height: 369px;
    background-color: #fff;
}

.contacct-active {
    box-shadow: 0 0 16px 3px #9cc0f947;
    border-radius: 20px;
}

.img-con {
    border-radius: 20px;
    overflow: hidden;
    height: 146px;
    width: 92%;
    margin: 17px auto;
}

.icon_con {
    background-color: #1d213e;
    width: 40px;
    height: 40px;
    padding: 4%;
    margin: -45px 40% 3%;
    z-index: 1;
    position: relative;
    border-radius: 23px;
    box-shadow: 1px 20px 20px 4px #b9b9b97d;
}

.contact-txt2 h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
    text-align: center;
}

.contact-txt2 p {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    line-height: 140%;
    margin: 1% 0% 0% !important;
    color: #000000;
}

.contact-txt2 p a {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    color: #000;

    margin: 0% !important;
    text-align: center;
    text-decoration: none;
}



.contact h2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    padding: 0% 1%;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 2% !important;
    color: #000;
}

.frm-mrg {
    margin: 0px 1% 0px 1% !important;
}

/* contact-us */


/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) {
    .img-box1 {
        height: 50%;
    }

    .img-box2,
    .img-box3 {
        left: 73%;
    }
    .services_sub {
        height: 34vh;
    }
}

@media only screen and (max-width :1500px) {
    .img-box1 {
        height: 44%;
    }

}

@media only screen and (max-width :1400px) {

    .img-box2,
    .img-box3 {
        left: 74%;
    }

}

@media only screen and (max-width :1300px) {
    .img-box1 {
        height: 39%;
        top: 29%;
    }


    .img-box2,
    .img-box3 {
        left: 76%;
        height: 40%;
    }
}



@media only screen and (max-width :1200px) {
    .img-box1 {
        height: 36%;
    }

    .img-box2,
    .img-box3 {
        left: 76%;
        height: 34%;
    }

    .img-box3 {
        bottom: 15%;
    }

}

@media screen and (max-width: 1100px) {
    .img-box1 {
        height: 31%;
    }
}

@media only screen and (max-width :1000px) {
    .inspiro-slider .slide .slide-captions {
        top: 19% !important;
    }
    .col_sm88 {
        width: 98%;
    }

    .img_two {
        top: 13%;
        width: 34%;
        left: 46%;
    }

    .shape3 {
        left: 70%;
        bottom: 51%;
    }


    .number-box {
        bottom: 47%;
        left: 41%;
    }

    .col_sm8 {
        width: 98%;
    }

    .shape1 {
        bottom: 41%;
    }


    .shape2 {
        left: 53%;
        bottom: 38%;
        width: 26%;
    }


    .col_sm2 {
        width: 98%;
    }

    .display {
        display: none;
    }

}


@media only screen and (max-width:960px) {
    .desktop-banner{
        display: none;
    }

    .mobile-banner{
        display: block;
    }

    .top_main{
        display: none;
    }
    
    .main_menu {
        position: static !important;
        width: 100% !important;
    }
    .shape4 {
        display: none;

    }
    .shape2 {
        display: none;
    }

    .logo img{
        position: relative;
        z-index: 999;
        width: 280px;

    }

    .inner-banner img {
        height: 30vh;
        object-fit: cover;
    }

    .number-box {
        bottom: 40%;
        left: 44%;
    }

    .col_sm3 {
        width: 47%;
    }

    .navbarrr {
        width: 100%;
        margin-top: -6%;
        display: none;
    }

    #cssmenu ul {
        margin-top: 6% !important;
    }

    .col_sm4 {
        width: 48%;
    }

    .ftr .col_sm4 {
        min-height: 23vh;
    }

    .ftr_right {
        text-align: left;
    }

    .mb{
        display: block;
    }

    .footer_sticky {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        top: 94%;
        background: #e77019;
        padding: 7px 0;
        z-index: 9;
        right: 0;
        border-radius: 0;
        border: 0;
    }

    .footer_sticky2 {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #e77019;
        padding: 7px 0;
        z-index: 9;
        right: 0;
        border-radius: 0;
        border: 0;
    }


    .cta_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
    }

    .cta_grid .cta_item {
        border-right: 1px solid #fff;
        border-bottom: 0;
    }
    .content h2 {
        font-size: 40px;
        text-align: center;
    }

    .cta_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
    }

    .cta_grid .cta_item {
        border-right: 1px solid #fff;
        border-bottom: 0;
        display: flex;
    justify-content: center;
    }
    .content h2 {
        font-size: 40px;
        text-align: center;
    }
    
    .phone-view {
        display: block;
        padding: 4% 0;
        background: #f9f9f9f9;
        position: relative;
    }

    .phone-view h2{
        font-family: "Barlow", sans-serif;
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    margin: 2% 1%;
    }

    .cta_item a{
        font-family: "Roboto", sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 140%;
        margin-bottom: 0% !important;
        color: #fff;
        text-align: left;
        margin: 0 3%;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 9px;
        width: 100%;
    }
    
}

@media only screen and (max-width:800px) {

    .navbarrr {
        margin-top: -9%;
    }

    .number-box {
        bottom: 47%;
    }

    .shape2 {
        bottom: 45%;
    }

    .shape3 {
        left: 77%;
    }

    .banner-overlay {
        width: 110% !important;
    }

    .inspiro-slider .slide .slide-captions {
        width: 81% !important;

    }

    .container {
        width: 98%;
    }

    .top_main_flex2 {
        display: none;
    }

    .top_main {
        height: 9vh;
    }

    .col_sm3 {
        width: 47%;
    }


}


@media only screen and (max-width : 700px) {
    #slider {
        height: 63vh !important;
    }

    .img_one {
        width: 79%;
    }

    .shape3 {
        left: 82%;
    }
}

@media only screen and (max-width:600px) {
    .inspiro-slider .slide .slide-captions {
        top: 3% !important;
    }
    .inspiro-slider .slide .slide-captions h1 {
        font-size: 34px !important;

    }
    .number-box {
        display: none;
    }

    .top_main_flex {
        display: flex;
        gap: 16px;
        margin-bottom: 2%;
        flex-wrap: wrap;
    }

    .top_main {
        height: 16vh;
    }

    .main_menu {
        top: 11.9%;
    }

    .col_sm3 {
        width: 98%;
    }

    .col_sm4 {
        width: 98%;
    }

    .ftr img {
        width: 44%;
    }

    .ftr .col_sm4 {
        min-height: 0;
    }

    .services_sub {
        height: fit-content;
    }

    #slider {
        height: 73vh !important;
    }

    .img_one {
        width: 98%;
    }

    .img_two {
        display: none;
    }

}


@media only screen and (max-width:500px) {
    .ftr img {
        width: 66%;
        margin-top: 5%;
    }

    .navbarrr {
        margin-top: -12%;
    }

}


@media only screen and (max-width:400px) {
    .number-box {
        bottom: 60%;
        left: 36%;
    }

    .navbarrr {
        margin-top: -15%;
    }
}

@media only screen and (max-width:360px) {
    .top_main_flex {
        flex-wrap: wrap;
    }

    .top_main {
        height: 17vh;
    }

    .main_menu {
        top: 12.9%;
    }

    #slider {
        height: 110vh !important;
    }

    .number-box {
        bottom: 63%;
        left: 28%;
    }

    .logo {
        width: 215px;

    }

    .col_sm3 {
        width: 98%;
    }

}