@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Plus Jakarta Sans", sans-serif; */

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

.col_sm1 {
    width: 100%;
    display: block;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm2_11 {
    width: 30%;
    float: left;
    margin: 0%;
    background-color: #000;
}

.col_sm2_12 {
    width: 70%;
    float: left;
    margin: 0%;
    border-left: 1px solid #303030;
    background-color: #000;
}

.col_sm2_1 {
    width: 50%;
    float: left;
    margin: 0%;
}

.col_sm2_2 {
    width: 48%;
    float: left;
    margin: 0%;
}

.col_sm2_1_1 {
    width: 58%;
    float: left;
    margin: 0%;
}


.col_sm2_1_2 {
    width: 42%;
    float: left;
    margin: 0%;
}

.col_sm3 {
    width: 31.3%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm4_1 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}

.col_sm6 {
    width: 14.6%;
    margin: 1%;
    float: left;
}

.col_sm7 {
    width: 12.2%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm9 {
    width: 7%;
    float: left;
    margin: 1% 0%;
}

.col_sm99 {
    width: 83%;
    float: left;
    margin: 1%;
}

.col_sm10 {
    width: 57%;
    float: left;
    margin: 1%;
    z-index: 9;
}

.col_sm100 {
    width: fit-content;
    float: left;
    margin: 1%;
}

.col_sm22 {
    width: 50%;
    float: left;
    margin: 0%;
}

.col_sm222 {
    width: 50%;
    float: left;
    margin: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clear {
    clear: both;
}

.top {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 95%;
    margin: 0 auto;
    max-width: 1600px;
}

.top3 {
    width: 60%;
    margin: 0 auto;
    max-width: 1600px;
}

.top4 {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
}


.top5 {
    width: 80%;
    margin: 0 auto;
    max-width: 1600px;
}

.logo {
    width: 350px;
    float: none;
    margin: 0 auto;
    display: flex;
    padding-top: 10px;
    align-items: center;
    padding-bottom: 10px;
}

.logo a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 34px;
    font-weight: 500;
    color: #000;
    line-height: 140%;
    margin: 0;
}

.ftr-logo {
    width: 70%;
    margin-bottom: 15px;
}

.ftr-logo a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 30px !important;
    font-weight: 500 !important;
    color: #000 !important;
    line-height: 140% !important;
    margin: 0 !important;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 0% 0%;
}

.top_main {
    width: 100%;
    /* position: absolute; */
    z-index: 9999;
    backdrop-filter: blur(8px);
    background-color: #000;
}

.fix_nav {
    position: relative;
    z-index: 9999;
}

.img {
    width: 100%;
    display: block;
}

.bg_clr1 {
    background-color: #000;
}

.bg_clr2 {
    background-color: #161616;
}

.bg_clr3 {
    background-color: #202020;
}

.img-main-pdg{
    padding: 85px;
}

.serv-text-marg{
    margin-left: 83px;
}

.serv-icon{
    width: 55px;
}

.serv-text h2{
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: justify;
    margin-top: 10px;
}

.serv-text h3{
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    margin-top: 10px;
}

.serv-text p {
    width: 125px;
    font-family: "Montserrat", sans-serif;
    color: #adadad;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 1px 6px;
    border: 1px solid #adadad;
    margin-top: 10px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.serv-text p:hover {
    border: 1px solid #fff;
    background-color: #f652e4;
    color: #fff;
}


.why-choose h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 90%;
    text-align: center;
    text-transform: capitalize;
}

.why-choose h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #f652e4;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.choose-txt p{
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 140%;
    margin-top: 10px;

}

hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.ftr-bg{
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.marg-img{
    margin-top: 100px;
}


.arrow-container {
            flex-shrink: 0;
            margin-left: 40px;
        }

        .arrow-circle {
            width: 120px;
            height: 120px;
            border: 2px solid rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .arrow-circle::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .arrow-circle:hover {
            border-color: rgba(255, 255, 255, 0.6);
            transform: scale(1.05);
        }

        .arrow-circle:hover::before {
            transform: translateX(100%);
        }

        .arrow {
            width: 24px;
            height: 24px;
            stroke: white;
            stroke-width: 2;
            fill: none;
            transition: transform 0.3s ease;
        }

        .arrow-circle:hover .arrow {
            transform: translate(2px, -2px);
        }


        .flex-under{
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
/*-----------------------------
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: #d2e0d9;
    z-index: 9999;
    background-color: #e952e2;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}

.con {
    color: #fff;
}

.serv-text p {
    width: 125px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 1px 6px;
    border: 1px solid #adadad;
    margin-top: 10px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: hidden;
}

.loading-box {
    width: 100%;
    height: 100%;
    background-color: #030406;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 9999;
}

.loading-pic {
    width: 70%;
    position: absolute;
    top: 50%;
    z-index: 99999;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    display: flex;
    align-items: center;
}



.loading-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* Background color of preloader */
    z-index: 9999;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}


/*service page00*/
.serv_head h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #f652e4;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    margin: 0% 0% 1% !important;
}

.serv_head h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 90%;
    text-align: center;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
    position: relative;
}

