* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden;
}


#whatsapp {
    position: fixed;
    right: 1.8%;
    bottom: 10%;
    z-index: 99999;
}

#whatsapp img {
    max-width: 4rem;
    transition: ease-in-out 0.3s;
}

#whatsapp img:hover {
    transform: scale(1.2);
}

/*================================================================ */


.contain-padding {
    padding-top: 9rem;
    padding-bottom: 4rem;
    position: relative;
}

.content-heading h2 {
    font-size: 2.5rem;
}

.dotted-bg {
    position: absolute;
    top: 40px;
}

.dotted-bg2 {
    position: absolute;
    top: 40px;
    right: 0;
}

.dotted-bg-service {
    position: absolute;
    top: -100px;
    left: -150px;
}

.dotted-bg-service-right {
    position: absolute;
    top: 30px;
    right: -30px;
}

.dotted-bg-service-right img {
    height: 230px;
    opacity: 0.4;
}

.dotted-bg-service img {
    height: 230px;
    opacity: 0.4;
}

.dotted-bg2 img {
    height: 120px;
    opacity: 0.5;
}

.dotted-bg img {
    height: 80px;
    opacity: 0.5;
}

@media only screen and (max-width:550px) {
    .dotted-bg-service {
        position: absolute;
        top: -20px;
        left: -100px;
    }

    .dotted-bg-service-right {
        position: absolute;
        top: -70px;
        right: -100px;
    }

    .dotted-bg-service-right img {
        height: 150px;
        opacity: 0.4;
    }

    .dotted-bg-service img {
        height: 150px;
        opacity: 0.4;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .dotted-bg-service {
        position: absolute;
        top: -10px;

    }

    .dotted-bg-service-right {
        position: absolute;
        top: 20px;
    }

}


/* ========================== scroll bar change ========= */
::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px #a5aaad; */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #404040;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a5aaad;
}

/* ================================================================ */

/* navbar start */
.navbar {
    background-color: #ffffff;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15) !important;
    position: fixed;
    width: 100%;
    height: 7rem;
    z-index: 999;
    color: white;
}

.navbar.fixed {
    background-color: #ffffff;
    box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15) !important;
    position: fixed;
    width: 100%;
    height: 7rem;
    z-index: 999;
    color: white;
}

.navbar-brand {
    font-size: 1.5rem;
}

.navbar-brand img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.nav-item a {
    font-weight: 600;
    margin-left: 2rem;
    font-size: 1.4rem !important;
}

.nav-item {
    position: relative;
}

.nav-item a:hover {
    color: #EF271B !important;
}

@media only screen and (max-width:992px) {
    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border-color: rgba(255, 255, 255, 0.1);
    }

    .navbar {
        background-color: #ffffff;
        box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15) !important;
        position: fixed;
        width: 100%;
        z-index: 999;
        margin-top: -2rem;
        padding: 1rem 0.5rem;
        height: 10rem;
    }

    .menu {
        background-color: white;
        margin-right: -2rem;
        margin-left: -2rem;
        margin-top: -1.2rem;
    }

    .menu .nav-link {
        padding-left: 1rem;
    }
}

@media only screen and (max-width:320px) {
    .navbar-brand img {
        width: 100px;
        height: 100px;
        object-fit: cover;
    }

    .navbar {
        background-color: #ffffff;
        box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .15) !important;
        position: fixed;
        width: 100%;
        z-index: 999;
        margin-top: -2rem;
        padding: 1.5rem 0.5rem;
        height: 8rem;

    }

    .menu {
        background-color: white;
        margin-right: -2rem;
        margin-left: -2rem;
        margin-top: -1rem;
    }
}

/* navbar end */

/* hero section start */
.hero-section {
    padding-top: 10rem;
    /* background: -webkit-gradient(linear, left top, right top, from(#ffffffed), to(#ffffffcd)),url(../img/white-cement\ bg.jpg); */
    min-height: 100vh;
    height: auto;
    background-color: #40404018;
}

.hero-padding {
    padding: 0 3rem;
}

#app span {
    font-size: 2rem;
    font-weight: 600;
}

.hero-text h1 {
    font-size: 3.3rem;
    color: #266DD3;
}

.hero-text a {
    margin-top: 1rem;
    background-color: #404040;
    color: white;
    font-size: 1.3rem;
    padding: 0.5rem 4rem;
    font-weight: 600;
}

.hero-text a:hover {
    background-color: #ffffff;
    border: 2px solid #404040;
    font-weight: 600;
}

