* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif
}

.main-top {
    background: url("../images/bg-icon.png") center no-repeat;
    background-size: cover;
}

.main-top {
    display: flex;
    justify-content: space-between;
    padding: 20px;

}

.button-group {
    padding-left: 50%;
}

.button-group,
.button-group-2 .fa {
    color: white;
}

.button-group,
.button-group-2 {
    margin-top: 13px;
}

.button-group-2 a {

    color: white;
    font-weight: 600;
}

.button-group a {
    color: white;
    font-weight: 600;
}

.button-group .btn-link {
    background-color: #03a4ed;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.button-group-2 .btn-link {
    background-color: #03a4ed;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none !important;
}

.button-group .btn-link:hover {
    color: black !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.button-group-2 .btn-link:hover {
    color: black !important;
    transition: all 0.5s ease-in-out;

}

.main-top-logo img {
    width: 180px;
}

.header-img img {
    width: 100%;
    object-fit: contain;
    border-top: 2px solid #03a4ed;
    border-bottom: 2px solid #03a4ed;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */

}

.sectiontitle h2 {
    font-weight: 600;

}


.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}


.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 40px;
    color: black;
    font-weight: 600;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}


.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}

.sectionClass {
    background-color: #f3f3f3;
}


.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 0px 0px;
    text-align: center;
}

/* .projectFactsWrap .item:nth-child(1){
    background: rgb(16, 31, 46);
  }
  
  .projectFactsWrap .item:nth-child(2){
    background: rgb(18, 34, 51);
  }
  
  .projectFactsWrap .item:nth-child(3){
    background: rgb(21, 38, 56);
  }
  
  .projectFactsWrap .item:nth-child(4){
    background: rgb(23, 44, 66);
  }
   */
.projectFactsWrap .item p.number {
    font-size: 50px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: black;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
}


.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}


.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 66px;
    color: #0dadd7;

}

.item p {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
}

.new-service-area {
    background: url("../images/wave.png") center;
    background-size: cover;
    width: 100%;
    height: 400px;
}

.new-service-area .card {
    padding: 13px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border: none;
    transition: all 0.6s ease;
    margin-top: 15px;
}

.new-service-area .card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.6 ease;
}


.new-service-area .card img {
    width: 45px;
    margin: 0 auto;
}

.new-service-area .card h4 {
    font-weight: 600;
}

.new-service-area .card p {
    color: #696969;
    line-height: 1.7;
    font-size: 12px;
    font-weight: 600;

}

.new-service-area .headline-2 {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}

.new-service-area .card:hover .headline-2 {
    width: 90%;
    transition: all 0.6s ease;
}

.service-area {
    background: url("../images/bg-services.jpg");
    background-size: cover;
    width: 100%;
    height: 600px;
}

.service-section h1 {
    color: white;
    font-size: 60px;
    font-weight: 700;

}

.service-area .card {
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 1px solid #03a4ed !important;
}

.service-area .card img {
    width: 60px;
    margin: 0 auto;
}

.service-area .card h4 {
    font-size: 25px;
    font-weight: 600;
    color: #0dadd7;
}

.service-area .card p {
    color: white;
}

.service-area .card:hover {
    background-color: #0dadd7;
    color: white;
    margin-top: -5px;
    transition: all 0.5s ease-in-out;
}

.service-area .card:hover .card-title {
    color: white !important;
    transition: all 0.5s ease-in-out;
}

.service-area .card a {
    font-size: 13px;
    font-weight: 600;
    color: white;
}

.service-area .card:hover a {
    color: white !important;
    transition: all 0.5s ease-in-out;
    margin-left: 5px;
}


.service-section .card {
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.service-section .card img {
    width: 60px;
    margin: 20px auto;

}

.service-section .card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #03a4ed;
}

.service-section h1 {
    line-height: 60px;
    font-weight: 600;
}


.service-section .card p {
    line-height: 1.8;
    font-family: 'Roboto Condensed', sans-serif;
}


.about-img img {
    width: 100%;
}