.serv_text h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #f652e4;
    line-height: 140%;
    text-align: justify;
    text-transform: uppercase;
    margin: 0% 0% 1% !important;
}

.serv_text h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 140%;
    text-align: justify;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
    position: relative;
}


.serv_text_1 h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #f652e4;
    line-height: 140%;
    text-align: justify;
    text-transform: uppercase;
    margin: 0% 0% 1% !important;
}

.serv_text_1 h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 140%;
    text-align: justify;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
    position: relative;
}



    .services-section {
        max-width: 800px;
        margin: 1% auto;
        padding: 0px 34px;
        border-radius: 12px;
    }

    .services-section h2 {
      text-align: center;
      margin-bottom: 25px;
      font-size: 32px;
      color: #ff4c4c;
    }

    .service-list {
      list-style: none;
      padding: 0;
    }

    .service-list li {
      margin: 20px 0;
      padding-left: 10px;
      border-left: 4px solid #f652e4;
      position: relative;
    }

    .service-list li::before {
      content: "🎬";
      position: absolute;
      left: -40px;
      font-size: 24px;
    }

    .service-list li strong {
        font-family: "Montserrat", sans-serif;

      color: #000;
      display: block;
      font-size: 18px;
      margin-bottom: 5px;
    }

    .service-list li span {
      color: #ccc;
      font-size: 15px;
    }





.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}



    /**/


    .services-section_1 {
        max-width: 800px;
        margin: 1% auto;
        padding: 0px 34px;
        border-radius: 12px;
    }

    .services-section_1 h2 {
      text-align: center;
      margin-bottom: 25px;
      font-size: 32px;
      color: #ff4c4c;
    }

    .service-list_1 {
      list-style: none;
      padding: 0;
    }

    .service-list_1 li {
      margin: 20px 0;
      padding-left: 10px;
      border-left: 4px solid #f652e4;
      position: relative;
    }

    .service-list_1 li::before {
      content: "🎬";
      position: absolute;
      left: -40px;
      font-size: 24px;
    }

    .service-list_1 li strong {
        font-family: "Montserrat", sans-serif;
      color: #fff;
      display: block;
      font-size: 18px;
      margin-bottom: 5px;
    }

    .service-list_1 li span {
      color: #ccc;
      font-size: 15px;
    }


/*------------------------------------------
footer
------------------------------------------*/

.ftr_txt h3 {
        font-family: "Montserrat", sans-serif;
    font-size: 20px;
    margin-bottom: 15px !important;
    font-weight: 700;
    color: #fff;
    line-height: 140%;
}

.ftr_txt p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    line-height: 140%;
    color: #fff;
    font-weight: 400;
    margin: 0px;
    text-align: left;
    word-spacing: 5px;
    margin-bottom: 10px;
}


.ftr_txt p a{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    line-height: 140%;
    color: #fff;
    font-weight: 400;
    margin: 0px;
    text-align: left;
    word-spacing: 5px;
}

.ftr_txt p strong {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

.ftr_txt ul {
    margin-left: 0px;
    padding: 0;
}

.ftr_txt ul li {
    list-style: none;
}

.ftr_txt a {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #000;
    text-decoration: none;
    line-height: 180%;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 7px;
    display: inline-block;
    transition: all 0.3s linear;
}

.ftr_txt_flex {
    display: flex;
    gap: 26px;
    justify-content: center;
}

.ftr_txt a {
    color: #fff;
}

.ftr_txt_right {
    text-align: right;
}

.ftr_txt_pad {
    padding-right: 60px;
}

.ftr_txt_pad2 {
    padding-left: 45px;
}

.link2 {
    text-decoration: none;
    color: #fff;
}

/*------------------------------------------
Main Code 
------------------------------------------*/


.ser_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.wel_marg_l {
    margin-right: 0;
    margin-left: 2%;
}

.top_flex {
    display: flex;
    justify-content: space-between;
}

.top_social{
    width: fit-content;
    float: right;
    margin: 0% 2% 0% 0%;
    display: flex;
    align-items: center;
    gap: 11px;
    position: relative;
}

.top_social p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 140%;
    margin: 0% 10px 0 0px !important;
    border-right: 1px solid #fff;
    padding-right: 15px;
}