.hero-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: 2;

}

.hero-img {
    position: relative;
    z-index: 2;
}

.hero-img:before {
    content: '';
    position: absolute;
    width: 470px;
    height: 450px;
    background-color: #266DD3;
    opacity: 0.7;
    bottom: -40px;
    right: -40px;
    border-radius: 10px;
    z-index: -1;
}

.dout-vector img {
    position: absolute;
    top: -30px;
    left: -40px;
    width: 100px;
    height: 70px;
    opacity: 0.6;
    z-index: -1;
}

.control-prev {
    position: absolute;
    z-index: 4;
    bottom: 10px;
    top: auto;
}

.Previous-btn {
    background-color: #266DD3;
    padding: 1.3rem;
    border-radius: 50px;
    opacity: 0.9 !important;
    background-size: 60% 60%;
}

.control-next {
    position: absolute;
    z-index: 4;
    left: 50px;
    bottom: 10px;
    top: auto;
}

.Next-btn {
    background-color: #266DD3;
    padding: 1.3rem;
    border-radius: 50px;
    opacity: 0.9 !important;
    background-size: 60% 60%;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .hero-text h1 {
        font-size: 2.5rem;
    }

    .hero-section {
        padding-top: 10rem;
        background-color: #40404018;
        min-height: 50vh;
        height: auto;
    }

    #app span {
        font-size: 1.2rem;
        font-weight: 600;
    }
    .hero-img img {
        width: 100%;
        height: 350px;
        object-fit: cover;
        border-radius: 10px;
        position: relative;
        z-index: 2;

    }

    .hero-img {
        position: relative;
        z-index: 2;
    }

    .hero-img:before {
        content: '';
        position: absolute;
        width: 350px;
        height: 350px;
        background-color: #266DD3;
        opacity: 0.7;
        bottom: -40px;
        right: -40px;
        border-radius: 10px;
        z-index: -1;
    }

    .dout-vector img {
        position: absolute;
        top: -30px;
        left: -40px;
        width: 100px;
        height: 70px;
        opacity: 0.6;
        z-index: -1;
    }



}

@media only screen and (max-width:992px) {
    .hero-text {
        margin-top: 5rem;
    }

    .hero-col-1 {
        order: 2;
    }

    .hero-col-2 {
        order: 1;
    }

}

@media only screen and (min-width:280px) and (max-width:320px) {
    .hero-section {
        padding-top: 9rem;
    }

    .hero-img img {
        width: 95% !important;
        height: 290px;
        object-fit: cover;
        border-radius: 10px;
        position: relative;
        z-index: 2;

    }

    .hero-img:before {
        content: '';
        position: absolute;
        width: 200px;
        height: 250px;
        background-color: #266DD3;
        opacity: 0.7;
        bottom: -30px;
        right: -10px;
        border-radius: 10px;
        z-index: -1;
    }

    .dout-vector img {
        position: absolute;
        top: -30px;
        left: -40px;
        width: 100px !important;
        height: 70px;
        opacity: 0.7;
        z-index: -1;
    }

    .hero-text {
        margin-top: 4rem;
    }

    .hero-padding {
        padding: 0 1.2rem;
    }

    #app span {
        font-size: 1rem;
        font-weight: 600;
    }

    .hero-text h1 {
        font-size: 1.3rem;
        color: #266DD3;
    }

    .hero-text a {
        margin-top: 1rem;
        background-color: #266DD3;
        color: white;
        font-size: 1.1rem;
        padding: 0.5rem 4rem;
    }
}

@media only screen and (min-width:321px) and (max-width:400px) {
    .hero-section {
        padding-top: 11rem;
    }

    .hero-img img {
        width: 96% !important;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
        position: relative;
        z-index: 2;

    }

    .hero-img:before {
        content: '';
        position: absolute;
        width: 250px;
        height: 250px;
        background-color: #266DD3;
        opacity: 0.5;
        bottom: -30px;
        right: -10px;
        border-radius: 10px;
        z-index: -1;
    }

    .dout-vector img {
        position: absolute;
        top: -30px;
        left: -40px;
        width: 100px !important;
        height: 70px;
        opacity: 0.7;
        z-index: -1;
    }

    .hero-text {
        margin-top: 7rem;
    }

    .hero-padding {
        padding: 0 1.5rem;
    }

    #app span {
        font-size: 1rem;
        font-weight: 600;
    }

    .hero-text h1 {
        font-size: 1.8rem;
        color: #266DD3;
    }

    .hero-text a {
        margin-top: 1rem;
        background-color: #266DD3;
        color: white;
        font-size: 1.1rem;
        padding: 0.5rem 4rem;
    }
}

