@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;500&family=Duru+Sans&family=Open+Sans:wght@300=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Dosis', sans-serif;
        font-weight: 500;
    }
    
    body {
        background: #fff;
        margin: 19px 18px;
    }
    
    html {
        scroll-behavior: smooth;
    }
    
    #main {
        position: relative;
        margin: 9px 10px;
    }
    
    .background_image {
        /* background: url("bg_img.jpg"); */
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-position: top;
        overflow: hidden;
        align-items: center;
        background-color: #c1c3cc;
        background-image: linear-gradient(76deg, rgba(193, 195, 204, 0.83) 35%, rgba(193, 195, 204, 0.28) 65%), url("bg_img.jpg");
        background-position: 0px 0px, 50% 0%;
        background-size: auto, cover;
        background-attachment: scroll, fixed;
    }
    
    .list_items {
        margin-left: 610px;
    }
    
    .logo {
        background: #E47312;
        color: #fff;
        text-transform: uppercase;
        font-family: sans-serif;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 21px;
        height: 70px;
        margin-left: -20px;
        position: absolute;
        top: 0%;
        padding-top: 17px;
    }
    
    .logo img {
        width: 75px;
        padding-left: 10px;
        padding-top: 10px;
    }
    
    #Home {
        color: #E47312;
    }
    
    .nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #ffff;
        padding: 0 20px;
        position: relative;
        /* border: 2px solid black; */
        width: 90%;
        top: 5%;
        height: 9vh;
        margin: 0 auto;
    }
    
    .list_items ul {
        display: flex;
        align-items: center;
    }
    
    .list_items li {
        padding: 15px;
        list-style: none;
    }
    
    .list_items a {
        text-decoration: none;
        color: black;
        font-size: 8px;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .list_items ul a:hover {
        color: #E47312;
    }
    
    .btn1 {
        background: #E47312;
        color: #fff;
        text-transform: uppercase;
        font-family: sans-serif;
        font-size: 7px;
        font-weight: 700;
        padding: 25.5px 11.4px;
        border: none;
        margin-right: -20px;
        position: relative;
        margin-left: 10px;
        transition: all 1s linear 0;
    }
    
    .btn1:hover {
        cursor: pointer;
        background: #e47412d1;
    }
    
    .btn2:hover {
        cursor: pointer;
        background: #e47412d1;
    }
    
    .page1_details {
        position: absolute;
        top: 180px;
        left: 13%;
        line-height: 40px;
        color: #fff;
    }
    
    .page1_details>h1 {
        font-size: 40px;
        letter-spacing: -3px;
    }
    
    .page1_details>p {
        font-size: 12px;
        opacity: 0.8;
    }
    
    .btn2 {
        background: #E47312;
        color: #fff;
        text-transform: uppercase;
        font-family: sans-serif;
        font-size: 7px;
        padding: 12px 12px;
        border: none;
        margin-right: -20px;
    }
    
    .page2 {
        position: absolute;
        /* height: 150vh; */
        width: 100%;
        background: #ffffff;
        margin-top: 500px;
    }
    
    .features-wrapper {
        /* position: absolute; */
        left: auto;
        top: auto;
        right: -2.5%;
        bottom: -83px;
        display: flex;
        width: 1000px;
        padding: 15px 100px 5px 50px;
        /* background-color: #e47312; */
    }
    
    .infos-flex {
        position: relative;
        left: auto;
        top: auto;
        right: -61.4%;
        bottom: 120px;
        display: flex;
        width: 641px;
        padding: 33px 72px;
        background-color: #e47312;
        background-image: linear-gradient(186deg, #e47312, #ff6361);
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 59px;
        font-size: 11px;
        color: #fff;
        align-items: center;
        text-align: center;
    }
    
    .social-vertical {
        display: flex;
        background: rgb(0, 0, 0);
        flex-direction: column;
        /* margin: 10px 20px; */
        width: 3%;
        padding: 10px 0px;
        position: absolute;
        right: -61px;
        top: 288px;
        align-items: center;
        gap: 15px;
    }
    
    .social-icon img {
        width: 15px;
        filter: invert(1);
        color: #fff;
    }
    
    .paragraph-white {
        margin-bottom: 5px;
        color: hsla(0, 0%, 100%, 0.7);
    }
    
    .paragraph-white {
        margin-bottom: 5px;
        color: hsla(0, 0%, 100%, 0.7);
    }
    
    .phone-text {
        margin-top: 0px;
        margin-bottom: 10px;
        color: #fff;
        font-size: 8px;
        line-height: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    .icons {
        width: 15px;
        color: #fff;
        filter: invert(1);
    }
    
    .title {
        /* background: red; */
        position: absolute;
        margin-top: 600px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 50px 150px;
        align-items: center;
    }
    
    .big_title {
        position: absolute;
        left: 144px;
        top: 7px;
        z-index: 1;
        color: rgba(241, 241, 247, 0.4);
        font-size: 75px;
        text-transform: uppercase;
    }
    
    .Small_title {
        position: relative;
        z-index: 2;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 19px;
        line-height: 40px;
        letter-spacing: 1px;
        margin-left: 23px;
        text-transform: uppercase;
    }
    
    .para {
        font-size: 10px;
        opacity: 0.5;
        text-transform: uppercase;
        padding-bottom: 5px;
    }
    
    .para:hover {
        cursor: pointer;
        border-bottom: 1.5px solid #E47312;
        width: 100px;
    }
    
    .container {
        position: absolute;
        width: 70%;
        /* border: 2px solid black; */
        top: 800px;
        left: 50%;
        transform: translate(-50%);
        display: flex;
    }
    
    .service-content {
        width: calc(25% - 5% -5% - 2px);
        margin: 5px;
        padding: 5px;
        /* display: flex; */
        /* border: 1px solid rgb(255, 29, 29); */
    }
    
    .features-icon {
        margin-bottom: 20px;
        width: 36px;
    }
    
    .service-content>.service-title {
        margin-top: 0px;
        font-size: 11px;
        line-height: 30px;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 600;
    }
    
    .service-content>img {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
    }
    
    .p_details {
        margin-bottom: 10px;
        font-family: Dosis, sans-serif;
        color: #919197;
        font-size: 10px;
        line-height: 15px;
    }
    
    .navlink {
        color: #919198;
        font-size: 8px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
    }
    
    .navlink>div {
        margin-top: 15px;
        margin-left: 0px;
        padding-top: 0px;
        color: white;
    }
    
    .navlink>div:hover {
        cursor: pointer;
        text-decoration: 2px solid underline;
    }
    
    .page2_data {
        position: absolute;
        width: 70%;
        top: 1100px;
        left: 50%;
        transform: translate(-50%);
        display: flex;
        padding: 10px;
    }
    
    .image_right {
        width: 35%;
    }
    
    img {
        width: 400px;
    }
    
    .Data_left {
        padding: 10px;
    }
    
    .Title {
        position: absolute;
        color: rgba(241, 241, 247, 0.4);
        font-size: 75px;
        text-transform: uppercase;
        left: 435px;
        top: -23px;
        z-index: 1;
        color: rgba(241, 241, 247, 0.4);
        font-size: 68px;
        letter-spacing: 11px;
    }
    
    .Small_title2 {
        position: relative;
        z-index: 2;
        margin-top: -4px;
        margin-bottom: 0px;
        font-size: 22px;
        line-height: 50px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-left: 52px;
        font-weight: bold;
    }
    
    .page2_para {
        margin-bottom: 11px;
        font-family: Dosis, sans-serif;
        color: #919197;
        font-size: 10px;
        line-height: 17px;
        padding: 0 49px;
    }
    
    .Meet_team {
        color: rgb(145, 145, 152);
        font-size: 8px;
        text-transform: uppercase;
        margin-left: 51px;
        margin-top: 27px;
        font-weight: bolder;
    }
    
    .Meet_team :hover {
        cursor: pointer;
        border-bottom: 2px solid #E47312;
        padding-bottom: 3px;
        max-width: 68px;
    }
    
    .numeric_data {
        position: absolute;
        /* height: 10vh; */
        /* border: 2px solid black; */
        transform: translate(-50%);
        margin-top: 80px;
        display: flex;
    }
    
    .DATA_page2 {
        width: 100%;
        margin: 20px;
        padding: 20px;
        /* background-color: #f2f2f2; */
        text-align: center;
        justify-content: space-between;
    }
    
    .fun_data {
        font-size: 40px;
        margin-bottom: 10px;
        color: #E47312;
        width: 38px;
        margin-block-end: 10px;
        font-weight: 500;
        font-family: 'Dosis', sans-serif;
        text-size-adjust: 100%;
    }
    
    .fun_para {
        margin-bottom: 10px;
        font-family: Dosis, sans-serif;
        color: #919197;
        font-size: 10px;
        line-height: 15px;
        margin-block-end: 10px;
        width: 131px;
        text-align: left;
    }
    
    #page3 {
        top: auto;
        transform: translate(-50%);
        left: 50%;
        margin-top: 203px;
        width: 144%;
        position: absolute;
    }
    
    #hover-work {
        display: flex;
        justify-content: space-between;
        padding: 20px 120px;
        text-align: center;
        color: #919198;
        font-size: 9px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    
    #hover-work .HOVER-A {
        padding: 65px;
        padding-bottom: 5px;
        padding-right: 50px;
    }
    
    .HOVER-A:hover {
        cursor: pointer;
        text-decoration: 2px solid #E47312 underline;
    }
    
    .HOVER-H2 {
        position: absolute;
        top: 79px;
        font-size: 32px;
        left: 157px;
        z-index: 1;
        font-weight: 600;
        color: #000;
    }
    
    #img-row {
        padding: 50px 36px;
    }
    
    .image-user {
        position: relative;
        overflow: hidden;
    }
    
    .image-user .overlay {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 0;
        transition: all 0.2s ease 0s;
        text-transform: uppercase;
    }
    
    .image-user .overlay:hover {
        opacity: 1;
    }
    
    .image-user .overlay span {
        color: #fff;
        font-size: 9px;
        width: 60px;
        height: 60px;
        background-image: linear-gradient(59deg, rgb(255, 99, 97), rgb(228, 115, 18));
        border-radius: 50%;
        text-align: center;
        padding-top: 18px;
    }
    
    #img-row .image:hover {
        cursor: pointer;
    }
    
    .image-user {
        overflow: hidden;
    }
    
    .img {
        /* height: 350px; */
        width: 370px;
        /* padding-top: 10px; */
    }
    
    #box {
        height: auto;
        width: auto;
        background-color: #f7f8fc;
    }
    
    #PG3-para {
        background-image: url("S1.jpg");
    }
    
    .PG3-H2 {
        color: white;
        font-size: 25px;
    }
    
    .PG3-H3 {
        color: hsla(0, 0%, 100%, 0.7);
        font-size: 11px;
        padding-top: 10px;
    }
    
    .PG3-H4 {
        color: #fff;
        font-size: 10px;
        padding-top: 20px;
    }
    
    .project {
        top: 22px;
        position: relative;
        color: rgba(241, 241, 247, 0.75);
        left: 15px;
        z-index: 1;
        letter-spacing: 1px;
    }
    
    .top-title1 {
        font-size: 30px;
    }
    
    .section.color {
        height: 40vh;
        padding-bottom: 7%;
        background-color: rgb(228, 115, 18);
        background-image: linear-gradient(72deg, rgb(228, 115, 18), rgba(255, 99, 97, 0.78)), url("banner-2.jpg");
        background-size: auto, cover;
        background-attachment: scroll, fixed;
        background-position: 0px 0px, 50% 50%;
        background-repeat: repeat, no-repeat;
    }
    
    .top-title-nav {
        position: absolute;
        top: 195px;
        text-align: center;
        color: white;
        line-height: 31px;
        margin-left: 100px;
    }
    
    #page4 {
        position: relative;
    }
    
    .page4-container {
        position: absolute;
        display: flex;
        /* border: 2px solid black; */
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        background-color: #f7f8fc;
    }
    
    .testimonial-user {
        width: 25%;
        display: flex;
        position: relative;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
        /* border: 2px solid red; */
        height: 10vh;
        flex-direction: column;
        /* padding: 0px 0px; */
        /* margin-top: 209px; */
        scale: 0.6;
        margin: -38px;
        top: 97px;
    }
    
    .team-details {
        /* background-color: #d30b0b; */
        width: 100%;
        margin-top: 0px;
        font-size: 10px;
        line-height: 30px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 12px 15px;
        background: white;
    }
    
    .testimonial-user img {
        width: 100%;
    }
    
    .social-icons {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: 40px;
        background: #E47312;
        scale: 1.6;
        padding: 10px 0;
        justify-content: center;
        align-items: center;
        left: 251px;
        right: 17%;
        bottom: -161%;
    }
    
    .social-icons img {
        width: 20px;
        padding: 5px 0px;
        justify-content: center;
        align-items: center;
        filter: invert(1);
    }
    
    .position {
        position: absolute;
        top: 90px;
        left: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }
    
    .view-all {
        color: #919197;
        font-size: 10px;
        position: absolute;
        text-align: center;
        top: 50px;
        left: 1000px;
        text-align: center;
        width: 90px;
    }
    
    .pos {
        left: 31px;
        top: 66px;
    }
    /* .testimonials-page {
        position: relative;
    } */
    
    .testimonial-position-set {
        position: relative;
        top: 650px;
        background: #f7f8fc;
        height: 100vh;
    }
    
    .title-container {
        display: flex;
        position: absolute;
        flex-direction: column;
        top: 25%;
        left: 18%;
        width: 30%;
    }
    
    .clients {
        font-size: 70px;
        color: rgba(241, 241, 247, 0.75);
        letter-spacing: 4px;
        z-index: 1;
    }
    
    .testimonials {
        position: absolute;
        top: 43px;
        font-size: 31px;
        left: 33px;
        z-index: 1;
        font-weight: 400;
        color: #000;
    }
    
    .pg4-para {
        margin-bottom: 19px;
        font-family: Dosis, sans-serif;
        color: #919197;
        font-size: 10px;
        line-height: 18px;
        margin-top: 19px;
        width: 80%;
        margin-left: 33px;
    }
    
    .services {
        color: #919198;
        font-size: 8px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-left: 34px;
    }
    
    .services:hover {
        text-decoration: 2px solid #E47312 underline;
        cursor: pointer;
    }
    
    .view-all:hover {
        text-decoration: 2px solid #E47312 underline;
        cursor: pointer;
    }
    
    .page4-containers {
        position: relative;
        width: 20%;
        /* border: 2px solid black; */
        height: 30vh;
        margin-top: 95px;
        left: 50%;
        background: #fff;
        padding: 80px 30px 26px;
    }
    
    .testi-title {
        margin-top: 5px;
        margin-bottom: 5px 5px;
        font-size: 11px;
        line-height: 20px;
        font-weight: 500;
        text-transform: uppercase;
    }
    
    .job-title {
        font-size: 11px;
        margin-bottom: 10px;
        color: #919197;
    }
    
    .testimonial-paragraph {
        margin-top: 15px;
        margin-bottom: 0px;
        color: #919197;
        font-size: 10px;
    }
    
    .testimonials-wrapper {
        position: relative;
        flex-direction: column;
        top: -72%;
        text-align: center;
        justify-content: center;
        align-items: center;
        line-height: 20px;
    }
    
    .poss {
        position: relative;
        background: #fff;
        padding: 20px 10px;
        top: 15px;
        left: 90px;
        width: 250px;
    }
    
    .posss {
        margin-left: 35px;
    }
    
    .text-block-2 {
        position: absolute;
        /* background: rgb(228, 115, 18); */
        border-radius: 50%;
        height: 50px;
        width: 50px;
        color: rgb(255, 255, 255);
        margin-top: -52px;
        left: 68px;
        font-size: 30px;
        line-height: 61px;
        background-image: linear-gradient(8deg, #ff6361, #e47312);
    }
    
    .page5 {
        position: relative;
        width: 100%;
        height: 100vh;
        background: #fff;
        margin-top: 250px;
    }
    
    #latest-topic {
        display: flex;
        justify-content: space-between;
        padding: 20px 0px;
        text-align: center;
    }
    
    .blogs-section {
        box-sizing: border-box;
        padding-top: 100px;
        background-color: #fff;
    }
    
    .blogs-wrapper {
        position: absolute;
        box-sizing: border-box;
        max-width: 100%;
        padding: 50px 40px;
        display: flex;
        flex-wrap: wrap;
        font-family: Arial, Helvetica, sans-serif;
        scale: 0.7;
        top: 43px;
    }
    
    .paragraph-blog {
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 20px;
        color: hsla(0, 0%, 100%, 0.7);
        margin-top: 10px;
        font-size: 15px;
        line-height: 26px
    }
    
    .blogs {
        position: relative;
        width: calc(33% - 20px);
        margin: 0px 10px;
        background-image: linear-gradient(158deg, #e47312, #ff6361);
        cursor: pointer;
    }
    
    .blog-image {
        max-width: 100%;
    }
    
    .blogs-date {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .meta-number {
        width: 70px;
        height: 70px;
        background-image: linear-gradient(45deg, #ff6361, #e47312);
        color: #fff;
        font-size: 26px;
        font-weight: 400;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .meta-number p {
        margin: 0;
    }
    
    .meta-month {
        width: 70px;
        height: 40px;
        background-color: #fff;
        color: #9d9da5;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 2px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .meta-month p {
        margin: 0;
        text-transform: uppercase;
    }
    
    .blog-content {
        box-sizing: border-box;
        padding: 25px 56px 25px 30px;
        background-color: #e47312;
        background-image: linear-gradient(158deg, #e47312, #ff6361);
    }
    
    .blog-title {
        margin-right: 0px;
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 26px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1px;
    }
    
    .read-more {
        color: #fff;
        cursor: pointer;
        opacity: 0.8;
        font-size: 13px;
        font-family: Arial, Helvetica, sans-serif;
    }
    
    .read-more:hover {
        cursor: pointer;
        border-bottom: solid 2px white;
        padding-bottom: 4px;
    }
    
    .blog {
        position: absolute;
        left: 190px;
        top: 35px;
        font-weight: 700;
        z-index: 1;
        color: rgba(241, 241, 247, 0.4);
        font-size: 80px;
        letter-spacing: -1px;
    }
    
    .latest-news {
        position: absolute;
        top: 90px;
        left: 208px;
        z-index: 1;
        font-weight: 700;
    }
    
    .Blog {
        position: absolute;
        top: 95px;
        font-size: 8px;
        right: 234px;
        color: #c1c3cc;
    }
    
    .Blog:hover {
        cursor: pointer;
        text-decoration: underline 2px #E47312;
    }
    
    .footer-part {
        position: relative;
        height: 70vh;
    }
    
    .footer-nav {
        position: absolute;
        width: 100%;
        height: 20vh;
        background-image: linear-gradient(56deg, #e47312, #ff6361);
        left: 50%;
        transform: translate(-50%);
        top: -20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0px 150px;
    }
    
    .companies {
        font-size: 8px;
        color: #fff;
    }
    
    .company-logo .logo-img {
        width: 60px;
        margin-left: 30px;
    }
    
    .footer {
        position: relative;
        width: 90%;
        display: flex;
        top: 110px;
        left: 50%;
        transform: translate(-50%);
        height: 55vh;
        background: #000;
    }
    
    .footer-divs {
        width: 25%;
        margin: 0 auto;
        height: 70%;
        color: #f7f8fc;
    }
    
    .footer-title {
        font-size: 13px;
        padding-top: 20px;
        padding-left: 10px;
    }
    
    .footer-para {
        font-size: 11px;
        padding-top: 20px;
        padding-left: 10px;
        line-height: 20px;
    }
    
    .footer-h4 {
        font-size: 10px;
        padding-top: 20px;
        padding-left: 10px;
    }
    
    .footer-title span {
        color: #e47312;
        font-weight: bold;
    }
    
    .nukk-logo img {
        width: 90px;
        position: absolute;
        top: 295px;
        left: 40px;
    }
    
    @media screen and (max-width: 768px) {
        .nav-links {
            position: fixed;
            right: 0;
            top: 80px;
            height: 100vh;
            width: 100%;
            background-color: #1F2937;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            transition: all 0.5s ease;
            transform: translateX(100%);
            z-index: 999;
        }
        .nav-links.show {
            transform: translateX(0%);
        }
        .nav-links>ul {
            flex-direction: column;
            align-items: center;
        }
        .nav-link {
            margin: 15px 0;
        }
        .nav-link>a {
            font-size: 18px;
        }
        .burger {
            display: flex;
            justify-content: space-around;
            flex-flow: column nowrap;
            width: 25px;
            height: 25px;
            position: absolute;
            right: 30px;
            top: 30px;
            z-index: 999;
        }
        .burger div {
            width: 25px;
            height: 2px;
            background-color: #fff;
            border-radius: 5px;
            transition: all 0.3s ease;
            transform-origin: 1px;
        }
        @media screen and (max-width: 480px) {
            .top-title-nav {
                top: 150px;
            }
        }
        @media screen and (max-width: 425px) {
            .title-container {
                left: 10%;
            }
            .row {
                padding: 0 20px;
                margin-top: 70px;
            }
            .col {
                flex-basis: 45%;
                padding: 20px;
            }
            .page6-title {
                font-size: 10px;
            }
            .page6-para {
                font-size: 9px;
                line-height: 14px;
            }
            .form-group input,
            .form-group textarea {
                font-size: 9px;
            }
            .form-submit button {
                font-size: 9px;
            }
            .page6-link>div {
                font-size: 7px;
            }
            .page5-title {
                font-size: 9px;
            }
            .page5-para {
                font-size: 8px;
                line-height: 13px;
            }
            .page5-link>div {
                font-size: 7px;
            }
            .page4-containers,
            .page4-containers2,
            .page4-containers3 {
                width: 90%;
                margin-left: 5%;
                height: 25vh;
                margin-top: 80px;
                padding: 60px 20px 10px;
            }
            .testi-title,
            .testi-title2,
            .testi-title3 {
                font-size: 9px;
            }
            .job-title,
            .job-title2,
            .job-title3 {
                font-size: 9px;
            }
            .testimonial-paragraph,
            .testimonial-paragraph2,
            .testimonial-paragraph3 {
                font-size: 8px;
            }
            .page4-link {
                font-size: 7px;
            }
            .page3-content-wrapper {
                flex-direction: column-reverse;
            }
            .text-block-2,
            .text-block-3 {
                height: 2px;
                width: 200px;
                top: 45px;
            }
            .testimonial-user img {
                width: 80%;
            }
            .top-title1 {
                font-size: 25px;
            }
            .PG3-H2 {
                font-size: 23px;
            }
            .PG3-H3 {
                font-size: 8px;
                padding-top: 5px;
            }
            .PG3-H4 {
                font-size: 8px;
                padding-top: 10px;
            }
            .position {
                top: 8px;
                left: 32px;
            }
            .position {
                top: 8px;
                left: 32px;
            }
            .view-all {
                font-size: 8px;
                left: 180px;
            }
            .social-icons {
                width: 30px;
                top: auto;
                right: 8%;
                bottom: -50%;
            }
            .social-icons img {
                width: 15px;
                padding: 2px 0px;
            }
            .page3-services-title {
                font-size: 8px;
            }
            .page3-services-para {
                font-size: 7px;
            }
            .page3-link {
                font-size: 6px;
            }
            .text-block {
                width: 120px;
                height: 2px;
                top: 110px;
                left: 400px;
            }
            .text-block1 {
                width: 80px;
                height: 2px;
                top: 110px;
                left: 430px;
            }
            .col-inner1,
            .col-inner2 {
                margin-bottom: 0;
            }
            .team-members {
                flex-wrap: wrap;
                margin-bottom: 30px;
            }
            .image {
                width: 30px;
                height: 30px;
                padding-top: 8px;
            }
            .PG3-H3 {
                padding-top: 5px;
            }
            .page3-title {
                font-size: 22px;
            }
            .page3-para {
                font-size: 8px;
            }
            .page2-para {
                font-size: 8px;
            }
            .top-title {
                font-size: 25px;
            }
            .about-content {
                flex-direction: column;
            }
            .about-img {
                width: 70%;
            }
            .about-text {
                margin-top: 40px;
                text-align: center;
            }
            .page2-content-wrapper {
                flex-direction: column-reverse;
            }
            .services-container {
                flex-wrap: wrap;
            }
            .services-title {
                font-size: 22px;
            }
            .service {
                margin-bottom: 20px;
            }
            .service-inner {
                flex-direction: column;
            }
            .service-icon {
                margin-bottom: 10px;
            }
            .service-title {
                font-size: 14px;
            }
            .service-para {
                font-size: 10px;
            }
            .project {
                top: 18px;
                left: 13px;
                font-size: 9px;
            }
            .section.color {
                height: 60vh;
                padding-bottom: 15%;
            }
            .top-title-nav {
                top: 120px;
            }
            .testimonial-user {
                width: 50%;
                margin-top: 120px;
            }
            .testimonial-position-set {
                top: 380px;
                height: 130vh;
            }
            .title-container {
                left: 7%;
            }
            .clients {
                font-size: 50px;
            }
            .testimonials {
                top: 17px;
                left: 18px;
                font-size: 20px;
            }
            .pg4-para {
                width: 100%;
                margin-left: 0px;
                font-size: 7px;
                margin-top: 0px;
            }
            .page4-containers {
                width: 90%;
                margin-left: 5%;
                height: 20vh;
                margin-top: 60px;
                padding: 50px 20px 10px;
            }
            .text-block-2 {
                width: 100px;
                height: 2px;
                top: 41px;
                left: 63px;
            }
            .testimonial-user img {
                width: 90%;
            }
            .team-members {
                flex-wrap: wrap;
            }
            .testi-title {
                font-size: 7px;
            }
            .job-title {
                font-size: 7px;
            }
            .testimonial-paragraph {
                font-size: 6px;
            }
            .page4-containers2,
            .page4-containers3 {
                width: 90%;
                margin-left: 5%;
                height: 20vh;
                margin-top: 60px;
                padding: 50px 20px 10px;
            }
            .testi-title2,
            .testi-title3 {
                font-size: 7px;
            }
            .job-title2,
            .job-title3 {
                font-size: 7px;
            }
            .testimonial-paragraph2,
            .testimonial-paragraph3 {
                font-size: 6px;
            }
            .page5-container {
                margin-top: 100px;
            }
            .row {
                padding: 0 15px;
                margin-top: 50px;
            }
            .col {
                flex-basis: 45%;
                padding: 15px;
            }
            .icon-box {
                height: 50px;
                width: 50px;
                font-size: 18px;
            }
            .page5-title {
                font-size: 9px;
                line-height: 14px;
            }
            .page5-para {
                margin-bottom: 10px;
                font-size: 8px;
                line-height: 12px;
            }
            .page5-link {
                font-size: 6px;
                margin-top: 10px;
                margin-left: 0px;
                padding-top: 0px;
            }
            .page5-link>div {
                margin-top: 12px;
                margin-left: 0px;
                padding-top: 0px;
                color: white;
                font-size: 6px;
            }
            .page5-link>div:hover {
                cursor: pointer;
                text-decoration: 2px solid #E47312 underline;
                padding-bottom: 3px;
                max-width: 55px;
            }
            .link-box {
                height: 50px;
                width: 50px;
                font-size: 18px;
            }
            .page6-wrapper {
                margin-top: 60px;
            }
            .page6-title {
                font-size: 7px;
                line-height: 12px;
            }
            .page6-para {
                font-size: 6px;
                line-height: 10px;
                max-width: 250px;
            }
            .form-group label {
                margin-bottom: 3px;
                font-size: 6px;
            }
            .form-group input,
            .form-group textarea {
                padding: 8px;
                font-size: 6px;
            }
            .page4-link {
                margin-top: 10px;
            }
            .page4-link>div {
                margin-top: 8px;
                margin-left: 0px;
                padding-top: 0px;
                font-size: 6px;
            }
            .page4-link>div:hover {
                cursor: pointer;
                text-decoration: 2px solid #E47312 underline;
                padding-bottom: 2px;
                max-width: 50px;
            }
        }
    }