.fa-linkedin-in,
.fa-instagram,
.fa-facebook,
.fa-x-twitter,
.fa-facebook-f,
.fa-youtube {
    font-size: 14px;
    color: #fff;
    width: 27px;
    height: 30px;
    display: inline-flex !important;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
    /* background-color: #094c3a; */
    /* padding: 7px; */
    overflow: hidden;

    &:hover {
        color: #db4de9;
    }
}

.fa-linkedin-in::before,
.fa-instagram::before,
.fa-facebook::before,
.fa-facebook-f::before,
.fa-youtube::before,
.fa-x-twitter::before {
    z-index: 9;
}

.hero2 {
    background: url(../images/service-img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
}


.ftr2_txt p {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 180%;
    font-weight: 400;
    font-size: 15px;
}

.ftr3_txt p {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 180%;
    text-align: right;
    font-weight: 400;
    font-size: 15px;
}

/*.footer2_top_brd {
    border-top: 1px solid #fff;
}
*/
.col_sm8 {
    width: 29%;
    float: left;
    margin: 1%;
    /* padding: 5%; */
}

.col_sm88 {
    width: 52%;
    float: left;
    margin: 1%;
    margin-left: 5%;
}


.col_sm8_1 {
    width: 29%;
    float: left;
    margin: 1%;
    margin-left: 5%;
}

.col_sm88_1 {
    width: 52%;
    float: left;
    margin: 1%;
    margin-right: 5%;
}


.col_sm25 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm25_1 {
    width: 58%;
    float: left;
    margin: 1%;
}

.rel {
    position: relative;
}

.wel_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wel_head2 h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 120%;
    text-align: left;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
    position: relative;
}

.wel_head2 h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #f652e4;
    line-height: 140%;
    text-align: justify;
    text-transform: uppercase;
    margin: 0% 0% 2% !important;
}

.slide-img {
    display: flex;
    position: relative;
}

.image1 {
    position: relative;
}

.image2 {
    position: absolute;
    bottom: 0%;
    right: 8%;
}

.image2 img {
    border: 5px solid #414141;
    border-radius: 50%;
}

.top-mrg{
    margin-top: 120px;
}



.wel_head2 p {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 160%;
    text-align: justify;
    word-spacing: 4px;
    text-transform: capitalize;
    margin: 2% 0% 0% !important;
}


/**/
.wel_head_pck {
    border-left: 1px solid #084736;
    padding-left: 30px;
}

.wel_head_pck h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #256050;
    line-height: 90%;
    text-align: left;
    text-transform: capitalize;
    margin: 0% 0% 0% !important;
    position: relative;
}

.wel_head_pck h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #256050;
    line-height: 90%;
    text-align: left;
    text-transform: uppercase;
    margin: 4% 0% 0% !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-body li {
    margin-bottom: 8px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .container {
        margin: 10px;
        border-radius: 10px;
    }

    .header h1 {
        font-size: 2rem;
    }

    .accordion-header {
        padding: 20px;
    }

    .accordion-title {
        font-size: 1.1rem;
    }

    .modal-content {
        margin: 10px;
        width: calc(100% - 20px);
    }
}

.wel_bg {
    background: #161616;
}