@media only screen and (min-width:401px) and (max-width:600px) {
    .hero-section {
        padding-top: 11rem;
    }

    .hero-img img {
        width: 95% !important;
        height: 350px;
        object-fit: cover;
        border-radius: 10px;
        position: relative;
        z-index: 2;

    }

    .hero-img:before {
        content: '';
        position: absolute;
        width: 300px;
        height: 300px;
        background-color: #266DD3;
        opacity: 0.5;
        bottom: -30px;
        right: -10px;
        border-radius: 10px;
        z-index: -1;
    }

    .dout-vector img {
        position: absolute;
        top: -30px;
        left: -40px;
        width: 100px !important;
        height: 70px;
        opacity: 0.7;
        z-index: -1;
    }

    .hero-text {
        margin-top: 10rem;
    }

    .hero-padding {
        padding: 0 1.5rem;
    }

    #app span {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .hero-text h1 {
        font-size: 1.9rem;
        color: #266DD3;
    }

    .hero-text a {
        margin-top: 1rem;
        background-color: #266DD3;
        color: white;
        font-size: 1.1rem;
        padding: 0.5rem 4rem;
    }
}

@media only screen and (min-width:601px) and (max-width:768px) {
    .hero-padding {
        padding: 0 1.5rem;
    }

    #app span {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .hero-text h1 {
        font-size: 2.5rem;
        color: #266DD3;
    }
    .hero-img:before {
        content: '';
        position: absolute;
        width: 650px;
        height: 400px;
        background-color: #266DD3;
        opacity: 0.7;
        bottom: -40px;
        right: -40px;
        border-radius: 10px;
        z-index: -1;
    }
}

@media only screen and (min-width:769px) and (max-width:992px) {
    .hero-section {
        padding-top: 10rem;
        background-color: #40404018;
        min-height: 100vh;
        height: auto;
        background-size: cover;
    }

    .hero-text {
        margin-top: 13rem;
    }

    .hero-text h1 {
        font-size: 3.5rem;
    }
    .hero-img img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 10px;
        position: relative;
        z-index: 2;

    }

    .hero-img {
        position: relative;
        z-index: 2;
    }

    .hero-img:before {
        content: '';
        position: absolute;
        width: 650px;
        height: 400px;
        background-color: #266DD3;
        opacity: 0.7;
        bottom: -40px;
        right: -40px;
        border-radius: 10px;
        z-index: -1;
    }

    .dout-vector img {
        position: absolute;
        top: -30px;
        left: -40px;
        width: 100px;
        height: 70px;
        opacity: 0.6;
        z-index: -1;
    }


}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .hero-section {
        padding-top: 10rem;
        background-color: #40404018;
        min-height: 70vh;
        height: auto;
        background-size: cover;
    }
    .hero-img img {
        width: 100%;
        height: 430px;
        object-fit: cover;
        border-radius: 10px;
        position: relative;
        z-index: 2;

    }

    .hero-img {
        position: relative;
        z-index: 2;
    }

    .hero-img:before {
        content: '';
        position: absolute;
        width: 450px;
        height: 400px;
        background-color: #266DD3;
        opacity: 0.7;
        bottom: -40px;
        right: -40px;
        border-radius: 10px;
        z-index: -1;
    }

    .dout-vector img {
        position: absolute;
        top: -30px;
        left: -40px;
        width: 100px;
        height: 70px;
        opacity: 0.6;
        z-index: -1;
    }

}

/* hero section end */

/* about us start  */
#about {
    background-color: #40404008;
}

.about {
    margin-top: 2rem;

}

.about-heading {
    position: relative;
}

.about-heading h2::after {
    content: '';
    position: absolute;
    background: #266DD3;
    height: 2rem;
    width: 6rem;
    left: 0.4%;
    bottom: -3px;
    z-index: -1;
    opacity: 0.5;
}

.about-img img {
    width: 60%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
}

.about-content {
    position: relative;
}

.bg-douts img {
    height: 70px;
    position: absolute;
    top: 180px;
    right: 160px;
    opacity: 0.5;
    transform: rotate(-90deg);
}

.about-second-img {
    position: absolute;
    right: 60px;
    width: 40% !important;
    height: 300px !important;
    bottom: 20px;
    box-shadow: 0 .5rem 1rem rgba(255, 255, 255, 0.15) !important;
}

.about-text p {
    font-size: 1rem;
}

