* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body {
    cursor: url("../cursor.png"), auto;
    /* cursor: url("../pointer.png") , pointer; */
}

@media (max-width:2560px) {

    .facebook:hover {
        background: #0084ab;
        border-color: #04bbf1;
        box-shadow: 0px 0px 4px 0px #ffdaa3;
        color: #ffdaa3;
        transition: all .2s ease;
    }

    .abth2 {
        font-size: 60px;
        font-weight: 500;
        -webkit-text-stroke: 2px black;
        color: transparent;
        margin: 0px;
    }

    .w3-right {
        transition: .2s ease-in-out;

    }

    .w3-right:hover {
        transform: scale(1.2);
    }

    .w3-bar-item .fa-regular {
        font-size: 28px;
        transition: .2s ease-out;
        color: black;
    }

    .w3-bar-item .fa-regular:hover {
        transform: scale(1.2);
    }

    .ign {
        background: black;
        z-index: 99;
    }


    .pages ul {
        display: flex;
        color: white;
        font-size: 19px;
        margin: 0px;
    }

    .pages ul li {
        text-decoration: none;
        list-style: none;
        margin: 0px 15px;
        cursor: pointer;
        transition: .2s ease;
        padding: 4px 10px;
        border-radius: 4px;
    }

    .pages ul a {
        text-decoration: none;
    }

    .pages ul li:hover {
        color: white;
        background: #09799a;
    }

    .logo {
        padding: 20px 0px 20px 40px;
    }

    .top-menu {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .sidebar-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }





    .section1 {
        background-color: black;
    }

    .top-content {
        color: white;
        text-align: left;
    }

    .top-content h1 {
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .top-content h1 span {
        color: lightblue;
    }

    .heading {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sec1row {
        height: 90vh;
    }

    .aaa {
        height: 400px;
        width: 400px;
        background-color: lightblue;
        border-radius: 53% 47% 72% 28% / 71% 61% 39% 29%;
        position: relative;
        z-index: 9999;
    }

    .main-img-2 {
        position: absolute;
    }

    .main-img-3 {
        position: absolute;
    }

    .bbb {
        height: 400px;
        width: 400px;
        background-color: rgba(160, 212, 229, 0.877);
        border-radius: 43% 57% 70% 30% / 30% 62% 38% 70%;
    }

    .ccc {
        height: 400px;
        width: 400px;
        background-color: rgba(164, 209, 226, 0.411);
        border-radius: 75% 25% 29% 71% / 64% 62% 38% 36%;
    }

    .social-icons {
        color: white;
        display: flex;
        flex-direction: column;
    }

    .social-icons .fa-brands {
        padding: 20px;
        font-size: 20px;
        transition: .2s ease;
    }

    .social-icons .fa-brands:hover {
        transform: scale(1.4);
        cursor: pointer;
        color: lightblue;
    }

    .section1 .container-fluid {
        padding-left: 150px;
    }

    /******** scrollbar *******/
    ::-webkit-scrollbar {
        width: 12px;
        height: 8px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: lightblue;
        border-radius: 10px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(134, 211, 236);
    }

    .sec2txt1 p {
        letter-spacing: 2px;
        font-weight: 600;
        font-size: 16px;
    }

    .sec2txt1 h2 {
        font-size: 40px;
        font-weight: bolder;
        letter-spacing: 1px;
    }

    .sec2txt2 h4 {
        font-size: 28px;
        font-weight: 600;
        margin: 10px 0px 19px 0px;
        letter-spacing: 1px;
    }

    .sec2txt2 p {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .services {
        font-size: 60px;
    }

    .sec2content:hover .services-icon {
        border: none;
        transform: scale(1.3);
        /* box-shadow: 0px 0px 30px -10px black; */
        filter: drop-shadow(1px 1px 20px rgb(97, 201, 235));
    }

    .services-icon {
        padding: 7px;
        border-radius: 50%;
        transition: .2s ease-in;
    }

    .sec2content {
        margin-top: 30px;

    }

    .cards {
        padding: 0px 30px;
        border: 1px solid #dadada;
    }

    .section2 {
        padding: 80px 0px;
    }

    .aboutme {
        height: 450px;
        width: 550px;
        background-color: black;
        z-index: 9;
    }

    .section3 {
        padding: 120px 0px;
    }

    .abtme {
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .abtme h2 {
        text-align: left;
        font-size: 42px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .abtme p {
        font-size: 20px;
    }

    .doted {
        position: absolute;
        width: 20%;
        margin-top: -338px;
        margin-left: 424px;
    }

    .bgtxt {
        font-weight: 800;
        color: #e8ecf0cc;
        font-size: 195px;
        position: absolute;
        z-index: -4;
        left: 2%;
    }

    .abtme span {
        background: lightblue;
        padding: 14px 40px;
    }

    .footer {
        padding: 50px;
        background-color: black;
    }

    .footer-social .fa-brands {
        font-size: 28px;
        padding: 10px;
        /* background: lightblue; */
        /* border-radius: 50%; */
        color: black;
        margin: 10px;
        transition: .2s ease;
        border-radius: 50%;
        background: linear-gradient(145deg, #e0e0e0, #87def1);
        box-shadow: 50px 50px 100px #000000,
            -50px -50px 100px #000000;
    }

    .footer-social .fa-brands:hover {
        transform: scale(1.2);
    }

    .ftrtxt1 {
        color: #ffffffcf;
    }

    .ftrtxt1 h3 {
        letter-spacing: 2px;
        font-size: 30px;
        font-weight: 500;
        margin-top: 22px;
    }

    .ftrp {
        margin-top: 48px;
    }

























    /* ourorg */

    .website {
        background-image: linear-gradient(237deg, #00000000, #000000), url(../images/img1.png);
        height: 80vh;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 80vh;
        color: white;
        background-position: center;
        display: flex;
        align-items: center;
    }

    .webfirst-text {
        transition: .4s ease;
    }

    .webfirst-text h1 {
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 45px;
        color: #34b7bb;
    }

    .webfirst-text p {
        font-size: 20px;
        margin: 20px 0px;
    }

    .webfirst-text button {
        border: none;
        padding: 10px 18px;
        border-radius: 6px;
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 2px;
        transition: .4s ease;
        background: #34b7bb;
        color: #f8f9fa;
    }

    .webfirst-text button:hover {
        box-shadow: 0px 0px 8px 0px red;
        transform: translateX(10px);
        border: red;
    }

    .website-sec2 {
        padding: 40px 0px;
    }

    .icons {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .myicons {
        font-size: 36px;
        /* background: red;
        padding: 20px;
        border-radius: 50%; */
        color: #04bbf2;
        ;
        animation-name: upper-icons;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        /* transition: .2s ease; */
        animation-timing-function: ease-in;
    }

    @keyframes upper-icons {
        0% {
            transform: scale(0.8);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(0.8);
        }
    }

    .icon-text {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .icon-text p {
        margin-top: 20px;
        font-size: 16px;
        font-weight: bold;
        color: black;
    }

    .icons span {
        background: white;
        height: 70px;
        width: 70px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .website-sec2 {
        background: linear-gradient(225deg, #ffdaa3f7 20%, #09799a 83%);
    }

    .website-sec3 {
        padding: 60px 0px;
    }

    .website-sec3-text h2 {
        font-family: Raleway;
        font-size: 42px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: Capitalize;
        text-align: center;
        color: #000000;
    }

    .website-sec3-text h5 {
        color: #b82e2e;
    }

    .website-sec3-text p {
        padding: 20px 0px 40px 0px;

    }

    .facility-text {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: 20px;
    }

    .facility-text h3 {
        font-size: 23px;
        font-weight: 500;
        color: #34b7bb;
    }

    .web-facility:hover hr {
        width: 60% !important;
        background-color: #34b7bb !important;
    }

    .facility-text p {
        font-size: 16px;
    }

    .facility-text button {
        font-size: 16px;
        border: 1px solid #04bbf2;
        background: transparent;
        padding: 7px 16px;
        border-radius: 40px;
        text-transform: uppercase;
        color: #000000;
        transition: .3s ease;
    }

    .facility-text button:hover {
        transform: translateX(10px)
    }

    .facility-text hr {
        width: 30% !important;
        margin: 18px 0px !important;
        height: 4px !important;
        border-radius: 30px !important;
        background-color: #c9c9c9;
        opacity: 1;
        transition: .4s ease;
    }

    .fac-icon {
        font-size: 45px;
        color: #34b7bb;
    }

    .web-facility {
        border: 1px solid gray;
        padding: 25px;
        border-radius: 15px;
        transition: .3s ease;
        margin: 13px;
    }

    .web-facility:hover {
        box-shadow: 0px 0px 40px -25px gray;
        border-color: #34b7bb;
        transform: translateY(-10px);
    }


    .website-sec4 {
        background-image: linear-gradient(271deg, #17161638 19%, #34343400 55%, #eaeaea00 100%), url(../images/img2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        /* background-attachment: fixed; */
        color: white;
        background-position: center;

    }

    .website-sec4-text {
        padding: 50px 0px;
    }

    .sec4-text {
        color: #34b7bb;
        font-size: 20px;
    }

    .sec4-icons {
        font-size: 24px;
        color: #34b7bb;
    }

    .spans {
        font-size: 20px;
        padding: 0px 10px;
        color: #34b7bb;
    }

    .sec4-contents p {
        font-size: 16px;
    }

    .sec-map {
        background-color: #f0f0f0;
        padding: 80px 0px;
    }

    .sec-a-text h2 {
        font-family: Raleway;
        font-size: 42px;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: Capitalize;
        text-align: left;
        color: #000000;
    }

    .sec-a-text h5 {
        color: #b82e2e;
    }

    .sec-a-text p {
        font-size: 20px;
        padding: 14px 0px;
    }

    .map-icon {
        color: #b82e2e;
        padding-right: 10px;
    }

    .sec-a-col1 {
        border-right: 2px solid #b8b8b8;
        margin: 15px 0px;
    }

    .sec-a-col1 h2 {
        color: #b82e2e;
        font-size: 40px;
    }

    .sec-a-col2 {
        border-right: 2px solid #b8b8b8;
        margin: 15px 0px;
    }

    .sec-a-col2 h2 {
        color: #b82e2e;
        font-size: 40px;
    }

    .sec-a-col3 {

        margin: 15px 0px;
    }

    .sec-a-col3 h2 {
        color: #b82e2e;
        font-size: 40px;
    }

    .sec-a-inp {
        background: white;
        padding: 12px 4px;
        border-radius: 40px;
    }

    .sec-a-inp input {
        border: none;
        padding: 8px 50px 8px 10px;
        background: #e7e7e7;
        border-radius: 40px 0px 0px 40px;
    }

    .sec-a-icon {
        background: #07c7e6;
        padding: 12px 20px;
        border-radius: 0px 40px 40px 0px;
    }

    .owl-dots {
        display: none;
    }

    .carousel-icons {
        font-size: 100px;
    }

    .part {
        padding: 40px 0px;
    }

    .mainsec-5 {
        background-image: linear-gradient(88deg, #b4bec400 0%, #1b1649c7 66%), url(../images/img3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 80px;
    }

    .discover-padding {
        padding: 30px;
        background: #e6e6fa9c;
        border-radius: 25px;
    }

    .discover-padding h2 {
        font-size: 40px;
    }

    .discover {
        background: #34b7bb;
        padding: 8px 15px;
        border-radius: 30px;
    }

    /* Software */

    .software {
        background-image: linear-gradient(237deg, #00000000, #000000), url(../images/dev.jpg);
        height: 80vh;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 80vh;
        color: white;
        background-position: center;
        display: flex;
        align-items: center;
    }

    .website-seca4 {
        background-image: linear-gradient(95deg, #00000066 19%, #34343400 55%, #000000 100%), url(../images/software.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        /* background-attachment: fixed; */
        color: white;
        background-position: center;

    }


    /* Mobile */

    .websitem {
        background-image: linear-gradient(237deg, #00000000, #000000), url(../images/mol.jpg);
        height: 80vh;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 80vh;
        color: white;
        background-position: center;
        display: flex;
        align-items: center;
    }

    .mobile-1 {
        padding: 60px 0px
    }

    .mobile-img {
        padding: 30px;
        background: #daf4ff;
        border-radius: 12px;
    }

    .mobile-img img {
        width: 100%;
        border-radius: 12px;
    }

    .mobl {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile2 {
        padding: 50px 0px;
    }

    .mob-div1 {
        padding: 0px 25px 0px 0px;
    }

    .mob-text1 h5 {
        color: blue;
    }

    .mob-text1 h2 {
        font-size: 43px;
        font-weight: bold;
        margin: 20px 0px;
    }

    .mob-text1 h2 span {
        color: blue;
    }

    .mob-text1 p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .mob-sub-col {
        font-size: 22px;
    }

    .mob-sub-col span {
        color: blue;
        padding-right: 12px;
    }

    .mob-text1 button {
        padding: 15px 40px;
        border-radius: 13px;
        border: none;
        color: #ffffff;
        background: blue;
        font-size: 18px;
        font-weight: bold;
    }

    .mob-div {
        padding: 0px 20px 0px 79px;
    }

    .website-sec4m {
        background-image: linear-gradient(271deg, #6b6b6b0d 19%, #34343400 55%, #000000 100%), url(../images/mob3.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        /* background-attachment: fixed; */
        color: white;
        background-position: center;

    }


    /* Contact Page */

    .contact1 {
        background-image: linear-gradient(88deg, #2424241f 50%, #00000082 66%), url(../images/contact1.jpg);
        background-size: cover;
        height: 60vh;
        background-position: center;
    }

    .abtbg {
        background-image: linear-gradient(88deg, #2424241f 50%, #00000082 66%), url(../images/abtbg.jpg);
        background-size: cover;
        height: 60vh;
        background-position: center;
    }

    .privacy {
        background-image: linear-gradient(88deg, #2424241f 50%, #00000082 66%), url(../images/blog.jpg);
        background-size: cover;
        height: 60vh;
        background-position: center;
    }

    .aboutus {
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 54px;
    }

    .contact2 {
        padding: 70px 0px;
    }

    .contact-icon {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .contact-icon span {
        /* background: white; */
        height: 70px;
        width: 70px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* border: 1px solid #88001b; */
        background: white;
    }

    .contact-icon {
        font-size: 36px;
        /* background: red;
        padding: 20px;
        border-radius: 50%; */
        color: #09799a;
    }

    .contact-cards {
        padding: 30px;
        background: #34b7bb17;
        border-radius: 12px;
        transition: .3s ease;
        border: 1px solid #ffffff;
    }

    .contact-cards:hover {
        border-color: #c7586e;
    }

    .contact-text h3 {
        margin: 16px 0px;
        color: #09799a;
    }

    .contact3 {
        padding: 80px 0px;
        background-image: linear-gradient(88deg, #eeededc9 50%, #f1efefc9 66%), url(../images/cnt.jpg);
        background-size: cover;
        background-position: center;
    }

    .contact-btn {
        border: none;
        padding: 7px 30px;
        background: #09799a;
        color: white;
        border-radius: 30px;
        margin-top: 20px;
    }

    .contact-text2 h2 {
        font-size: 36px;
        margin: 20px 0px;
        color: #b82e2e;
    }

    .send-msg {
        width: 100%;
        margin-top: 10px;
        padding: 8px;
        border-radius: 40px;
        border: none;
        background: #b82e2e;
        color: white;
    }

    .cnt-form {
        padding: 30px;
        background: #edf9f9;
        border-radius: 20px;
        box-shadow: 0px 0px 20px 0px #d3d3d3;
    }



    /* Style the dropdown button */
    .dropbtn {
        background-color: #ffffff00;
        color: #ffffff;
        border: none;
        cursor: pointer;
        border-radius: 8px;
    }

    /* Style the dropdown container */
    .dropdown {
        position: relative;
        display: inline-block;
    }

    /* Dropdown content (hidden by default) */
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 200px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 8px;
    }

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-wrap: nowrap;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        background-color: #f1f1f1;
        border-left: 3px solid #09799a;
        border-radius: 0px;
        padding-left: 22px;
        transition: all .1s ease;
    }

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }

    .priv {
        padding-bottom: 60px;
    }

    .priv h4 {
        text-transform: uppercase;
        margin-top: 60px;
        font-size: 22px;
        font-weight: 500;
    }

    .priv h2 {
        margin: 20px 0px;
        font-size: 38px;
        font-weight: 500;
        color: #34b7bb;
    }

    .priv p {
        font-size: 17px;
    }

    .spnn {
        border: 1px solid;
        padding: 0px 20px 0px 16px;
        background: #34b7bb;
        border-color: #34b7bb;
        color: white;
        border-radius: 0px 50px 50px 0px;
        transition: .3s ease;
    }

    .abtad1:hover .spnn {
        padding: 0px 30px 0px 16px;
    }

    .abtad h2 {
        font-size: 38px;
        color: #34b7bb;
        margin-bottom: 26px;
        text-align: center;
        font-weight: 500;
    }

    .abtft {
        padding: 60px 0px;
    }

    .carousel-inner {
        height: 90vh;
    }

    .ind-icon span i {
        color: #b2dd4c;
        font-size: 72px;

    }

    .ind-card1 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 20px 17px;
    }

    .ind-text h3 {
        margin: 20px 0px;
        font-weight: 600;
    }

    .ind-text h5 {
        font-size: 16px;
    }

    .indsec2 {
        padding: 60px 0px;
    }

    .indsec3 {
        padding: 60px 0px 0px 0px;
        background-color: rgb(236, 236, 236);
    }

    .indsec3-text h2 {
        font-size: 34px;
        font-weight: 700;
    }

    .indsec3-text p {
        margin: 25px 0px;
    }

    .indsec3-text button {
        padding: 10px 20px;
        border: none;
        background: lightblue;
        border-radius: 5px;
        color: white;
    }

    .indsec3-col {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .indsec3-img {
        padding: 0px 0px 0px 50px;
    }


    .image-container {
        position: relative;
        overflow: hidden;
        /* width: 300px;
        height: 200px; */
        cursor: pointer;
    }

    .image-container img {
        width: 100%;
        height: 100%;
        transition: filter 0.5s ease;
    }

    .image-container:hover img {
        filter: brightness(50%);
    }

    .image-container .foreground {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        color: white;
        font-size: 18px;
        font-weight: bold;
        opacity: 0;
        transition: opacity 0.5s ease, background-color 0.5s ease;
    }

    .image-container:hover .foreground {
        opacity: 1;
        background-color: #213744a4;
        /* 50% transparent blue background on hover */
    }

    .indsec5 {
        background-image: url(../images/aa9.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .indsec8 {
        background-image: url(../images/im1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 70vh;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }

    .indsec5-text h2 {
        font-family: Raleway;
        font-size: 52px;
        line-height: 60px;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: Capitalize;
        text-align: center;
        color: #ffffff;
    }

    .indsec5-text h5 {
        margin: 24px 0px;
    }

    .buttons button {
        padding: 7px 20px;
        background-color: transparent;
        color: white;
        border-radius: 5px;
        margin: 10px 18px;
        border: 1px solid gray;
        font-weight: bold;
    }

    .buttons button:hover {
        background-color: #09799a;
        border: 1px solid #09799a;
        transition: all .2s ease;
    }

    .indsec6-col1 {
        background: lightblue;
        padding: 55px 65px;
    }

    .indsec6-col2 {
        background: #f8f5f5e0;
        padding: 55px 65px;
    }

    .indsec6-col3 {
        background: #212121;
        padding: 55px 65px;
    }

    .indsec6-text p {
        margin: 20px 0px 35px 0px;
    }

    .indsec6-col1 .indsec6-text button {
        padding: 8px 20px;
        background: transparent;
        border: 1px solid gray;
    }

    .indsec6-col1 .indsec6-text button:hover {
        background: #09799a;
        border: 1px solid #09799a;
        transition: all .2s ease;
    }

    .indsec6-col2 .indsec6-text button {
        padding: 8px 20px;
        background: transparent;
        border: 1px solid gray;
    }

    .indsec6-col2 .indsec6-text button:hover {
        background: #09799a;
        border: 1px solid #09799a;
        transition: all .2s ease;
    }

    .indsec6-col3 .indsec6-text button {
        padding: 8px 20px;
        color: white;
        background: transparent;
        border: 1px solid gray;
    }

    .indsec6-col3 .indsec6-text button:hover {
        background: #09799a;
        border: 1px solid #09799a;
        transition: all .2s ease;
    }

    .indsec6-col3 .indsec6-text {
        color: white;
    }

    .indsec7 {
        padding: 50px 0px 0px 0px;
    }

    .indsec7-subcol p span i {
        color: #70c0da;
    }

    .indsec7-text h2 {
        font-size: 34px;
        line-height: 1.284em;
        font-weight: 700;
        font-family: Raleway, sans-serif;
    }

    .indsec7-text h5 {
        margin: 25px 0px;
    }

    .indsec7-subcol p span {
        padding-right: 10px;
    }

    .indsec7-imgcol {
        display: flex;
        justify-content: center;
        align-items: center;
    }





    * {
        box-sizing: border-box;
    }

    .page-body {
        font-family: 'Arial', sans-serif;
        background: linear-gradient(to right, #a1c4fd, #c2e9fb);
        color: #333;
        margin: 0;
        padding: 0;
    }

    .site-header,
    .site-footer {
        width: 100%;
        position: relative;
    }

    .post-date {
        color: #004d40;
    }

    .site-header {
        background-color: #4f9bda;
        color: white;
        padding: 2rem 0;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .site-title {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .site-nav .nav-list {
        list-style-type: none;
        padding: 0;
    }

    .nav-item {
        display: inline;
        margin-right: 20px;
    }

    .nav-link {
        color: white;
        text-decoration: none;
        transition: color 0.3s;
    }

    .nav-link:hover {
        color: #ffeb3b;
    }

    .content {
        padding: 2rem;
    }

    .content-wrapper {
        display: flex;
        max-width: 1200px;
        margin: 0 auto;
    }

    .blog-flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 75%;
    }

    .sidebar {
        width: 25%;
        background-color: #e0f7fa;
        padding: 1rem;
        margin-left: 1rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .sidebar h2 {
        font-size: 1.5rem;
    }

    .sidebar-list {
        list-style-type: none;
        padding: 0;
    }

    .sidebar-list li {
        margin-bottom: 10px;
    }

    .sidebar-list a {
        text-decoration: none;
        color: #00796b;
        transition: color 0.3s;
    }

    .sidebar-list a:hover {
        color: #004d40;
    }

    .blog-post {
        background-color: white;
        padding: 1.5rem;
        margin: 0.5rem;
        flex: 1 1 calc(30% - 1rem);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s, box-shadow 0.2s;
    }

    .blog-post:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    }

    .post-title {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
    }

    .post-content {
        font-size: 1rem;
        line-height: 1.6;
    }

    .site-footer {
        background-color: #4f9bda;
        color: white;
        text-align: center;
        padding: 1rem;
        position: relative;
        bottom: 0;
        width: 100%;
    }

    .post-image {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }

    @media (max-width: 800px) {
        .blog-post {
            flex: 1 1 calc(50% - 1rem);
        }

        .sidebar {
            width: 100%;
            margin: 1rem 0 0 0;
        }
    }

    @media (max-width: 600px) {
        .nav-item {
            display: block;
            margin-bottom: 10px;
        }

        .content {
            padding: 1rem;
        }

        .blog-post {
            flex: 1 1 100%;
        }
    }



}


@media (max-width:1920px) {}

@media (max-width:1440px) {}

@media (max-width:1024px) {}

@media (max-width:768px) {}

@media (max-width:576px) {

    .bgtxt {
        font-size: 100px;
    }

    .section1 .container-fluid {
        padding: 100px 40px 300px 40px;
    }

    .top-content {
        padding-bottom: 80px;
    }


    .frmbl {
        display: none;
    }

    .mycv {
        margin-bottom: 50px;
    }

    .doted {
        display: none;
    }

    .section3 {
        padding: 0px;
    }

    .myimgmbl {
        padding: 0px;
    }

    .logo {
        padding: 20px 0px 20px 0px;
    }

    .top-menu {
        display: none;
    }

    .sidebar-btn {
        justify-content: end;
    }
}

@media (max-width:426px) {

    .bbb {
        height: 350px;
        width: 350px;
    }

    .ccc {
        height: 350px;
        width: 350px;
    }
}


























/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1000px) {

    #timeline .demo-card:nth-child(odd) .head::after,
    #timeline .demo-card:nth-child(even) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    #timeline .demo-card:nth-child(odd) .head::before,
    #timeline .demo-card:nth-child(even) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #ffffff;
        border-radius: 9px;
        box-shadow: 0px 0px 2px 8px #f7f7f7;
    }
}

/* Some Cool Stuff */
.demo-card:nth-child(1) {
    order: 1;
}

.demo-card:nth-child(2) {
    order: 4;
}

.demo-card:nth-child(3) {
    order: 2;
}

.demo-card:nth-child(4) {
    order: 5;
}

.demo-card:nth-child(5) {
    order: 3;
}

.demo-card:nth-child(6) {
    order: 6;
}

/* Border Box */
* {
    box-sizing: border-box;
}

/* Fonts */
body {
    font-family: Roboto;
}

#timeline {
    padding: 100px 0;
    background: #000000;
    border-top: 1px solid rgba(191, 191, 191, 0.4);
    border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}

#timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
}

#timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;

}

#timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
}

@media (min-width: 1000px) {
    #timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 1650px;
        margin: 0 auto;
    }
}

#timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, 0.4);
}

@media (min-width: 1000px) {
    #timeline .demo-card-wrapper::after {
        border-left: 1px solid #bdbdbd;
    }
}

#timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
}

@media (min-width: 480px) {
    #timeline .demo-card {
        max-width: 60%;
        box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
    }
}

@media (min-width: 720px) {
    #timeline .demo-card {
        max-width: 40%;
    }
}

@media (min-width: 1000px) {
    #timeline .demo-card {
        max-width: 450px;
        height: 400px;
        margin: 90px;
        margin-top: 45px;
        margin-bottom: 45px;
    }

    #timeline .demo-card:nth-child(odd) {
        margin-right: 45px;
    }

    #timeline .demo-card:nth-child(odd) .head::after {
        border-left-width: 15px;
        border-left-style: solid;
        left: 100%;
    }

    #timeline .demo-card:nth-child(odd) .head::before {
        left: 491.5px;
    }

    #timeline .demo-card:nth-child(even) {
        margin-left: 45px;
    }

    #timeline .demo-card:nth-child(even) .head::after {
        border-right-width: 15px;
        border-right-style: solid;
        right: 100%;
    }

    #timeline .demo-card:nth-child(even) .head::before {
        right: 489.5px;
    }

    #timeline .demo-card:nth-child(2) {
        margin-top: 180px;
    }
}

#timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
}

#timeline .demo-card .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
}

#timeline .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem;
}

@media (min-width: 480px) {
    #timeline .demo-card .head h2 {
        font-size: 165%;
        line-height: 1.2rem;
    }
}

#timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
}

@media (min-width: 480px) {
    #timeline .demo-card .head h2 span {
        font-size: 0.8rem;
    }
}

#timeline .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
}

@media (min-width: 1000px) {
    #timeline .demo-card .body {
        height: 315px;
    }
}

#timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}

#timeline .demo-card .body img {
    display: block;
    width: 100%;
}

#timeline .demo-card--step1 {
    background-color: #46b8e9;
}

#timeline .demo-card--step1 .head::after {
    border-color: #46b8e9;
}

#timeline .demo-card--step2 {
    background-color: #3ee9d1;
}

#timeline .demo-card--step2 .head::after {
    border-color: #3ee9d1;
}

#timeline .demo-card--step3 {
    background-color: #ce43eb;
}

#timeline .demo-card--step3 .head::after {
    border-color: #ce43eb;
}

#timeline .demo-card--step4 {
    background-color: #4d92eb;
}

#timeline .demo-card--step4 .head::after {
    border-color: #4d92eb;
}

#timeline .demo-card--step5 {
    background-color: #46b8e9;
}

#timeline .demo-card--step5 .head::after {
    border-color: #46b8e9;
}