.wel_bg2 {
    background: linear-gradient(270deg, #094c3a 68%, transparent 50%);
}

.info_brd_btm {
    border-bottom: 1px solid #303030;
    background-color: #000;
}

.info_con {
    display: flex;
    width: fit-content;
    gap: 20px;
    padding: 0px 1%;
}

.email {
    border-right: 1px solid #303030;
    padding: 10px 20px 10px 0px;
}

.phone {
    padding: 10px 0px;
}

.email i,
.phone i {
    color: #fff;
    font-size: 14px;
}

.email a,
.phone a {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 140%;
    margin: 0% !important;
}

.get_quote {
    width: 155px;
    background-color: #b88768;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif;
    margin: 10px 0px;
}

.nav_flex {
    display: flex;
    justify-content: space-between;
}

.banner {
    position: relative;
}


.banner-txt {
    position: absolute;
    top: 37%;
    width: 100%;
}

.banner-txt h2 {
    color: #e952e2;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    margin: 0;
    font-size: 38px;
    padding: 10px 0 0 !important;
    font-weight: 600;
    text-align: center;
}



/* zoom animation */
.zoom {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 455px;
}

.zoom img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.zoom:hover img {
    transform: scale(1.1); /* Zoom out effect */
}
/* zoom animation */

/*------------------------------------------
Responsive Code 
------------------------------------------*/


/* Media Queries */
@media (max-width: 768px) {
    .loading-pic .col_sm1 img {
        width: 250px;
    }
}

@media (max-width: 480px) {
    .loading-pic .col_sm1 img {
        width:200px;
    }
}



@media only screen and (max-width : 1600px) {}

@media only screen and (max-width : 1500px) {}

@media only screen and (max-width : 1400px) {
    .col_sm22>img {
        height: 68vh;
        object-fit: cover;
    }
}

@media only screen and (max-width : 1300px) {
    .common_footer_tags {
        justify-content: center;
        flex-wrap: wrap;
        gap: 19px;
    }

    .serv_txt h3 {
        font-size: 40px;
    }
}

@media only screen and (max-width : 1200px) {
    .serv_txt h2 {
        font-size: 17px;
    }

    .serv_txt h3 {
        font-size: 30px;
    }

    .wel_head3_btn {
        margin: 0px 2% 0px;
    }
}

@media only screen and (max-width : 1100px) {

    .col_sm3 {
        width: 48%;
    }

    .ftr_txt_pad {
        padding-right: 0px !important;
    }
}

@media only screen and (max-width : 1000px) {
    .why_choose2 {
        margin-bottom: -20px !important;
    }

}

@media only screen and (max-width : 960px) {

    .abt_ser_flex2 {
        flex-direction: column-reverse;
    }

    .col_sm22,
    .col_sm222 {
        width: 100%;
    }

    .wel_bg2 {
        background: linear-gradient(270deg, #094c3a 68%, #094c3a 50%);
    }

    .col_sm10_3,
    .col_sm100_3 {
        width: 98%;
    }

    .ftr_txt_right {
        text-align: left !important;
    }

    .ftr_txt_pad2 {
        padding-left: 0px;
    }

    .ser_flex {
        padding-bottom: 30px;
    }

    .hero2 {
        margin-bottom: 20px;
    }

    .col_sm2_1 {
        width: 100%;
    }

    .col_sm4 {
        width: 48%;
    }

    .col_sm4_1 {
        width: 98%;
    }

    .wel_bg {
        background: #161616;
    }


    .col_sm2 {
        width: 98%;
    }

    .wel_marg_l {
        margin-left: 1%;
        margin-right: 1%;
    }

    #slider {
        min-height: 360px !important;
    }

    .fix_nav {
        position: relative !important;
    }

    .logo {
        width: 250px;
        margin: 1% auto;
    }

    .nav_flex {
        flex-direction: column;
    }

    .top {
        width: 100%;
    }

    .navbarrr {
        width: 100%;
        border-top: none;
        margin: 0.8% 0%;
    }

    #menu-button {
        color: #000 !important;
    }

    .why_choose2 {
        margin-bottom: 20px !important;
    }

    .serv_bg {
        background: linear-gradient(transparent 0%, rgb(37, 59, 47) 0%, rgb(37, 59, 47) 100%, transparent 0%);
        padding: 4% 0%;
    }

    .why_choose p {
        padding: 4.9% 0% 1% !important;
    }
}

@media only screen and (max-width : 800px) {

    .btn::before {
        left: -173% !important;
    }

    button.btn,
    .btn:not(.close):not(.mfp-close),
    a.btn:not([href]):not([tabindex]) {
        font-size: 11px !important;
        padding: 12px 30px !important;
    }

    .inspiro-slider .slide .slide-captions h2 {
        font-size: 40px !important;
    }

    .inspiro-slider .slide .slide-captions p {
        font-size: 16px !important;
    }

    .inspiro-slider .slide .slide-captions p {
        margin-bottom: 15px !important;
    }
}