.about-text-top p {
    font-size: 1.1rem;
}

.about-icon img {
    width: 80px;

}

.about-icon p {

    font-size: 1rem;
}

.about-card {
    text-align: center;
    border: 2px solid #EF271B;
    padding: 1rem;
    height: 171px;
    border-radius: 5px;
    position: relative;
}

.about-card:before {
    content: "";
    border-top: 22px solid #EF271B;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    border-radius: 0px 0px 0px 0px;
    top: 7px;
    right: 7px;
    transition: all 0.3s ease 0s;

}

.hover-img {
    display: none;
}

.about-card:hover .none-img {
    display: none;
}

.about-card:hover .hover-img {
    transition: all 0.6s;
    background-color: #EF271B;
    display: inline-block;
    border-radius: 5px;
}

.about-icon img {
    border-radius: 5px;
    border: 2px solid #EF271B;
    padding: 1rem;
    height: 86px;
    color: #EF271B;
}

@media only screen and (max-width:768px) {
    .about-second-img {
        display: none;
    }

    .about-img img {
        margin-bottom: 1rem;
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 10px;
    }

    .bg-douts img {
        display: none;
    }

}

@media only screen and (min-width:769px) and (max-width:992px) {
    .about-img img {
        width: 60%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }

    .bg-douts img {
        height: 40px;
        position: absolute;
        top: 80px;
        right: 220px;
        opacity: 0.3;
        transform: rotate(-90deg);
    }

    .about-second-img {
        position: absolute;
        right: 60px;
        width: 40% !important;
        height: 200px !important;
        bottom: -50px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    .about-text-top {
        margin-top: 5rem;
    }
}

@media only screen and (min-width:993px) and (max-width:1200px) {
    .about-img img {
        width: 60%;
        height: 350px;
        object-fit: cover;
        border-radius: 10px;
    }

    .bg-douts img {
        height: 40px;
        position: absolute;
        top: 115px;
        right: 320px;
        opacity: 0.3;
        transform: rotate(-90deg);
    }

    .about-second-img {
        position: absolute;
        right: 80px;
        width: 40% !important;
        height: 230px !important;
        bottom: -60px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    .about-text-top {
        margin-top: 5rem;
    }
}

@media only screen and (min-width:1201px) and (max-width:1400px) {
    .bg-douts img {
        height: 60px;
        position: absolute;
        top: 220px;
        right: 130px;
        opacity: 0.3;
        transform: rotate(-90deg);
    }
}

/* about us end */
/* service section start */
.service {
    margin-top: 3rem;
}

.service-heading {
    position: relative;
}

.service-heading h2::after {
    content: '';
    position: absolute;
    background: #266DD3;
    height: 2rem;
    width: 6rem;
    left: 0.4%;
    bottom: -3px;
    z-index: -1;
    opacity: 0.5;
}

.hover {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.service-box {
    position: relative;
    color: rgb(0, 0, 0) !important;
    padding: 20px 70px;
    overflow: hidden;
}

.service-box span {
    position: relative;
    z-index: 1;
}

.service-box:before {
    content: '';
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    background-color: #2196f3;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    transition: width 1s, height 1s;
}

.service-box:hover:before {
    width: 700px;
    height: 700px;


}

.service-box:hover {
    border: 2px solid #266DD3;
}

.service-box:hover.service-box h6 {
    color: white;
    transition:all 1s ease;
}

.service-box {
    border: 2px solid #266DD3;
    text-align: center;
    padding: 2rem;
    border-radius: 10px;
    height: 210px;
}
.service-padding-top{
    padding-top: 2rem   ;
}

.service-box i {
    font-size: 3rem;
    background-color: white;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important;
    padding: 1rem;
    border-radius: 50px;
    color: #266DD3;
    position: relative;
    z-index: 1;
}
.service-box img{
    width:95px;
    height:95px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 .6rem 1rem rgba(0, 0, 0, 0.16) !important;
    padding: 0.5rem;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.service-box h6 {
    padding-top: 1rem;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
    color: #266DD3;
    transition:all 1s ease;
}

.service-box p {
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}



.service-fluid {
    margin-top: 5rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.591), rgba(0, 0, 0, 0.66)), url(../img/construction-img.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto !important;
    padding: 2rem;
    margin: 5rem auto;
}

.service-fluid-content {
    text-align: center;
    color: white;
    padding: 2rem;
}

.service-fluid-content i {
    font-size: 3rem;
    background-color: #EF271B;
    padding: 1rem;
    border-radius: 50px;
}
.service-fluid-content img{
    background-color: #EF271B;
    padding: 1rem;
    width: 100px;
    height: 100px;
    border-radius: 50px;

}


.service-fluid-content:hover img {
    font-size: 3rem;
    background-color: #266DD3;
    padding: 1rem;
    border-radius: 50px;
}

.service-fluid-content p {
    font-size: 1.2rem;
}

#round1 {
    animation: round1 9s infinite cubic-bezier(1, 0.99, 1, 1);
    transform-box: fill-box;
    transform-origin: center;
}

@keyframes round1 {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

#round2 {
    animation: round2 9s infinite cubic-bezier(1, 0.99, 1, 1);
    transform-box: fill-box;
    transform-origin: center;
}

@keyframes round2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(90deg);
    }
}
@media only screen and (min-width:768px) and (max-width:992px){
    .service-box {
        border: 2px solid #266DD3;
        text-align: center;
        padding: 2rem;
        border-radius: 10px;
        height: 250px;
    }
}

