
/* --- Fonts --- */
.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}
/* --- end of fonts --- */


* {
    font-family: 'Poppins', Poppins;
    color: #1E1C31;
}

body {
    overflow-x: hidden;
}

.borderRadius {
    border-radius: 1.5rem !important;
    transition: border-radius 0.3s ease !important;
}

.borderRadius-btns {
    border-radius: 0.8rem !important;
}


/* --- nav bar --- */
.container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.logo {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 2%;
}

.nav-item {
   margin-right: 40px;
}

.navbar {
   padding-right: 5%;
   padding-left: 5%;
}

.navbar-nav {
    margin-left: auto;
}

.navbar-nav .nav-link.active {
    color: #007EB1 !important;
}

.navbar-scrolled {
    box-shadow: 0px -5px 20px 5px #888888; /* Add shadow when navbar is scrolled */
}

.navbar-collapse.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.navbar-collapse.fullscreen .navbar-nav {
    flex-direction: column;
}

.navbar-collapse.fullscreen .nav-item {
    margin-bottom: 20px;
}

.navClose-button {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 25px;
}
/* --- --- */


/* --- bg gradient shape 01 & 02 --- */
.circular-shape-left {
    width: 500px;
    height: 500px;
    background: linear-gradient(49.08deg, rgba(65, 88, 208, 0.3) 14.38%, rgba(80, 178, 200, 0.3) 57.52%, rgba(112, 255, 152, 0.186) 91.12%);
    border-radius: 100%; /* Makes the shape circular */
    margin-top: 13%;
    margin-left: -17%;
    overflow: hidden; /* Hide overflow outside the border-radius */


    -webkit-filter: blur(100px); /* Prefixed version for older WebKit-based browsers */
    filter: blur(100px); /* Standard version for modern browsers */
}

.circular-shape-right {
    width: 150px; 
    height: 350px; 
    background: linear-gradient(49.08deg, rgba(65, 88, 208, 0.3) 14.38%, rgba(80, 178, 200, 0.3) 57.52%, rgba(112, 255, 152, 0.186) 91.12%);
    border-radius: 100% 100%; /* Makes the shape circular */
    margin-top: -20%;
    margin-left: 95%;


    -webkit-filter: blur(50px); /* Prefixed version for older WebKit-based browsers */
    filter: blur(50px); /* Standard version for modern browsers */
}
/* --- --- */


/* --- home --- */
.home-content {
    margin-top: -37%;
    margin-left: 7.5%;
    margin-right: 7.5%;
    height: fit-content !important;
}

.home-content-img {
   text-align: end !important;
}

.home-img1 {
    height: 18%;
    width: auto; 
}

.home-img2 {
    height: 18%;
    width: auto; 
}


.home-content-cont {
    margin-top: 3.5%;
    height: fit-content !important;
}

.home-content-para {
    color: #1E1C3199;
    margin-right: 60px;
}

.home-content-btn {
    background-color: #007EB1;  
    font-size: 15px !important; 
    padding: 15px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: none;
}

.home-content-btn:hover {
    background-color: #006380; /* Change background color on hover */
}

.homeModal .modal-btn {
    background-color: #007EB1;  
    font-size: 15px !important; 
    padding: 15px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border: none;
}

.modal-btn:hover {
    background-color: #006380; /* Change background color on hover */
}
/* --- --- */


/* --- services --- */
.services {
    margin-top: -140% !important;
    margin-left: 7.5%;
    margin-right: 7.5%;
    max-width: 100%; /* Set a maximum width for the container */
    overflow: hidden;
    background-color: white;
}

.icon {
    width: 60px;
    height: 60px;
    border-radius: 17px;
}

.services p {
    color: #1E1C3199;
    font-size: 15px !important; 
}

.service-content h6 {
    margin-left: 25px;
}

.service-content p {
    margin-left: 25px;
    min-height: 120px;
}
/* --- --- */


/* --- about us --- */
.about-us {
    margin-left: 7.5%;
    margin-right: 7.5%;
    margin-top: 12% !important;
}

.aboutUs-content {
   padding-left: 8% !important;
}

.aboutUs-content-para {
    color: #1E1C3199;
    max-width: 80%;
}

.certificate {
    margin-left: -10% !important;
}

/* --- --- */


/* --- portfolio --- */
.portfolio {
    margin-left: 7.5%;
    margin-right: 7.5%;
    margin-top: 5% !important;
}

.view-all {
    color: #007EB1 !important;
    text-decoration: none;
}

.view-all:hover {
   color: #006380; /* Change background color on hover */
}

.portfolio a:hover {
    color: #006380; /* Change background color on hover */
}

.portfolio-cards .card {
    background: linear-gradient(165.38deg, rgba(238, 242, 247, 0.75) 7.13%, rgba(178, 204, 228, 0.75) 91.73%);
    border: none;
    position: relative; /* Ensure positioning context */

}

.portfolio-cards img {
    height: 250px;
    width: auto;
    position: relative;
}

.portfolio-cards p {
    font-size: 13px !important; 
}

.card-btn {
    background-color: white;
    color: #007EB1;
    border: none;
    border-radius: 50%;
    z-index: 2; 
    position: absolute;
    bottom: 8%; /*30px*/
    right: 10%; /*30px*/
}

.card-btn:hover {
    background-color: #007EB1; /* Change background color on hover */
}

.card-btn:hover i{
    color: white;
}

.card-btn i{
    color: #007EB1;
}

.image-container {
    text-align: center; /* Horizontally center the image */
    display: flex;
    justify-content: center; /* horizontally center */
    align-items: center; /* vertically center */
}

/* portfolio modal */
.custom-width-modal .modal-dialog {
    max-width: 55%; 
}

.modal-close-btn {
    margin-top: 1.25% !important;
    margin-left: 97.4% !important;
}

.des {
    color: #1E1C3199;
    font-size: 16px !important; 
}

.modal-img {
    max-width: 100%;
    max-height: 100%;
}

/* bottom corner gradient of the card*/
.Ellipse {
    width: 150px;
    height: 150px;
    border-radius: 100% 0 0 0;
    overflow: hidden; /* Hide overflow outside the border-radius */

    background: linear-gradient(47.73deg, rgba(65, 88, 208, 0.4) 40.63%, rgba(80, 178, 200, 0.4) 58.44%, rgba(112, 255, 152, 0.236) 71.39%);
    
    position: absolute; /* Position relative to the card-container */
    bottom: 5px; /* Align to the bottom */
    right: 5px; /* Align to the right */

    -webkit-filter: blur(30px); /* Prefixed version for older WebKit-based browsers */
    filter: blur(30px); /* Standard version for modern browsers */
}
/* --- --- */


/* --- clients --- */
.clients {
    text-align: center;
    margin-top: 12% !important;
}
/* --- --- */


/* --- testimony --- */
.testimony {
    text-align: center;
    margin-top: 8% !important;   
}

.otherCircular-shape {
    background: linear-gradient(180deg, rgba(65, 88, 208, 0.2) 0%, rgba(80, 171, 200, 0.2) 52.84%, rgba(112, 255, 152, 0.128) 100%);
    width: 300px;
    height: 300px;
    border-radius: 100%;
    overflow: hidden; /* Hide overflow outside the border-radius */
    position: fixed; /* Position relative to the card-container */
    text-align: center; /* Center the text horizontally */

    margin-top: 40px;

    -webkit-filter: blur(30px); /* Prefixed version for older WebKit-based browsers */
    filter: blur(30px); /* Standard version for modern browsers */
}

.shape {
    display: flex;
    justify-content: center; /* Horizontally center the content */
}