@media only screen and (max-width : 700px) {
    .common_footer_tags li a {
        font-size: 14px;
        width: 400px;
    }

    .col_sm2_11 {
    width: 100%
    }

}

@media only screen and (max-width : 600px) {

    .banner-txt {
    top: 15%;
}

    .col_sm25_1 {
    width: 98%;
}

    .col_sm25 {
    width: 98%;
    }

    .flex-under {
    flex-direction: column;
    }

    .marg-img {
    margin-top: 0px;
    }

    .col_sm2_1_2 {
    width: 98%;
    margin: 1% auto ;
    }

    .serv-text-marg {
    margin-left: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    }

    .col_sm2_1_1 {
    width: 98%;
    }

    .top-mrg
    {
    margin-top: 0px;
    }

    .col_sm2_12 {
    width: 100%;
    border-left: none;
    background-color: #f151e2;
    }

    .form-grid {
        display: block;
    }

    .form-group {
        margin-bottom: 20px;
    }

    .col_sm9 {
        width: 10%;
        float: left;
        margin: 1% 0%;
    }

    .col_sm4 {
        width: 98%;
    }

    .package_txt h2 {
        font-size: 28px;
    }

    .package_txt h2 span {
        font-size: 11px;
    }

    .package_txt p {
        font-size: 14px;
    }

    .hero1 {
        justify-content: center;
        flex-wrap: wrap;
    }

    .col_sm10,
    .col_sm100 {
        width: 82%;
    }

    .wel_head2_btn {
        margin-top: 0px;
    }

    .inspiro-slider .slide .slide-captions h2 {
        font-size: 24px !important;
    }

    .info_brd_btm {
        display: none;
    }

    .inspiro-slider .slide .slide-captions p {
        font-size: 14px !important;
    }

    button.btn,
    .btn:not(.close):not(.mfp-close),
    a.btn:not([href]):not([tabindex]) {
        font-size: 11px !important;
        padding: 9px 20px !important;
    }

    .inspiro-slider .slide .slide-captions p {
        margin-bottom: 2px !important;
    }

    .inspiro-slider .slide .slide-captions h2 span {
        margin-top: 3px;
    }

    .inspiro-slider .slide .slide-captions h2 {
        font-size: 18px !important;
    }

    .btn::before {
        left: -217% !important;
    }

    .col_sm88 {
        width: 98%;
        margin-left: 1%;
    }

    .col_sm8 {
        width: 98%;
    }

    .serv_bg {
        width: 98%;
        flex-direction: column-reverse;
    }

    .why_choose h3 {
        font-size: 28px;
        line-height: 140%;
    }

    .why_choose p {
        font-size: 13px;
        padding: 6.9% 0% 1% !important;
    }

    .col_sm3 {
        width: 98%;
    }
    .abt_ser_pad {
        padding: 20px;
    }
}

@media only screen and (max-width : 500px) {
    .hero2 {
        height: 250px;
    }

    .serv_gap {
        margin-left: 10px;
        justify-content: flex-start;
        gap: 0px;
    }

    .col_sm99 {
        width: 98%;
    }
}


@media only screen and (max-width : 460px) {

.img-main-pdg {
    padding: 0px;
    }

    .image2{
    width: 45%;
    }

    .serv_text h3 {
    font-size: 20px;
    }

    .serv_text_1 h3 {
    font-size: 20px;
    }

}

@media only screen and (max-width : 400px) {

    .serv_text h3 {
    font-size: 22px;
    }

    .serv_text_1 h3 {
    font-size: 22px;
    }
        
    .wel_head2 p {
    text-align: left;
    }

    

    .col_sm22>img {
        height: 40vh;
    }

    .common_footer_tags li a {
        width: 260px;
    }

    .why_choose_txt h2 {
        font-size: 18px;
    }

    .why_choose_txt a {
        font-size: 14px;
    }

    .why_choose p {
        padding: 11.9% 0% 1% !important;
    }

    .wel_head h3 {
        font-size: 28px;
    }

    .wel_head h2 {
        font-size: 13px;
    }

    .col_sm88 {
        width: 92%;
        margin-left: 5%;
    }

    .wel_head {
        padding-left: 18px;
    }

    .col_sm9 {
        width: 20%;
    }
}

@media only screen and (max-width : 360px) {}

@media only screen and (max-width : 320px) {}