@media only screen and (max-width:768px){
    .service-box {
        border: 2px solid #266DD3;
        text-align: center;
        padding: 2rem;
        border-radius: 10px;

    }
}



/* service section end */

/* testimonial start */
/* .testimonial{
    background-color: #40404008;

} */
.testimonial-flex {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-heading {
    position: relative;
}

.testimonial-heading h2::after {
    content: '';
    position: absolute;
    background: #266DD3;
    height: 2rem;
    width: 10.5rem;
    left: 0.4%;
    bottom: -3px;
    z-index: -1;
    opacity: 0.5;
}

.instagram-feed-heading {
    position: relative;
}


.instagram-feed-heading h2:after {
    content: '';
    position: absolute;
    background: #266DD3;
    height: 2rem;
    width: 10.5rem;
    left: 0.4%;
    bottom: -3px;
    z-index: -1;
    opacity: 0.5;
}

.wrapper {
    display: flex;
    justify-content: center !important;
}

.testimonial-wrapper {
    border: 2px solid white;
    background-color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 5px;
    width: 100%;
    height: 290px;
}

.testmonial-text {
    height: 160px;
    overflow: hidden;
    overflow-y: scroll !important;
}

.testimonial-wrapper {
    border: 2px solid #2196f3;
}

.testimonial-wrapper:hover {
    border: 2px solid #EF271B;
}

.img-logo {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    object-fit: cover;
}

.google-icon {
    height: 40px;
    object-fit: cover;
    margin-left: auto !important;
}
.google-top-icon{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.google-top-icon img{
    height: 50px;
    object-fit: cover;

}
.reviw-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.google-flex{
    display: flex;
    align-items: center;
    border: 2px solid #2196f3;
    border-radius: 10px;
}
.google-text{
  padding:  1rem;
background-color: #d0dde8;
border-radius: 0 10px 10px 0;
}
.google-text P{
    font-size: 1.2rem;
    color: black;
    font-weight: 600;
}
@media only screen and (max-width:320px){
    .instagram-feed-heading h2{
        font-size: 2rem;
    }
}
@media only screen and (min-width:1201px) and (max-width:1400px) {
    .testimonial-wrapper {
        border: 2px solid #2196f3;
    }

    .testimonial-wrapper:hover {
        border: 2px solid #EF271B;
    }
    .testmonial-text {
        height: 170px;
        overflow: hidden;
        overflow-y: scroll !important;
    }
}
@media only screen and (min-width:455px) and (max-width:520px){
    .google-top-icon img{
        height: 30px;
        object-fit: cover;

    }
    .reviw-flex{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .google-flex{
        display: flex;
        align-items: center;
        border: 2px solid #2196f3;
        border-radius: 10px;
    }
    .google-text{
      padding:  0.5rem;
    background-color: #7bbcf1;
    border-radius: 0 10px 10px 0;
    }
    .google-text P{
        font-size: 1rem;
        color: black;
    }
}
@media only screen and (min-width:280px) and (max-width:454px){
    .google-flex{
        display: inline-block;
        align-items: center;
        border: none;
        border-radius: 10px;
    }
    .google-top-icon img{
        height: 40px;
        object-fit: cover;


    }
    .google-top-icon{
        border: 2px solid #2196f3;
        border-radius: 50px;
        padding: 0.5rem;
    }
    .google-text{
     display:none;
      }
}


/* testimonial end */

/* contact us start */
#contact {
    background-color: #40404008;
}

.contact-us {
    padding-top: 3rem;

}

.contact-heading {
    position: relative;
}

.contact-heading h2::after {
    content: '';
    position: absolute;
    background: #266DD3;
    height: 2rem;
    width: 8rem;
    left: 0.4%;
    bottom: -3px;
    z-index: -1;
    opacity: 0.5;
}

.contactus-img img {
    width: 100%;
    height: 500px;

}

.map-content {
    display: flex;
    justify-content: center;
    width: 100%;
}

.contact-input {
    width: 100%;
    padding: 0.5rem 0.5rem;
    border: none;
    border: 2px solid rgba(99, 3, 3, 0.217);
    border-radius: 10px;
    outline: none;
}

.contact-border {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    border: 2px solid #404040;
}


.contact-area {
    width: 100%;
    padding: 0.5rem 0.5rem;
    border-radius: 10px;
    border: 2px solid rgb(99, 3, 3, 0.217);
    outline: none;
}

.contact-box {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.contact-submit-btn {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.contact-btn {
    width: 100%;
    background-color: #266DD3;
    color: white;
}

@media only screen and (max-width:768px) {
    .contact-us-right {
        padding: 1rem 1rem;
        margin-top: 2rem;
        order: 2;

    }

    .contact-img {
        order: 1;
    }

    .contactus-img img {
        width: 100%;
        height: 300px;
    }

    .bottom-line {
        width: 45%;
    }
}

/* contact us end*/

/* footer start */
.footer {
    background-color: #404040;
}

.footer-row {
    justify-content: center;
}

.instagram {
    background-color: #ffffff;
    font-size: 1.5rem;
    padding: 0.5rem 0.6rem;
    border-radius: 50px;
    margin-right: 0.3rem;
    margin-top: 0.5rem;
}

.facebook {
    background-color: #ffffff;
    font-size: 1.5rem;
    padding: 0.5rem;
    border-radius: 50px;
    margin-right: 0.3rem;
    margin-top: 0.5rem;
}

.youtube {
    background-color: #ffffff;
    font-size: 1.5rem;
    padding: 0.5rem;
    border-radius: 50px;
    margin-right: 0.3rem;
    margin-top: 0.5rem;
}

.tiktok {
    background-color: #ffffff;
    font-size: 1.5rem;
    padding: 0.5rem 0.6rem;
    border-radius: 50px;
    margin-right: 0.3rem;
    margin-top: 0.5rem;
}

.twitter {
    background-color: #ffffff;
    font-size: 1.5rem;
    padding: 0.5rem;
    border-radius: 50px;
    margin-right: 0.3rem;
    margin-top: 0.5rem;
}

.instagram:hover {
    background-color: #266DD3;
    color: white;
}

.facebook:hover {
    background-color: #266DD3;
    color: white;
}

.youtube:hover {
    background-color: #266DD3;
    color: white;
}

.tiktok:hover {
    background-color: #266DD3;
    color: white;
}

.twitter:hover {
    background-color: #266DD3;
    color: white;
}

.footer-col {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.footer-logo img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin-left: -2rem;
    margin-top: 1rem;
}

.center-content {
    padding-top: 6rem;
    margin-right: 4rem;
}

.right-content {
    padding-top: 6rem;
}

.footer-col p {
    color: white;
    font-size: 1.1rem;

}

.footer-col p a {
    color: white;
    font-size: 1.1rem;

}

.footer-link {
    margin-top: 1.5rem;
}

.footer-link li {
    margin-top: 0.5rem;
}

.footer-link li a {
    font-size: 1.1rem;
}

.footer-link li a:hover {
    border-bottom: 2px solid white;
}

.footer-copyright {
    text-align: center;
    color: rgb(233, 232, 232);
    font-size: 1rem;
}

.text-copyright {
    color: rgb(209, 209, 209);
}

.text-copyright:hover {
    color: white;
}

@media only screen and (max-width:767px) {
    .center-content {
        padding-top: 6rem;
        margin-right: 0.1rem;
    }

    .footer-col {
        padding-top: 0.1rem;
        padding-bottom: 2rem;
    }

    .footer-copyright {
        text-align: center;
        color: rgb(233, 232, 232);
        font-size: 0.9rem;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .center-content {
        padding-top: 6rem;
        margin-right: 0.1rem;
    }

    .footer-row {
        justify-content: space-between;
    }
}

@media only screen and (min-width:993px) and (max-width:1200px) {
    .center-content {
        padding-top: 6rem;
        margin-right: 1rem;
    }

}

/* footer end */