.circle {
    background-color: white;
    width: 140px;
    height: 140px;
    border-radius: 100%;

    position: absolute; /* Position relative to the card-container */
    text-align: center; /* Center the text horizontally */
    display: flex;
    justify-content: center; /* Horizontally center the content */
    align-items: center; /* Vertically center the content */
}

.shape-img {
    z-index: 2;
    position: absolute; 
}

.circular-shape {
    background: linear-gradient(180deg, rgba(65, 88, 208, 0.2) 0%, rgba(80, 171, 200, 0.2) 52.84%, rgba(112, 255, 152, 0.128) 100%);
    width: 300px;
    height: 300px;
    border-radius: 100%;
    overflow: hidden; /* Hide overflow outside the border-radius */
    position: absolute fixed; /* Position relative to the card-container */
    text-align: center; /* Center the text horizontally */

    margin-top: 30px;

    -webkit-filter: blur(30px); /* Prefixed version for older WebKit-based browsers */
    filter: blur(30px); /* Standard version for modern browsers */
}

.test-para {
    margin-top: 50px !important;
    margin-bottom: 4% !important;
    width: 45%;
    text-align: center; /* Center the text horizontally */
    margin-left: 27.5%;
    margin-right: 27.5%;
    z-index: 10 !important;
}

.name {
    margin: 0;
    padding: 0;
}

/* --- --- */

/* --- bg gradient shape 03 --- */
.circular-shape-left2 {
    background: linear-gradient(49.08deg, rgba(65, 88, 208, 0.4) 11.3%, rgba(80, 178, 200, 0.4) 57.52%, rgba(112, 255, 152, 0.184) 91.12%);

    width: 450px;
    height: 450px;
    border-radius: 100%;

    margin-top: -20%;
    margin-left: -20%;

    -webkit-filter: blur(50px); /* Prefixed version for older WebKit-based browsers */
    filter: blur(50px); /* Standard version for modern browsers */
}
/* --- --- */


/* --- news --- 
.news {
    margin-top: -4% !important;
    margin-left: 7.5%;
    margin-right: 7.5%;
}

.nTopics {
    text-align: center;
}

.news-cont {
    margin-left: 18px !important;
    margin-right: 18px !important;
}

.news-cont p {
    font-size: 15px;
}

.news-cont a {
    color: #007EB1 !important;
    text-decoration: none;
}

.news-cont a:hover {
    color: #006380 !important;
    text-decoration: none;
}

.news-cont a p {
    color: #007EB1 !important;
}

.date {
    color: #1E1C3199;
    font-size: 12px !important;
}
/* --- --- */


/* --- get in touch section --- */
.getInTouch {
    margin-top: 6%;
    margin-left: 7.5%;
    margin-right: 7.5%;
    height: fit-content !important;
}

.getInTouch .card {
    background: linear-gradient(79.42deg, #527FF6 26.94%, #50B2C8 71.39%, rgba(112, 255, 152, 0.4) 112.35%);
    border: none;
}

.getInTouch .card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;

    padding-left: 15% !important;
    padding-right: 15% !important;
}

.gitRow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.getInTouch h3 {
    color: white;
}

.btn-div {
    display: flex !important;
    justify-content: center !important; /* Center content horizontally */
    align-items: center !important; /* Center content vertically */
    height: auto;

    top: 50% !important;
    bottom: 50% !important;
}

.getInTouch .btn {
    color: #007EB1; 
    background-color: white; 

    font-size: 15px !important; 

    padding: 15px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;

    border: none;
    
}

.getInTouch .btn:hover {
    background-color: #007EB1; /* Change background color on hover */
    color: white;
    border: none;
}

/* modal */
.custom-width-btn-modal .modal-dialog {
    max-width: 60%; 
}

.modal-topic {
    width: 65%;
}

.modal-btn {
    background-color: #007EB1 !important;  
    color: white !important;
}

.modal-btn:hover {
    background-color: #006380;
}

.circular-container {
    width: 15px;
    height: 15px;
    border-radius: 50%; /* This makes the container circular */
    background-color: #cbcbcb;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
    margin-left: 97%;
    border: none;
    padding: 10px;
}

.btn-close-btn {
    padding: none;
    color: white;
    border: none;
    border-radius: 50%; /* This makes the button circular */
    cursor: pointer;
    font-size: 12px !important;
    background-color: #cbcbcb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body .f-col {
    margin-left: 0px;
}

/* --- --- */


/* --- footer --- */
.footer {
    margin-left: 7.5%;
    margin-right: 7.5%;
    margin-top: 8%;
}

.f-cont {
    font-size: 15px;
    color: #222136B2;
}

.f-cont a {
    text-decoration: none !important;
    color: #222136B2 !important;
}

.btn-with-image {
    background-image: url('images/Vector.png');
    background-size: cover;
    background-position: center;
    padding: 12px;
    border: none;
    color: transparent;
    text-align: center;
    background-repeat: no-repeat;

    -webkit-background-size: cover; /* Safari 3.0+ */
    -moz-background-size: cover;    /* Firefox 3.6+ */
    -o-background-size: cover;      /* Opera 9.5+ */

    background-color: transparent;  /* Fallback color */
    display: inline-block;          /* Ensure proper button display */
    cursor: pointer;                /* Ensure the cursor is a pointer */
}

.input-with-image .btn-with-image {
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translateY(-50%);
}