.about-infoo h2 {
    font-size: 38px;
    font-weight: 600;
}

.about-infoo ul li {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
}

.button-info .btn {
    background-color: #03a4ed;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50px;
    color: white;
    font-weight: 500;
    border: none;
}

.button-info .btn:hover {
    color: black;
    transition: all 0.5s ease-in-out;

}


.growth-area {
    background-color: #03a4ed !important;
    background: url("../images/bg-landing.png");
    width: 100%;
    height: 700px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px;
}

.growth-section h1 {
    color: white;
    font-size: 60px;
    font-weight: 700;

}



.growth-section h4 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}


.growth-section {

    width: 100%;
    margin: 40px auto;
    position: relative;
    padding: 0px;
}



.growth-section .contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.growth-section .contact-form .input-text {
    background-color: white;
    display: block;
    width: 100%;
    height: 40px;
    /* border-width: 0 0 2px 0; */
    border: 1px solid #696969 !important;
    border-radius: 0.25rem;
    border-color: whitesmoke;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.growth-section .contact-form .input-text:focus+.label,
.contact-form .input-text .not-empty+.label {
    transform: translateY(-24px) !important;
}

.growth-section .contact-form .input-text:focus {
    outline: none;
}

.growth-section .contact-form .label {
    position: absolute;
    left: 22px;
    bottom: 5px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400px;
    color: #696969;
    cursor: pointer;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
}



.growth-section .contact-form .btn {
    border-radius: 50px;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    width: 200px;
    color: white;
    transition: all 0.5s ease-in-out;
    border: 2px solid white;

}

.new-services-area {
    background: url("../images/wave.png");
    background-size: cover;
    width: 100%;

}

.new-services-area .card .headline-2 {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}



.new-services-area h1 {
    font-weight: 600;
    color: #03a4ed;
}


.new-services-area .card {
    border: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.new-services-area .card a {
    text-decoration: none;

}

.new-services-area .card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.3s ease;
}

.new-services-area .card img {
    width: 100px;
    margin: 0 auto;
}

.new-services-area .card h4 {
    font-weight: 600;
    color: black;
}

.new-services-area .card p {
    font-size: 14px;
    color: #696969;
    font-weight: 500;
}

.trust-section h1 {
    font-weight: 600;
    color: black;
}

.trust-section p {
    font-weight: 500;
}

.trust-section .fas {
    color: #03a4ed;
}

.trust-img img {
    width: 500px;
}

.website-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.website-info h1 {
    font-weight: 600;

}

.website-info p {
    line-height: 1.9;
    font-weight: 500;
}

.footer {
    background-color: #212121;
    padding: 10px;
}

.footer p {
    color: white;
    font-size: 16px;
    padding-top: 6px;
}


.form-parent {
    width: 323px;
    height: auto;
    background: transparent url('../images/contact-buttonn.png') no-repeat right 10px;
    position: fixed;
    top: 150px;
    left: -279px;
    z-index: 9999999;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;

}

.form-parent:hover {
    left: 0;
}

.cc-float-form {
    background-color: #03a4ed;
    color: #fafafa;
    padding: 10px;
    width: 250px;
}

#ContactForm1 {
    display: none;
}

.contact-form-area {
    background: white;
    width: 220px;
    padding: 10px 0px;
    border: 1px solid #111;
    color: #fafafa;
    font-size: 12px;
}

#cc {
    float: right;
    font-size: 9px;
    margin-top: -10px;
    color: #777;
}

#cc a {
    color: #777;
    text-decoration: none;
}

.whatsapp-chat {
    height: 55px;
    width: 55px;
}

#myBtn {
    position: fixed;
    bottom: 2px;
    right: 0;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;

}

#myBtn img {
    width: 40px;
}

#myBtnn {
    position: fixed;
    bottom: -8px;
    left: -8px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;

}

#myBtnn img {
    width: 60px;
}

.thank-logo img {
    width: 300px;
}

.thank-header h1 {
    font-weight: 600;
    margin-top: 20px;
}

.thank-check .fas {
    font-size: 80px;
    color: #03a4ed;
}

.thank-para p {
    font-weight: 600;

}

.thank-foot p {
    font-weight: 500;
}


.aboutt-img img {
    width: 550px;
}

.aboutt-info h2 {
    color: black;
    font-weight: 600;
}

.aboutt-info p {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px; 
}

.aboutt-info .btn {
    padding: 12px 22px;
    border-radius: 50px;
    background-color: #03a4ed;
    border: none;
    font-weight: 600;
}

.aboutt-info .btn:hover {
    transition: all 0.3s ease;
}

.address-area {
    background-color: #03a4ed;
    width: 100%;
    height: 400px;
}

.address-section .card {
    padding: 10px;
    border: none;

}

.address-section .card:hover {
    margin-top: -5px;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.address-section .card .fa {
    font-size: 35px;
    color: #03a4ed;
}

.address-section .card h4 {
    font-weight: 600;
    color: black;
}

.address-section .card p {
    font-weight: 500;
    color: #696969;
    font-size: 14px;
}

.sticky-div .card .card-text {
    font-size: 24px;
    color: white;
    font-weight: 600;
}

.sticky-div .card .card-para {
    color: white;
    font-weight: 500;
}

.sticky-div .card {
    background: url("../images/seoo-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;

}

.headline {
    height: 4px;
    background-color: #03a4ed;
    width: 80px;
}

.headline:hover {
    width: 90%;
    transition: all 0.5s ease;
}

.headline-2 {
    height: 3px;
    background-color: #03a4ed;
    width: 40px;
    margin: 0 auto;
}

.new-services-area .card:hover .headline-2 {
    width: 90%;
    transition: all 0.6s ease;
}

.carousel-inner .carousel-item {
    transition: -webkit-transform 4s ease;
    transition: transform 4s ease;
    transition: transform 4s ease, -webkit-transform 4s ease;
}

.rocket img {
    width: 100px;

}

.animation-img {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

.rocket {
    -webkit-animation: animaterocket 30s linear infinite, 2s ease-in-out infinite alternate;
    -moz-animation: animaterocket 30s linear infinite, 2s ease-in-out infinite alternate;
    animation: animaterocket 30s linear infinite, 2s ease-in-out infinite alternate;


    top: 5%;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}



@keyframes animaterocket {

    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

/*------------------------face----------------------------*/

.face img {
    width: 60px;
    margin-left: 100%;
}

.face {
    -webkit-animation: animateface 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateface 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateface 35s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 100%;
    top: 0;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

@keyframes animateface {

    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}


/*-------------------------------------face1-----------------------------*/

.face1 img {
    width: 60px;
    margin-left: 120%;
}

.face1 {
    -webkit-animation: animateface 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateface 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateface 35s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 100%;
    top: 0;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

@keyframes animateface {

    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}


/*-------------------------------------face2-----------------------------*/


.face2 img {
    width: 60px;
    margin-left: 40%;
}

.face2 {
    -webkit-animation: animateface 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateface 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateface 35s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 100%;
    top: 0;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

@keyframes animateface {

    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

/*-------------------------------------insta-----------------------------*/

.insta img {
    width: 60px;
    margin-left: 40%;
}

.insta {
    -webkit-animation: animateinsta 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateinsta 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateinsta 35s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 100%;
    top: 0;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

@keyframes animateinsta {

    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}

/*-------------------------------------insta1-----------------------------*/

.insta1 img {
    width: 60px;
    margin-left: 80%;
}

.insta1 {
    -webkit-animation: animateinsta1 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateinsta1 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateinsta1 35s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 100%;
    top: 0;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

@keyframes animateinsta1 {

    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}


/*-------------------------------------insta2-----------------------------*/

.insta2 img {
    width: 60px;
    margin-left: 120%;
}

.insta2 {
    -webkit-animation: animateinsta2 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    -moz-animation: animateinsta2 35s linear infinite, sideWays 2s ease-in-out infinite alternate;
    animation: animateinsta2 35s linear infinite, sideWays 2s ease-in-out infinite alternate;

    left: 100%;
    top: 0;

    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    transform: scale(0.6);
}

@keyframes animateinsta2 {

    0% {
        margin-top: 1000px;
    }

    100% {
        margin-top: -100%;
    }
}

@keyframes sideWays {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 50px;
    }
}



.what-info h1 {
    font-size: 27px;
    font-weight: 600;
}

.what-info ul li {
    line-height: 45px;
    font-weight: 500;
}

.benefits-digital h1 {
    font-size: 27px;
    font-weight: 600;
}

.benefits-digital ul li {
    line-height: 42px;
    font-weight: 500;
}

.bene-img img {
    width: 420px;
}

.dis-btn {
    margin-top: 10px;
}

.dis-btn a {
    color: white;
    font-weight: 600;
}

.dis-btn .btn-link {
    background-color: #03a4ed;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.dis-btn .btn-link:hover {
    color: black !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}



.modal-header {
    background-color: #03a4ed;
    color: white;

}

.modal-body {
    border: 2px solid #03a4ed;
}

.modal-header .close {
    color: white;
}

.bg-new label {
    font-size: 13px;
    color: black;
    font-weight: 500;
}

.bg-new ::placeholder {
    font-size: 13px;
}

.news-img img {
    width: 100%;
    height: 385px;
    background-size: cover;
    background-position: center;
}

.social {
    position: fixed;
    top: 58px;

}

.social ul {
    padding: 0px;
    -webkit-transform: translate(-270px, 0);
    -moz-transform: translate(-270px, 0);
    -ms-transform: translate(-270px, 0);
    -o-transform: translate(-270px, 0);
    transform: translate(-270px, 0);
}

.social ul li {
    display: block;
    margin: 10px;
    background: rgba(0, 0, 0, 0.36);
    width: 315px;
    text-align: right;
    padding: 10px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    background: rgba(255, 255, 255, 0.4);
}

.social ul li:hover a {
    color: #000;
}

.social ul li:hover i {
    color: #fff;
    background: rgba(0, 0, 0, 0.36);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.social ul li i {
    margin-left: 10px;
    color: #000;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 1024px) {
    .main-top {
        display: flex;
        justify-content: space-between;
    }

    .button-group {
        padding-left: 30%;
    }
    .dis-btn {
        margin-top: 11px;
    }

}



@media (max-width: 768px) {
    .main-top {
        display: flex;
        justify-content: space-between;
    }

    .button-group {
        padding-left: 15%;
    }

    .dis-btn {
        margin-top: 11px;
    }

    .thank-logo img {
        width: 200px;
    }

    .thank-header h1 {
        font-size: 30px;
    }

    .thank-para p {
        font-size: 13px;
    }

    .thank-foot p {
        font-size: 12px;
    }





    .sectiontitle h2 {
        font-size: 20px;

    }

    .trust-img img {
        width: 100%;
    }

    .website-img img {
        width: 100%;

    }

    .growth-area {
        height: auto;

    }

    .growth-section h1 {
        font-size: 24px;
    }

    .growth-section h4 {
        font-size: 14px;
    }

    .service-area {

        height: auto;
    }

    .service-area .card {
        margin: 6px;
    }

    .trust-img img {
        width: 100%;
    }

    .website-img img {
        width: 100%;
        height: 100%;
    }

    .service-area {

        height: auto;
    }

    .service-area .card {

        margin: 6px;
    }

    .new-service-area {
        height: auto;

    }

    .new-service-area .card {
        margin-top: 8px;
    }

    .new-services-area .card {
        margin-top: 8px;
    }

    .new-service-area .card:hover .headline-2 {
        width: 90%;
        transition: all 0.5s ease;
    }

    .address-area {
        height: auto;
    }

    .address-section .card {
        margin-top: 8px;
    }

    .face img {
        margin-left: 50%;
    }

    .face1 img {
        width: 60px;
        margin-left: 70%;
    }

    .insta2 img {
        width: 60px;
        margin-left: 50%;
    }

}

@media (max-width: 425px) {
    .main-top {
        display: block;

    }

    .main-top-logo {
        display: flex;
        justify-content: center;

    }

    .button-group {
        display: flex;
        justify-content: center;

    }

    .button-group a {
        font-size: 14px;
    }


    .dis-btn {
        display: flex;
        justify-content: center;
    }

    .dis-btn a {
        font-size: 14px;
    }

    .button-group {
        padding-left: 0%;
    }

    .button-group-2 {
        margin-left: 20%;
    }


    .projectFactsWrap {
        display: flex;
        margin-top: 10px;
        flex-direction: column;

    }

    .projectFactsWrap .item {
        width: 100%;
    }

    .sectiontitle h2 {
        font-size: 20px;

    }

    .trust-img img {
        width: 100%;
    }

    .website-img img {
        width: 100%;
        height: 100%;
    }

    .growth-area {
        height: auto;

    }

    .growth-section h1 {
        font-size: 24px;
    }

    .growth-section h4 {
        font-size: 14px;
    }

    .service-area {

        height: auto;
    }

    .service-area .card {
        margin: 6px;
    }

    .trust-img img {
        width: 100%;
    }

    .website-img img {
        width: 100%;
        height: 100%;
    }

    .service-area {

        height: auto;
    }

    .service-area .card {
        margin: 6px;
    }

    .service-section h1 {
        font-size: 24px;
    }

    .service-section h1 {
        font-size: 24px;
    }

    .website-info h1 {
        font-size: 30px;
    }

    .service-section .card {
        margin-top: 5%;
    }

    .footer p {
        font-size: 12px;
    }

    .thank-logo img {
        width: 200px;
    }

    .thank-header h1 {
        font-size: 30px;
    }

    .thank-para p {
        font-size: 13px;
    }

    .thank-foot p {
        font-size: 12px;
    }

    .new-service-area {
        height: auto;

    }

    .new-service-area .card {
        margin-top: 8px;
    }

    .new-services-area .card {
        margin-top: 8px;
    }

    .address-area {
        height: auto;
    }

    .address-section .card {
        margin-top: 8px;
    }

    .face img {
        margin-left: 50%;
    }

    .face1 img {
        width: 60px;
        margin-left: 70%;
    }

    .insta2 img {
        width: 60px;
        margin-left: 50%;
    }

    .social ul li {
        width: 302px;
    }

    .social ul li i {
        width: 31px;
        height: 31px;
        font-size: 14px;
    }

    .what-info h1 {
        font-size: 24px;
    }

    .benefits-info h1 {
        font-size: 24px;
    }

    .new-services-area h1 {
        font-size: 24px;
    }

    .trust-section h1 {
        font-size: 24px;
    }

    .aboutt-info h2 {
        font-size: 24px;
    }

    .sticky-div .card {
        margin: 5px;
    }
}

@media (max-width: 375px) {
    .main-top {
        display: block;

    }

    .main-top-logo {
        display: flex;
        justify-content: center;

    }

    .button-group {
        display: flex;
        justify-content: center;

    }

    .button-group a {
        font-size: 14px;
    }


    .dis-btn {
        display: flex;
        justify-content: center;
    }

    .dis-btn a {
        font-size: 14px;
    }

    .button-group {
        padding-left: 0%;
    }

    .button-group-2 {
        margin-left: 16%;
    }

    .projectFactsWrap {
        display: flex;
        margin-top: 10px;
        flex-direction: column;

    }

    .projectFactsWrap .item {
        width: 100%;
    }

    .sectiontitle h2 {
        font-size: 20px;

    }

    .trust-img img {
        width: 100%;
    }

    .website-img img {
        width: 100%;
        height: 100%;
    }

    .growth-area {
        height: auto;

    }

    .growth-section h1 {
        font-size: 24px;
    }

    .growth-section h4 {
        font-size: 14px;
    }

    .service-area {

        height: auto;
    }

    .service-area .card {
        margin: 6px;
    }

    .trust-img img {
        width: 100%;
    }

    .website-img img {
        width: 100%;
        height: 100%;
    }

    .service-section h1 {
        font-size: 24px;
    }

    .website-info h1 {
        font-size: 30px;
    }

    .service-section .card {
        margin-top: 5%;
    }

    .footer p {
        font-size: 12px;
    }

    .thank-logo img {
        width: 200px;
    }

    .thank-header h1 {
        font-size: 30px;
    }

    .thank-para p {
        font-size: 13px;
    }

    .thank-foot p {
        font-size: 12px;
    }

    .new-service-area {
        height: auto;

    }

    .new-service-area .card {
        margin-top: 8px;
    }

    .new-services-area .card {
        margin-top: 8px;
    }

    .address-area {
        height: auto;
    }

    .address-section .card {
        margin-top: 8px;
    }

    .face img {
        margin-left: 50%;
    }

    .face1 img {
        width: 60px;
        margin-left: 70%;
    }

    .insta2 img {
        width: 60px;
        margin-left: 50%;
    }

    .social ul li {
        width: 302px;
    }

    .social ul li i {
        width: 31px;
        height: 31px;
        font-size: 14px;
    }

    .what-info h1 {
        font-size: 24px;
    }

    .benefits-info h1 {
        font-size: 24px;
    }

    .new-services-area h1 {
        font-size: 24px;
    }

    .trust-section h1 {
        font-size: 24px;
    }

    .aboutt-info h2 {
        font-size: 24px;
    }

    .sticky-div .card {
        margin: 5px;
    }

}


@media (max-width: 320px) {
    .main-top {
        display: block;

    }

    .main-top-logo {
        display: flex;
        justify-content: center;

    }

    .button-group {
        display: flex;
        justify-content: center;

    }

    .button-group a {
        font-size: 14px;
    }


    .dis-btn {
        display: flex;
        justify-content: center;
    }

    .dis-btn a {
        font-size: 14px;
    }

    .button-group {
        padding-left: 0%;
    }

    .button-group-2 {
        margin-left: 10%;
    }

    .projectFactsWrap {
        display: flex;
        margin-top: 10px;
        flex-direction: column;

    }

    .projectFactsWrap .item {
        width: 100%;
    }

    .sectiontitle h2 {
        font-size: 20px;

    }


    .trust-img img {
        width: 100%;
    }

    .website-img img {
        width: 100%;
        height: 100%;
    }

    .growth-area {
        height: auto;

    }

    .growth-section h1 {
        font-size: 24px;
    }

    .growth-section h4 {
        font-size: 14px;
    }

    .service-area {

        height: auto;
    }

    .service-area .card {
        margin: 6px;
    }

    .service-section h1 {
        font-size: 24px;
    }

    .website-info h1 {
        font-size: 30px;
    }

    .service-section .card {
        margin-top: 5%;
    }

    .footer p {
        font-size: 12px;
    }

    .thank-logo img {
        width: 200px;
    }

    .thank-header h1 {
        font-size: 30px;
    }

    .thank-para p {
        font-size: 13px;
    }

    .thank-foot p {
        font-size: 12px;
    }


    .new-service-area {
        height: auto;

    }

    .new-service-area .card {
        margin-top: 8px;
    }

    .new-services-area .card {
        margin-top: 8px;
    }

    .address-area {
        height: auto;
    }

    .address-section .card {
        margin-top: 8px;
    }

    .sticky-div .card {
        margin: 5px;
    }

    .face img {
        margin-left: 50%;
    }

    .face1 img {
        width: 60px;
        margin-left: 70%;
    }

    .insta2 img {
        width: 60px;
        margin-left: 50%;
    }

    .social ul li {
        width: 302px;
    }

    .social ul li i {
        width: 31px;
        height: 31px;
        font-size: 14px;
    }

    .what-info h1 {
        font-size: 24px;
    }

    .benefits-info h1 {
        font-size: 24px;
    }

    .new-services-area h1 {
        font-size: 24px;
    }

    .trust-section h1 {
        font-size: 24px;
    }

    .aboutt-info h2 {
        font-size: 24px;
    }
}