.fb {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.btn-grp {
    width: max-content !important;
    text-align: center !important;
}

.icon-btn {
    border: 1px solid #007EB1 !important;
    border-radius: 100%;
    
    padding-top: 10px;
    padding-bottom: 10px;

    padding-left: 15px;
    padding-right: 15px;

    background-color: white;

    color: #007EB1;
}

.icon-btn:hover {
    background-color: #007EB1;
}

.icon-btn:hover i{
    color: white;
}

.icon-btn i {
    color: #007EB1;
    font-size: 15px;
}

.footer a {
    text-decoration: none !important;
    color: #222136B2 !important;
}

/* rights */
.rights {
    margin-top: -5%;
}
/* --- --- */


/*--------------*/

/* screen sizes smaller than 350px (mobile) */
@media (max-width: 351px) {
    body {
        overflow-x: hidden !important;
    }

    .container-fluid {
        padding: 0px;
        margin: 0px;
        overflow-x: hidden !important;

        
    }


    .logo {
        margin-left: -20px;
    }

    .circular-shape-left {
        width: 300px;
        height: 300px;
        margin-top: 50%;
        margin-left: -60%;

        -webkit-filter: blur(40px); /* Prefixed version for older WebKit-based browsers */
        filter: blur(40px); /* Standard version for modern browsers */
    }

    .circular-shape-right {
       display: none;
    }


    .home-content .row {
        flex-direction: column;

        display: flex;
        justify-content: left !important; 
        align-items: start !important; 

        margin-left: 1px;
        margin-right: 1px;
    }

    .home-content-img {
        margin-top: 45px;
        text-align: center !important;

        margin-left: 2px;
        margin-right: 2px;

        padding: 0px !important;

        width: 100%;

        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }

    .home-img1 {
        height: 290px;
        width: auto;
    }

    .home-img2 {
        height: 290px;
        width: auto;
    }

    .home-content {
        margin-top: -110%;
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;

        padding-right: 20px;
    }

    .home-content-cont {
        width: 100%; 
        text-align: left; 
        margin-left: 0%;    
    }

    .home-content-cont h1 {
        font-size: 28px;
    }

    .home-content-para {
        margin-right: 0px;
        text-align: left;
        margin-bottom: 20px;
    }

    .home-content-btn {
        margin-top: 1px !important;
        margin-bottom: 5px !important;
        display: inline-block; /* Ensure the button behaves like an inline element */
    }


    .services {
        margin-top: 15% !important;
        margin-left: 15px;
        margin-right: 15px;
        max-width: 98%; /* Set a maximum width for the container */
        overflow-x: hidden;
    }

    .service-content {
        margin-top: 35px !important;
    }

    .service-content h6 {
        margin-left: 10px;
    }

    .service-content p {
        text-align: left;
        margin-left: 10px;
        min-height: fit-content;
    }

    .icon {
        width: 40px;
        height: 40px;
        border-radius: 15px;
    }

    .sTopic {
        text-align: left !important;
    }


    .about-us .row {
        flex-direction: column;
    }

    .about-us {
        margin-left: 15px;
        margin-right: 15px;
    }

    .aboutUs-img {
        width: 100%;
        height: auto;
        text-align: center;

        margin-bottom: 10px;
    }

    .aboutUs-content {
        width: 100%; 
        text-align: left;  
        margin-top: 30px;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .aboutUs-content h1 {
        font-size: 28px;
    }

    .aboutUs-content-para {
        max-width: 100%;
        text-align: left;
    }

    #certificate .row {
        flex-direction: row !important;
    }

    .certificate {
        margin-left: 0px !important;
        width: 100%;
        padding-bottom: 20px;
    }


    .portfolio .row {
        flex-direction: column;
    }

    .portfolio {
        margin-left: 15px !important;
        margin-right: 15px !important;
        text-align: left;
    }

    .portfolio-topic {
        padding-left: 5px ;
        padding-right: 5px ;
    }

    .pro-cardTopic {
        text-align: left !important;
    }

    .modal-body .row {
        flex-direction: column;
    }

    .model-body h5 p {
        text-align: center;
    }

    .custom-width-modal .modal-dialog {
        max-width: 100%; 
    }

    .des {
        text-align: left;
    }

    .modal-topic {
        width: fit-content !important;
        text-align: left;
    }

    .modal-form {
        text-align: left !important;
    }

    .modal-close-btn {
        margin-top: 3% !important;
        margin-left: 95% !important;
    }


    .clients {
        margin-top: 25% !important;
    }


    .testimony {
        text-align: center;
        margin-top: 15% !important;   
        width: 100%; 
    }

    .test-para {
        width: 95%;
        margin-left: 15px;
        margin-right: 15px;
    }

    .circular-shape {
        width: 180px;
        height: 185px;
    }

    .circular-shape-left2 {
        display: none;
    }


    /*.news {
        margin-top: 30% !important;
        margin-left: 10px;
        margin-right: 10px;
    }

    .news .row {
        flex-direction: column;
    }

    .news-cont {
        text-align: left !important;
    }*/


    .getInTouch {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 100px;
    }

    .gitCard .row {
        flex-direction: column;
        display: flex;
        align-items: center;

        width: 100%;
    }


    .gitCard .col {
        width: 100% !important;
        display: flex;
        align-items: center;
    }

    .getInTouch .card-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .getInTouch h3 {
        font-size: large;
        text-align: center;
        width: fit-content;

        margin-bottom: 20px;
    }

    .getInTouch .btn { 
        font-size: small !important; 
        width: max-content !important;
    }

    .modal-close-btn {
        margin-top: 2% !important;
        margin-left: 94% !important;
    }

    .circular-container {
        margin-top: 1.5%;
        margin-left: 95%;
    }


    .footer {
        margin-left: 15.5px;
        margin-right: 15.5px;
    }

    
    .footer .row {
        flex-direction: column !important;
    }

    .footer-logo img {
        margin-left: -5px;
    }

    .f-cont {
        text-align: left !important;
    }

    .f-col {
        text-align: left; 
    }

    .modal .f-col img {
        display: inline-block; /* Ensure the image behaves like an inline element */
        margin-left: -10px;
    }

    .btn-grp {
        width: max-content !important;
        text-align: left !important;
    }

    .social-btns {
        display: flex;
        justify-content: left; 
        align-items: start;
        flex-direction: column !important;
    }


    .f-col {
        margin-left: -7px;
    }

    .modal-body .f-col {
        margin-left: -10px;
    }
  
}


/* screen sizes smaller than 400px (mobile) */
@media (min-width: 351px) and (max-width: 400px) {
    body {
        overflow-x: hidden !important;

        padding: 0px;
        margin: 0px;
    }

    .container-fluid {
        width: 100%;
        padding: 0px;
        margin: 0px;
        overflow-x: hidden !important;
    }
    

    .logo {
        margin-left: -22px;
    }


    .circular-shape-left {
        width: 300px;
        height: 300px;

        margin-top: 40%;
        margin-left: -15%;

        -webkit-filter: blur(40px); /* Prefixed version for older WebKit-based browsers */
        filter: blur(40px); /* Standard version for modern browsers */
    }

    .circular-shape-right {
       display: none;
    }


    .home-content .row {
        flex-direction: column;

        display: flex;
        justify-content: left !important; 
        align-items: start !important; 

        margin-left: 2px !important;
        margin-right: 2px !important;

        padding: 0px !important;
    }

    .home-content-img {
        margin-top: 45px;
        text-align: center !important;

        margin-left: 0px !important;
        margin-right: 0px !important;

        padding: 0px !important;

        width: 100%;

        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }

    .home-img1 {
        height: 330px;
        width: auto;
    }

    .home-img2 {
        height: 330px;
        width: auto;
    }

    .home-content {
        margin-top: -95%;
        margin-left: 0px;
        margin-right: 10px;
        width: 100%;
    }

    .home-content-cont {
        width: 100%; 
        text-align: left; 
        padding-left: 15px;
    }

    .home-content-cont h1 {
        font-size: 35px;
    }

    .home-content-para {
        margin-right: 0px;
        text-align: left;
        margin-bottom: 25px;
    }

    .home-content-btn {
        margin-top: 1px !important;
        margin-bottom: 5px !important;
        display: inline-block; /* Ensure the button behaves like an inline element */
    }


    .services {
        margin-top: 15% !important;
        margin-left: 16px;
        margin-right: 16px;
        max-width: 100%; /* Set a maximum width for the container */
        overflow-x: hidden;
    }

    .service-content {
        margin-top: 35px !important;
    }

    .service-content h6 {
        margin-left: 10px;
    }

    .service-content p {
        text-align: left;
        margin-left: 10px;
        min-height: fit-content;
    }

    .icon {
        width: 40px;
        height: 40px;
        border-radius: 15px;
    }

    .sTopic {
        text-align: left !important;
    }


    .about-us .row {
        flex-direction: column;
    }

    .about-us {
        margin-left: 16px;
        margin-right: 16px;

        padding-left: 2px;
        padding-right: 2px;
    }

    .aboutUs-img {
        width: 100%;
        height: auto;
        text-align: center;

        margin-bottom: 10px;
    }

    .aboutUs-content {
        width: 100%; 
        text-align: left; 
        margin-top: 30px;
        padding-left: 20px !important;
        padding-right: 20px;
    }

    .aboutUs-content h1 {
        font-size: 35px;
    }

    .aboutUs-content-para {
        max-width: 100%;
        text-align: left;
    }

    #certificate .row {
        flex-direction: row !important;
    }

    .certificate {
        margin-left: 0px !important;
        width: 100%;
        padding-bottom: 20px;
    }


    .portfolio .row {
        flex-direction: column;
    }

    .portfolio {
        margin-left: 16px;
        margin-right: 16px;

        margin-top: 30px !important;

        text-align: left;

        padding-left: 2px;
        padding-right: 2px;
    }

    .portfolio-topic {
        padding-left: 5px ;
        padding-right: 5px ;
    }

    .pro-cardTopic {
        text-align: left !important;
    }

    .modal-body .row {
        flex-direction: column;
    }

    .model-body h5 p {
        text-align: center;
    }

    .custom-width-modal .modal-dialog {
        max-width: 100%; 
    }

    .des {
        text-align: left;
    }

    .modal-topic {
        width: fit-content !important;
        text-align: left;
    }

    .modal-close-btn {
        margin-top: 3% !important;
        margin-left: 95% !important;
    }


    .clients {
        margin-top: 25% !important;
    }


    .testimony {
        text-align: center;
        margin-top: 15% !important;
        width: 100%;   
    }

    .test-topic {
        width: fit-content;
        margin-left: 16px;
        margin-right: 16px;
    }

    .test-para {
        width: fit-content;
        margin-left: 16px;
        margin-right: 16px;
    }

    .circular-shape {
        width: 200px;
        height: 225px;
    }

    .circular-shape-left2 {
        display: none;
    }


    /*.news {
        margin-top: 30% !important;
        margin-left: 16px;
        margin-right: 16px;
    }

    .nContent .row {
        flex-direction: column;
    }

    .news-cont {
        text-align: justify !important;
    }*/


    .getInTouch {
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 100px;

        padding-left: 2px;
        padding-right: 2px;
    }

    .gitCard .row {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .gitCard .col {
        width: 100% !important;
        display: flex;
        align-items: center;
    }

    .getInTouch .card-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .getInTouch h3 {
        font-size: large;
        text-align: center;
        width: fit-content;

        margin-bottom: 20px;
    }

    .getInTouch .btn { 
        font-size: small !important; 
        width: max-content !important;
    }

    .modal-close-btn {
        margin-top: 2% !important;
        margin-left: 95% !important;
    }

    .circular-container {
        margin-top: 1.5%;
        margin-left: 95.5%;
    }

    
    .footer .row {
        flex-direction: column !important;

        margin-left: 1%;
    }

    .footer {
        margin-left: 5.5px;
        margin-left: 5.5px;
    }

    .f-cont {
        text-align: left !important;
    }

    .f-col {
        text-align: left; 
    }

    .f-col img {
        display: inline-block; /* Ensure the image behaves like an inline element */
    }

    .btn-grp {
        width: max-content !important;
        text-align: left !important;
    }


    .f-col {
        margin-left: -16px;
    }

    .modal-body .f-col {
        margin-left: -20px;
    }
}


/* screen sizes smaller than 450px (tab / mobile) */
@media (min-width: 400px) and (max-width: 450px) {
    body {
        overflow-x: hidden !important;

        padding: 0px;
        margin: 0px;
    }

    .container-fluid {
        width: 100%;
        padding: 0px;
        margin: 0px;
        overflow-x: hidden !important;
    }
    

    .logo {
        margin-left: -20px;
    }


    .circular-shape-left {
        width: 300px;
        height: 300px;

        margin-top: 40%;
        margin-left: -15%;

        -webkit-filter: blur(40px); /* Prefixed version for older WebKit-based browsers */
        filter: blur(40px); /* Standard version for modern browsers */
    }

    .circular-shape-right {
       display: none;
    }


    .home-content .row {
        flex-direction: column;

        display: flex;
        justify-content: left !important; 
        align-items: start !important; 

        margin-left: 6px !important;
        margin-right: 6px !important;

        padding: 0px !important;
    }

    .home-content-img {
        margin-top: 45px;
        text-align: center !important;

        margin-left: 0px ;
        margin-right: 0px ;

        padding: 0px !important;

        padding-left: 0px !important;
        padding-right: 0px !important;

        width: 100%;

        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }

    .home-img1 {
        height: 390px;
        width: auto;
    }

    .home-img2 {
        height: 390px;
        width: auto;
    }

    .home-content {
        margin-top: -88%;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .home-content-cont {
        width: 100%; 
        text-align: left; 
        padding-left: 15px;
    }

    .home-content-cont h1 {
        font-size: 35px;
    }

    .home-content-para {
        margin-right: 0px;
        text-align: left;
        margin-bottom: 25px;
    }

    .home-content-btn {
        margin-top: 1px !important;
        margin-bottom: 5px !important;
        display: inline-block; /* Ensure the button behaves like an inline element */
    }


    .services {
        margin-top: 15% !important;
        margin-left: 22px;
        margin-right: 22px;
        max-width: 100%; /* Set a maximum width for the container */
        overflow-x: hidden;
    }

    .service-content {
        margin-top: 35px !important;
    }

    .service-content h6 {
        margin-left: 10px;
    }

    .service-content p {
        text-align: left;
        margin-left: 10px;
        min-height: fit-content;
        width: 100%;
    }

    .icon {
        width: 40px;
        height: 40px;
        border-radius: 15px;
    }

    .sTopic {
        text-align: left !important;
    }


    .about-us .row {
        flex-direction: column;
    }

    .about-us {
        margin-left: 22px;
        margin-right: 22px;
    }

    .aboutUs-img {
        width: 100%;
        height: auto;
        text-align: center;

        margin-bottom: 10px;
    }

    .aboutUs-content {
        width: 100%; 
        text-align: left; 
        margin-top: 30px;
        padding-left: 20px !important;
        padding-right: 20px;
    }

    .aboutUs-content h1 {
        font-size: 35px;
    }

    .aboutUs-content-para {
        max-width: 100%;
        text-align: left;
    }

    #certificate .row {
        flex-direction: row !important;
    }

    .certificate {
        margin-left: 0px !important;
        width: 100%;
        padding-bottom: 20px;
    }


    .portfolio .row {
        flex-direction: column;
    }

    .portfolio {
        margin-left: 22px;
        margin-right: 22px;

        margin-top: 30px !important;

        text-align: left;
    }

    .portfolio-topic {
        padding-left: 10px ;
        padding-right: 10px ;
    }

    .pro-cardTopic {
        text-align: left !important;
    }

    .modal-body .row {
        flex-direction: column;
    }

    .model-body h5 p {
        text-align: center;
    }

    .custom-width-modal .modal-dialog {
        max-width: 100%;
    }

    .des {
        text-align: left;
    }

    .modal-topic {
        width: fit-content !important;
        text-align: left;
    }

    .modal-close-btn {
        margin-top: 3% !important;
        margin-left: 95% !important;
    }


    .clients {
        margin-top: 25% !important;
    }


    .testimony {
        text-align: center;
        margin-top: 15% !important;
        width: 100%; 
        
    }

    .test-para {
        width: fit-content;
        margin-left: 22px;
        margin-right: 22px;
    }

    .circular-shape {
        width: 200px;
        height: 225px;
    }

    .circular-shape-left2 {
        display: none;
    }


    /*.news {
        margin-top: 30% !important;
        margin-left: 22px;
        margin-right: 22px;
    }

    .nContent .row {
        flex-direction: column;
    }

    .news-cont {
        text-align: justify !important;
    }*/


    .getInTouch {
        margin-left: 22px;
        margin-right: 22px;
        margin-top: 100px;
    }

    .gitCard .row {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .gitCard .col {
        width: 100% !important;
        display: flex;
        align-items: center;
    }

    .getInTouch .card-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .getInTouch h3 {
        font-size: large;
        text-align: center;
        width: fit-content;

        margin-bottom: 20px;
    }

    .getInTouch .btn { 
        font-size: small !important; 
        width: max-content !important;
    }

    .modal-close-btn {
        margin-top: 2% !important;
        margin-left: 95% !important;
    }

    .circular-container {
        margin-top: 1.5%;
        margin-left: 95.5%;
    }

    
    .footer .row {
        flex-direction: column !important;

        margin-left: 1%;
    }

    .footer {
        margin-left: 10px;
        margin-left: 10px;
    }

    .f-cont {
        text-align: left !important;
    }

    .f-col {
        text-align: left; 
    }

    .f-col img {
        display: inline-block; /* Ensure the image behaves like an inline element */
    }

    .btn-grp {
        width: max-content !important;
        text-align: left !important;
    }


    .f-col {
        margin-left: -16px;
    }

    .modal-body .f-col {
        margin-left: -20px;
    }
}


/* screen sizes smaller than 500px (tab / mobile) */
@media (min-width: 451px) and (max-width: 499px) {
    body {
        overflow-x: hidden !important;

        padding: 0px;
        margin: 0px;
    }

    .container-fluid {
        width: 100%;
        padding: 0px;
        margin: 0px;
        overflow-x: hidden !important;
    }
    

    .logo {
        margin-left: -20px;
    }


    .circular-shape-left {
        width: 300px;
        height: 300px;

        margin-top: 40%;
        margin-left: -15%;

        -webkit-filter: blur(40px); /* Prefixed version for older WebKit-based browsers */
        filter: blur(40px); /* Standard version for modern browsers */
    }

    .circular-shape-right {
       display: none;
    }


    .home-content .row {
        flex-direction: column;

        display: flex;
        justify-content: left !important; 
        align-items: start !important; 

        margin-left: 6px !important;
        margin-right: 6px !important;

        padding: 0px !important;
    }

    .home-content-img {
        margin-top: 45px;
        text-align: center !important;

        margin-left: 0px ;
        margin-right: 0px ;

        padding: 0px !important;

        padding-left: 0px !important;
        padding-right: 0px !important;

        width: 100%;

        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }

    .home-img1 {
        height: 405px;
        width: auto;
    }

    .home-img2 {
        height: 405px;
        width: auto;
    }

    .home-content {
        margin-top: -88%;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .home-content-cont {
        width: 100%; 
        text-align: left; 
        padding-left: 15px;
    }

    .home-content-cont h1 {
        font-size: 35px;
    }

    .home-content-para {
        margin-right: 0px;
        text-align: left;
        margin-bottom: 25px;
    }

    .home-content-btn {
        margin-top: 1px !important;
        margin-bottom: 5px !important;
        display: inline-block; /* Ensure the button behaves like an inline element */
    }


    .services {
        margin-top: 15% !important;
        margin-left: 22px;
        margin-right: 22px;
        max-width: 100%; /* Set a maximum width for the container */
        overflow-x: hidden;
    }

    .service-content {
        margin-top: 35px !important;
    }

    .service-content h6 {
        margin-left: 10px;
    }

    .service-content p {
        text-align: left;
        margin-left: 10px;
        min-height: fit-content;
        width: 100%;
    }

    .icon {
        width: 40px;
        height: 40px;
        border-radius: 15px;
    }

    .sTopic {
        text-align: left !important;
    }


    .about-us .row {
        flex-direction: column;
    }

    .about-us {
        margin-left: 22px;
        margin-right: 22px;
    }

    .aboutUs-img {
        width: 100%;
        height: auto;
        text-align: center;

        margin-bottom: 10px;
    }

    .aboutUs-content {
        width: 100%; 
        text-align: left; 
        margin-top: 30px;
        padding-left: 20px !important;
        padding-right: 20px;
    }

    .aboutUs-content h1 {
        font-size: 35px;
    }

    .aboutUs-content-para {
        max-width: 100%;
        text-align: left;
    }

    #certificate .row {
        flex-direction: row !important;
    }

    .certificate {
        margin-left: 0px !important;
        width: 100%;
        padding-bottom: 20px;
    }


    .portfolio .row {
        flex-direction: column;
    }

    .portfolio {
        margin-left: 22px;
        margin-right: 22px;

        margin-top: 30px !important;

        text-align: left;
    }

    .portfolio-topic {
        padding-left: 10px ;
        padding-right: 10px ;
    }

    .pro-cardTopic {
        text-align: left !important;
    }

    .modal-body .row {
        flex-direction: column;
    }

    .model-body h5 p {
        text-align: center;
    }

    .custom-width-modal .modal-dialog {
        max-width: 100%;
    }

    .des {
        text-align: left;
    }

    .modal-topic {
        width: fit-content !important;
        text-align: left;
    }

    .modal-close-btn {
        margin-top: 3% !important;
        margin-left: 95% !important;
    }


    .clients {
        margin-top: 25% !important;
    }


    .testimony {
        text-align: center;
        margin-top: 15% !important;
        width: 100%; 
        
    }

    .test-para {
        width: fit-content;
        margin-left: 22px;
        margin-right: 22px;
    }

    .circular-shape {
        width: 200px;
        height: 225px;
    }

    .circular-shape-left2 {
        display: none;
    }


    /*.news {
        margin-top: 30% !important;
        margin-left: 22px;
        margin-right: 22px;
    }

    .nContent .row {
        flex-direction: column;
    }

    .news-cont {
        text-align: justify !important;
    }*/


    .getInTouch {
        margin-left: 22px;
        margin-right: 22px;
        margin-top: 100px;
    }

    .gitCard .row {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .gitCard .col {
        width: 100% !important;
        display: flex;
        align-items: center;
    }

    .getInTouch .card-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .getInTouch h3 {
        font-size: large;
        text-align: center;
        width: fit-content;

        margin-bottom: 20px;
    }

    .getInTouch .btn { 
        font-size: small !important; 
        width: max-content !important;
    }

    .modal-close-btn {
        margin-top: 2% !important;
        margin-left: 95% !important;
    }

    .circular-container {
        margin-top: 1.5%;
        margin-left: 95.5%;
    }

    
    .footer .row {
        flex-direction: column !important;

        margin-left: 1%;
    }

    .footer {
        margin-left: 10px;
        margin-left: 10px;
    }

    .f-cont {
        text-align: left !important;
    }

    .f-col {
        text-align: left; 
    }

    .f-col img {
        display: inline-block; /* Ensure the image behaves like an inline element */
    }

    .btn-grp {
        width: max-content !important;
        text-align: left !important;
    }


    .f-col {
        margin-left: -16px;
    }

    .modal-body .f-col {
        margin-left: -20px;
    }
}

/* screen sizes smaller than 540px (tab / mobile) */
@media (min-width: 500px) and (max-width: 540px) {
    body {
        overflow-x: hidden !important;

        padding: 0px;
        margin: 0px;
    }

    .container-fluid {
        width: 100%;
        padding: 0px;
        margin: 0px;
        overflow-x: hidden !important;
    }
    

    .logo {
        margin-left: -20px;
    }


    .circular-shape-left {
        width: 300px;
        height: 300px;

        margin-top: 40%;
        margin-left: -15%;

        -webkit-filter: blur(40px); /* Prefixed version for older WebKit-based browsers */
        filter: blur(40px); /* Standard version for modern browsers */
    }

    .circular-shape-right {
       display: none;
    }


    .home-content .row {
        flex-direction: column;

        display: flex;
        justify-content: left !important; 
        align-items: start !important; 

        margin-left: 10px !important;
        margin-right: 10px !important;

        padding: 0px !important;
    }

    .home-content-img {
        margin-top: 45px;
        text-align: center !important;

        margin-left: 0px ;
        margin-right: 0px ;

        padding: 0px !important;

        padding-left: 0px !important;
        padding-right: 0px !important;

        width: 100%;

        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }

    .home-img1 {
        height: 440px;
        width: auto;
    }

    .home-img2 {
        height: 440px;
        width: auto;
    }

    .home-content {
        margin-top: -80%;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .home-content-cont {
        width: 100%; 
        text-align: left; 
        padding-left: 15px;
    }

    .home-content-cont h1 {
        font-size: 35px;
    }

    .home-content-para {
        margin-right: 0px;
        text-align: left;
        margin-bottom: 25px;
    }

    .home-content-btn {
        margin-top: 1px !important;
        margin-bottom: 5px !important;
        display: inline-block; /* Ensure the button behaves like an inline element */
    }


    .services {
        margin-top: 15% !important;
        margin-left: 25px;
        margin-right: 25px;
        max-width: 100%; /* Set a maximum width for the container */
        overflow-x: hidden;
    }

    .service-content {
        margin-top: 35px !important;
    }

    .service-content h6 {
        margin-left: 10px;
    }

    .service-content p {
        text-align: left;
        margin-left: 10px;
        min-height: fit-content;
        width: 100%;
    }

    .icon {
        width: 40px;
        height: 40px;
        border-radius: 15px;
    }

    .sTopic {
        text-align: left !important;
    }


    .about-us .row {
        flex-direction: column;
    }

    .about-us {
        margin-left: 25px;
        margin-right: 25px;
    }

    .aboutUs-img {
        width: 100%;
        height: auto;
        text-align: center;

        margin-bottom: 10px;
    }

    .aboutUs-content {
        width: 100%; 
        text-align: left; 
        margin-top: 30px;
        padding-left: 20px !important;
        padding-right: 20px;
    }

    .aboutUs-content h1 {
        font-size: 35px;
    }

    .aboutUs-content-para {
        max-width: 100%;
        text-align: left;
    }

    #certificate .row {
        flex-direction: row !important;
    }

    .certificate {
        margin-left: 0px !important;
        width: 100%;
        padding-bottom: 20px;
    }


    .portfolio .row {
        flex-direction: column;
    }

    .portfolio {
        margin-left: 25px;
        margin-right: 25px;

        margin-top: 30px !important;

        text-align: left;
    }

    .portfolio-topic {
        padding-left: 10px ;
        padding-right: 10px ;
    }

    .pro-cardTopic {
        text-align: left !important;
    }

    .modal-body .row {
        flex-direction: column;
    }

    .model-body h5 p {
        text-align: center;
    }

    .custom-width-modal .modal-dialog {
        max-width: 100%;
    }

    .des {
        text-align: left;
    }

    .modal-topic {
        width: fit-content !important;
        text-align: left;
    }

    .modal-close-btn {
        margin-top: 2% !important;
        margin-left: 95% !important;
    }


    .clients {
        margin-top: 25% !important;
    }


    .testimony {
        text-align: center;
        margin-top: 15% !important;
        width: 100%; 
        
    }

    .test-para {
        width: fit-content;
        margin-left: 25px;
        margin-right: 25px;
    }

    .circular-shape {
        width: 200px;
        height: 225px;
    }

    .circular-shape-left2 {
        display: none;
    }


    /*.news {
        margin-top: 30% !important;
        margin-left: 25px;
        margin-right: 25px;
    }

    .nContent .row {
        flex-direction: column;
    }

    .news-cont {
        text-align: justify !important;
    }*/


    .getInTouch {
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 100px;
    }

    .gitCard .row {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .gitCard .col {
        width: 100% !important;
        display: flex;
        align-items: center;
    }

    .getInTouch .card-body {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .getInTouch h3 {
        font-size: large;
        text-align: center;
        width: fit-content;

        margin-bottom: 20px;
    }

    .getInTouch .btn { 
        font-size: small !important; 
        width: max-content !important;
    }

    .modal-close-btn {
        margin-top: 2% !important;
        margin-left: 95% !important;
    }

    .circular-container {
        margin-top: 1.5%;
        margin-left: 95.5%;
    }

    
    .footer .row {
        flex-direction: column !important;

        margin-left: 1%;
    }

    .footer {
        margin-left: 16px;
        margin-left: 16px;
    }

    .f-cont {
        text-align: left !important;
    }

    .f-col {
        text-align: left; 
    }

    .f-col img {
        display: inline-block; /* Ensure the image behaves like an inline element */
    }

    .btn-grp {
        width: max-content !important;
        text-align: left !important;
    }


    .f-col {
        margin-left: -16px;
    }

    .modal-body .f-col {
        margin-left: -20px;
    }
}



/* home images */
@media (min-width: 541px) and (max-width: 767px) {
    body {
        overflow-x: hidden !important;
    }

    .container-fluid {
        width: 100%;
        padding: 0px;
        margin: 0px;
        overflow-x: hidden !important;
    }

    .logo {
        margin-left: -20px;
    }


    .circular-shape-left {

        width: 150px;
        height: 250px;
        margin-top: 15%;
        margin-left: -10%;

        -webkit-filter: blur(40px); /* Prefixed version for older WebKit-based browsers */
        filter: blur(40px); /* Standard version for modern browsers */
    }

    .circular-shape-right {
       display: none;
    }



    .home-content .row {
        flex-direction: column;

        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */

        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .home-content-img {
        margin-top: 45px;
        text-align: center !important;

        width: 100%;

        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }

    .home-img1 {
        height: 480px;
        width: auto;
    }

    .home-img2 {
        height: 480px;
        width: auto;
    }

    .home-content {
        margin-top: -40%;
        margin-left: 8px;
        margin-right: 8px;
        width: 100%;
    }

    .home-content-cont {
        width: 95%; 
    }

    .home-content-para {
        margin-right: 15px;
        text-align: left;
        margin-bottom: 25px;
    }

    .home-content-btn {
        margin-top: 1px !important;
        margin-bottom: 5px !important;
        display: inline-block; /* Ensure the button behaves like an inline element */
    }

    .homeModal .row {
        flex-direction: row;
    }


    .services {
        margin-top: 15% !important;
        margin-left: 30px;
        margin-right: 30px;
        max-width: 100%; /* Set a maximum width for the container */
        overflow-x: hidden;
    }

    .service-content {
        margin-top: 35px !important;
    }

    .service-content h6 {
        margin-left: 10px;
    }

    .service-content p {
        text-align: left;
        margin-left: 10px;
        min-height: fit-content;
    }

    .icon {
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }

    .sTopic {
        text-align: left !important;
    }


    .about-us .row {
        flex-direction: column;
    }

    .about-us {
        margin-left: 30px;
        margin-right: 30px;

        text-align: center;
    }

    .aboutUs-img {
        width: 100%;
        height: auto;
        text-align: center;

        margin-bottom: 10px;
    }

    .aboutUs-content {
        width: 100%; 
        text-align: left; /* Center align the content */ 
        margin-top: 30px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .aboutUs-content-para {
        max-width: 100%;
        text-align: left;
    }

    .certificate {
        flex-direction: row !important;
        margin-left: 0px !important;
        width: 100%;

        margin-bottom: 40px;
    }


    .portfolio {
        margin-left: 30px;
        margin-right: 30px;

        margin-top: 30px !important;
    }

    .portfolio-topic {
        text-align: left;
        flex-direction: column !important;
    }

    .pro-cardTopic {
        text-align: left !important;
    }

    .model-body h5 p {
        text-align: center;
    }

    .custom-width-modal .modal-dialog {
        max-width: 100%; 
    }

    .des {
        text-align: left;
    }

    .modal-topic {
        width: fit-content !important;
        text-align: center;
    }

    .modal-close-btn {
        margin-top: 2% !important;
        margin-left: 95% !important;
    }


    .clients {
        margin-top: 25% !important;
    }


    .testimony {
        text-align: center;
        margin-top: 15% !important;
        margin-left: 20px;
        margin-right: 20px;
        
    }

    .test-para {
        width: fit-content;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center !important;
        margin-top: 10% !important;
    }

    .circular-shape {
        width: 250px;
        height: 250px;
    }

    .circular-shape-left2 {
        display: none;
    }


   /* .news {
        margin-top: 30% !important;
        margin-left: 30px;
        margin-right: 30px;
    }

    .nContent .row {
        flex-direction: column;
    }

    .news-cont {
        text-align: justify !important;
    }*/


    .getInTouch {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 50px;
    }

    .gitCard .row {
        display: flex;
        align-items: center;
    }

    .gitCard .col {
        width: 100% !important;
        display: flex;
        align-items: center;
    }

    .getInTouch .card-body {
        padding-left: 10% !important;
        padding-right: 10% !important;

        padding-top: 8% !important;
        padding-bottom: 8% !important;
    }

    .getInTouch h3 {
        font-size: xx-large;
        text-align: left;
        width: fit-content;
    }

    .getInTouch .btn { 
        font-size: medium !important; 
        width: max-content !important;
    }

    .modal-topic {
        width: fit-content !important;
        text-align: center;
    }

    .modal-close-btn {
        margin-top: 2% !important;
        margin-left: 95% !important;
    }

    .circular-container {
        margin-top: 1.5%;
        margin-left: 95.5%;
    }


    .footer .row {
        flex-direction: column;
        width: 100% ;
    }

    .footer {
        margin-left: 35px;
        margin-left: 35px;
    }

    .f-cont {
        text-align: left !important;
    }

    .f-col {
        text-align: left; 
    }

    .modal .f-col img {
        margin-left: -20px;
        display: inline-block; /* Ensure the image behaves like an inline element */
    }

    .btn-grp {
        width: max-content !important;
        text-align: center !important;
    }


    .f-col {
        margin-left: -16px;
    }
    
}

@media (min-width: 553px) and (max-width: 560px) {
    .home-img1 {
        height: 495px;
        width: auto;
    }

    .home-img2 {
        height: 495px;
        width: auto;
    }
}

@media (min-width: 560px) and (max-width: 580px) {
    .home-img1 {
        height: 500px;
        width: auto;
    }

    .home-img2 {
        height: 500px;
        width: auto;
    }
}

@media (min-width: 580px) and (max-width: 600px) {
    .home-img1 {
        height: 515px;
        width: auto;
    }

    .home-img2 {
        height: 515px;
        width: auto;
    }
}

@media (min-width: 601px) and (max-width: 635px) {
    .home-img1 {
        height: 540px;
        width: auto;
    }

    .home-img2 {
        height: 540px;
        width: auto;
    }
}

@media (min-width: 636px) and (max-width: 645px) {
    .home-img1 {
        height: 550px;
        width: auto;
    }

    .home-img2 {
        height: 550px;
        width: auto;
    }
}

@media (min-width: 646px) and (max-width: 665px) {
    .home-img1 {
        height: 580px;
        width: auto;
    }

    .home-img2 {
        height: 580px;
        width: auto;
    }
}

@media (min-width: 666px) and (max-width: 680px) {
    .home-img1 {
        height: 600px;
        width: auto;
    }

    .home-img2 {
        height: 600px;
        width: auto;
    }
}

@media (min-width: 681px) and (max-width: 700px) {
    .home-img1 {
        height: 610px;
        width: auto;
    }

    .home-img2 {
        height: 610px;
        width: auto;
    }
}

@media (min-width: 701px) and (max-width: 720px) {
    .home-img1 {
        height: 630px;
        width: auto;
    }

    .home-img2 {
        height: 630px;
        width: auto;
    }
}

@media (min-width: 721px) and (max-width: 760px) {
    .home-img1 {
        height: 650px;
        width: auto;
    }

    .home-img2 {
        height: 650px;
        width: auto;
    }
}
/* end of home images */


/* screen sizes between 768px and 992px */
@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow-x: hidden !important;
    }

    .container-fluid {
        width: 100%;
        padding: 0px;
        margin: 0px;
        overflow-x: hidden !important;
    }

    .logo {
        margin-left: -30px;
    }

    .circular-shape-left {
        width: 400px;
        height: 400px;
        margin-top: 19%;
        margin-left: -17%;

        -webkit-filter: blur(60px); /* Prefixed version for older WebKit-based browsers */
        filter: blur(60px); /* Standard version for modern browsers */
    }

    .circular-shape-right {
       display: none;
    }


    .home-content .row {
        flex-direction: column;

        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }

    .home-content-img {
        margin-top: 45px;
        text-align: center !important;

        width: 100%;

        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: center; /* Center vertically */
    }

    .home-img1 {
        height: 705px;
        width: auto;
    }

    .home-img2 {
        height: 705px;
        width: auto;
    }

    .home-content {
        margin-top: -58%;
        margin-left: 35px;
        margin-right: 35px;
        width: 100%;

        padding-right: 55.5px;
    }

    .home-content-cont {
        width: 100%; 
    }

    .home-content-para {
        margin-right: 15px;
        text-align: left;
        margin-bottom: 25px;
    }

    .home-content-btn {
        margin-top: 1px !important;
        margin-bottom: 5px !important;
        display: inline-block; /* Ensure the button behaves like an inline element */
    }

    .homeModal .row {
        flex-direction: row;
    }

    .services {
        margin-top: 10% !important;
        margin-left: 35px;
        margin-right: 35px;
        max-width: 100%; /* Set a maximum width for the container */
        overflow-x: hidden;
    }

    .service-content {
        margin-top: 35px !important;
    }

    .service-content h6 {
        margin-left: 10px;
    }

    .service-content p {
        text-align: left;
        margin-left: 10px;
        min-height: fit-content;
    }

    .icon {
        width: 55px;
        height: 55px;
        border-radius: 15px;
    }

    .sTopic {
        text-align: left !important;
    }


    .about-us .row {
        flex-direction: column;
    }

    .about-us {
        margin-left: 35px;
        margin-right: 35px;

        text-align: left;
    }

    .aboutUs-img {
        width: 100%;
        height: auto;
        text-align: center !important;

        margin-bottom: 10px;
    }

    .aboutUs-content {
        width: 100%; 
        text-align: left;
        margin-top: 30px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .aboutUs-content-para {
        max-width: 100%;
        text-align: left;
    }

    .certificate {
        flex-direction: row !important;
        margin-left: 0px !important;
        width: 100%;

        margin-bottom: 40px;
    }


    .portfolio {
        margin-left: 35px;
        margin-right: 35px;

        margin-top: 30px !important;
    }

    .pro-cardTopic {
        text-align: left !important;
    }

    .model-body h5 p {
        text-align: center;
    }

    .custom-width-modal .modal-dialog {
        max-width: 100%; 
    }

    .des {
        text-align: left;
    }

    .modal-close-btn {
        margin-top: 2% !important;
        margin-left: 95% !important;
    }


    .clients {
        margin-top: 25% !important;
    }


    .testimony {
        text-align: center;
        margin-top: 15% !important;
        margin-left: 20px;
        margin-right: 20px;
        
    }

    .test-para {
        width: fit-content;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center !important;
        margin-top: 10% !important;
    }

    .circular-shape {
        width: 250px;
        height: 250px;
    }

    .circular-shape-left2 {
        display: none;
    }


    /*.news {
        margin-top: 10% !important;
        margin-left: 20px;
        margin-right: 20px;
    }

    .news-cont {
        text-align: justify !important;
    }*/


    .getInTouch {
        margin-left: 35px;
        margin-right: 35px;
        margin-top: 110px;
    }

    .gitCard .row {
        display: flex;
        align-items: center;
    }

    .gitCard .col {
        width: 100% !important;
        display: flex;
        align-items: center;
    }

    .getInTouch .card-body {
        padding-left: 8% !important;
        padding-right: 8% !important;

        padding-top: 4% !important;
        padding-bottom: 4% !important;
    }

    .getInTouch h3 {
        font-size: xx-large;
        text-align: left;
        width: fit-content;
    }

    .getInTouch .btn { 
        font-size: large !important; 
        width: max-content !important;
    }

    .modal-topic {
        width: fit-content !important;
        text-align: center;
    }

    .footer {
        margin-left: 40px;
        margin-right: 40px;
    }

    .footer .row {
        flex-direction: column;
    }

    .input-with-image .btn-with-image {
        position: absolute;
        left: 94%; 
    }


    .f-cont {
        text-align: left !important;
    }

    .f-col {
        text-align: left; 
    }

    .f-col img {
        display: inline-block; /* Ensure the image behaves like an inline element */
    }

    .btn-grp {
        width: max-content !important;
        text-align: center !important;
    }


    .f-col {
        margin-left: -16px;
    }
}


/* screen sizes between 992px and 1024px */
@media (min-width: 992px) and (max-width: 1023px) {
    body {
        overflow-x: hidden !important;
    }

    .container-fluid {
        width: 100%;
        padding: 0px;
        margin: 0px;
        overflow-x: hidden !important;
    }


    .circular-shape-left {
        width: 400px;
        height: 400px;
        margin-top: 15%;
        margin-left: -17%;

        -webkit-filter: blur(60px); /* Prefixed version for older WebKit-based browsers */
        filter: blur(60px); /* Standard version for modern browsers */
    }

    .circular-shape-right {
       display: none;
    }


    .home-content-img {
        margin-top: 1%;
    }

    .home-img1 {
        height: 18%;
        width: auto;
    }

    .home-img2 {
        height: 18%;
        width: auto;
    }

    .home-content {
        margin-top: -43%;
        margin-left: 20px;
        margin-right: 20px;
        width: 96%;

        height: fit-content !important;
    }

    .home-content-cont h1{
      font-size: 2.75rem !important;
    }

    .home-content-para {
        margin-right: 15px;
        text-align: left;
        margin-bottom: 25px;
    }


    .services {
        margin-top: -155% !important;
        margin-left: 20px;
        margin-right: 20px;
        max-width: 100%; /* Set a maximum width for the container */
        overflow-x: hidden;
    }

    .service-content {
        margin-top: 35px !important;
    }

    .service-content h6 {
        margin-left: 25px;
    }

    .service-content p {
        text-align: left;
        margin-left: 25px;
    }

    .icon {
        width: 55px;
        height: 55px;
        border-radius: 15px;
    }

    .sTopic {
        text-align: left !important;
    }


    .about-us {
        margin-left: 20px;
        margin-right: 20px;
    }

    .aboutUs-img {
        margin-top: 15% !important;
    }

    .aboutUs-content h1 {
        font-size: 2.75rem !important;
    }

    .aboutUs-content-para {
        text-align: left;
    }

    .certificate {
        flex-direction: row !important;
        margin-left: 0px !important;
        width: 100%;

        margin-bottom: 40px;
    }


    .portfolio {
        margin-left: 20px;
        margin-right: 20px;

        margin-top: 8% !important;
    }

    .pro-cardTopic {
        text-align: left !important;
    }

    .model-body h5 p {
        text-align: center;
    }

    .custom-width-modal .modal-dialog {
        max-width: 85%; 
    }

    .des {
        text-align: left;
    }

    .modal-close-btn {
        margin-top: 2% !important;
        margin-left: 95% !important;
    }


    .clients {
        margin-top: 18% !important;
    }


    .testimony {
        text-align: center;
        margin-top: 15% !important;
        margin-left: 20px;
        margin-right: 20px;
        
    }

    .test-para {
        width: fit-content;
        margin-left: 20px;
        margin-right: 20px;
        text-align: center !important;
        margin-top: 10% !important;
    }

    .circular-shape {
        width: 250px;
        height: 250px;
    }

    .circular-shape-left2 {
        display: none;
    }


    .news {
        margin-top: 10% !important;
        margin-left: 20px;
        margin-right: 20px;
    }

    .news-cont {
        text-align: justify !important;
    }


    .getInTouch {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 100px;
    }

    .gitCard .row {
        display: flex;
        align-items: center;
    }

    .gitCard .col {
        width: 100% !important;
        display: flex;
        align-items: center;
    }


    .footer {
        margin-left: 20px;
        margin-left: 20px;
    }

   .footer-logo {
        margin-left: 10px !important;
    }

    .btn-grp {
        width: max-content !important;
        text-align: center !important;
    }
}


/* screen sizes bigger than 1024px */
@media (min-width: 1023px) and (max-width: 1200px) {

    .container-fluid {
        /*width: 100%;
        padding: 0px;
        margin: 0px;*/
        overflow-x: hidden !important;
    }

    .circular-shape-left {
        margin-top: 17%;
        margin-left: -15%;
        width: 400px;
        height: 400px;
    }
    
    .circular-shape-right {
        display: none;    
    }


    .home-content {
        margin-top: -45%;
    }

    .home-content-cont h1{
        font-size: 3.3rem !important;
    }

    .home-content-img {
        margin-top: 4%;
    }


    .services {
        margin-top: -120% !important;
        max-width: 100%; /* Set a maximum width for the container */
        overflow-x: hidden;
    }

    .service-content h6 {
        margin-left: 25px;
    }

    .service-content p {
        margin-left: 25px;
    }


    .aboutUs-img {
        margin-top: 15% !important;
    }

    .aboutUs-content h1 {
        font-size: 3.3rem !important;
    }


    .portfolio {
        margin-top: 8% !important;
    }

    .circular-shape-left2 {
        margin-left: -35%;
    }


    .news {
        margin-top: -17% !important;
        z-index: 1;
    }


    .custom-width-modal .modal-dialog {
        max-width: 70%; 
    }
}


@media (min-width: 1200px) and (max-width: 1300px) {

    .container-fluid {
        width: 100%;
        padding: 0px;
        margin: 0px;
        overflow-x: hidden !important;
    }

    .circular-shape-left {
        margin-top: 17%;
        margin-left: -15%;
        width: 400px;
        height: 400px;
    }
    
    .circular-shape-right {
        display: none;    
    }


    .home-content {
        margin-top: -40%;
    }

    .home-content-img {
        margin-top: 4%;
    }


    .services {
        margin-top: -136% !important;
        max-width: 100%; /* Set a maximum width for the container */
        overflow-x: hidden;
    }

    .service-content h6 {
        margin-left: 25px;
    }

    .service-content p {
        margin-left: 25px;
    }


    .aboutUs-img {
        margin-top: 15% !important;
    }

    .about-us {
        margin-top: 8% !important;
    }


    .portfolio {
        margin-top: 8% !important;
    }

    .circular-shape-left2 {
        margin-left: -35%;
    }


    .news {
        margin-top: -13% !important;
        z-index: 1;
    }


    .custom-width-modal .modal-dialog {
        max-width: 70%;
    }
}

@media screen and (min-width: 1300px){
    .container-fluid {
        width: 100%;
        padding: 0px;
        margin: 0px;
        overflow-x: hidden !important;
    }
    
}

@media screen and (min-width: 2000px){

    .home-content {
        margin-top: -20%;
    }

    .home-content-img {
        margin-top: -2%;
    }


    .services {
        margin-top: -100% !important;
        max-width: 100%; /* Set a maximum width for the container */
        overflow-x: hidden;
    }
    
}


