* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #252837;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.logo {
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.heading {
    font-size: 38px;
    color: #252837;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
}

.subheading {
    color: #eb1c24;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-weight: bold;
    margin: 16px 0px;
}

.btn {
    color: #000;
    background-color: #eb1c24;
    border-color: #eb1c24;
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    border: 2px solid #eb1c24;
    padding: 12px 20px;
    margin-right: 24px;
}

.top {
    text-align: center;
    margin-bottom: 48px;
}

.text-center {
    text-align: center;
}

.header {
    width: 100%;
    height: 72px;
    padding: 0px 0.75rem;
    border: 1px solid #cecdcd;
}

.logo {
    font-size: 20px;
    color: #252837;
    font-weight: 700;
    top: 6px;
    position: relative;
}

.logo span {
    color: #eb1c24;
    font-size: 35px;
}

.header .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .left i {
    font-size: 28px;
    cursor: pointer;
    padding-top: 13px;
}

.header .middle,
.header .right p {
    display: none;
}


/* hero section start */

.hero {
    padding-bottom: 10px;
    background-color: #f8f9fa;
}

.hero .conatiner {
    display: flex;
    flex-wrap: wrap;
}

.hero .left {
    width: 100%;
    height: 400px;
    padding: 0;
    background: url(../images/hero-bg.webp) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
}

.hero .right {
    padding: 0px 0.75rem;
}

.hero .right p:nth-child(3) {
    margin-bottom: 48px;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    line-height: 1.5
}

.hero .right a {
    color: #eb1c24;
    transition: .3s all ease;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.hero .right a i {
    color: #eb1c24;
    font-size: 25px;
    position: relative;
    top: 4px;
    margin-right: 16px;
}


/* services strat  */

.services {
    padding: 32px 0.75rem;
}

.services .services-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.services .services-content .content {
    margin-bottom: 20px;
}

.services .services-content .content img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}

.services .services-content .content h2 {
    font-size: 18px;
    font-weight: 700;
    color: #252837;
    margin-bottom: 8px;
}

.services .services-content .content p {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}

.services .services-content .content a {
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    color: #eb1c24;
}

.services .services-content .content a i {
    padding-left: 10px;
    font-size: 10px;
    font-weight: 500;
}


/* projects start  */

.projects {
    padding: 32px 0.75rem 20px 0.75rem;
}

.projects .project-content {
    margin-bottom: 48px;
    display: flex;
    flex-wrap: wrap;
}

.projects .project-content .content {
    margin-top: 4px;
}

.projects .project-content .content img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
}

.projects .project-content .content .info {
    display: none;
}


/* testimonials start */

.testimonials {
    padding: 12px 0.75rem;
}

.testimonials .testimonials-content {
    display: flex;
    flex-wrap: wrap;
}

.testimonials .testimonials-content .content {
    padding: 40px;
}

.testimonials .testimonials-content .content blockquote {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.testimonials .testimonials-content .content img {
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.testimonials .testimonials-content .content h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.testimonials .testimonials-content .content .profile {
    display: flex;
}

.side {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}


/* commited strat */

.commited {
    padding: 32px 0.75rem;
}

.commited .container {
    display: flex;
    flex-wrap: wrap;
}

.commited .container .left {
    width: 100%;
}

.commited .container .left p {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.commited .container hr {
    background: #dee2e6;
}

.commited .container .right {
    padding-bottom: 48px;
}

.commited .container .right a {
    display: block;
}

.commited .container .right a img {
    width: 100%;
}

.commited .best-services-content {
    display: flex;
    flex-wrap: wrap;
}

.commited .best-services-content .content {
    width: 100%;
    display: flex;
    margin-top: 48px;
}

.commited .best-services-content .content img {
    width: 50px;
    height: 50px;
    margin-right: 30px;
}

.commited .best-services-content .content .service-info {
    display: flex;
    flex-direction: column;
}

.commited .best-services-content .content .service-info h3 {
    font-weight: 700;
    margin-bottom: 8px;
}

.commited .best-services-content .content .service-info p {
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    margin-bottom: 1rem;
}

.commited .best-services-content .content .service-info a {
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    color: #eb1c24;
}

.commited .best-services-content .content .service-info i {
    padding-left: 10px;
    font-size: 10px;
    font-weight: 500;
}


/* contact start  */

.contact {
    padding: 30px 0.75rem;
}

.contact .container {
    display: flex;
    flex-wrap: wrap;
}

.contact .right {
    width: 100%;
}

.line-heading {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
}

.contact .about p {
    line-height: 1.5;
    margin-bottom: 48px;
}

.contact .connect ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-bottom: 48px;
}

.contact .connect ul li {
    width: 50px;
    height: 50px;
}

.contact .connect ul i {
    font-size: 20px;
    color: #000;
    margin: 0px;
}

.contact .connect ul i:hover {
    color: #eb1c24;
}

.navigation {
    display: flex;
    flex-wrap: wrap;
}

.navigation div {
    width: 50%;
}

.navigation div ul {
    list-style: none;
    margin-bottom: 46px;
}

.navigation div ul li {
    color: #000;
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 14px;
}

.navigation div ul li:hover {
    color: #eb1c24;
    cursor: pointer;
}


/* footer start */

hr {
    background: #d3d8dc;
}

footer {
    /* margin-top: 40px; */
    padding: 40px 0.75rem 30px 0.75rem;
}

footer p {
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1.5;
    font-size: 0.875em;
    color: rgba(0, 0, 0, 0.5);
}

footer p i {
    color: red;
}

footer p span {
    color: #000;
}


/* media query */

@media only screen and (max-width:320px) {
    .hero .right a {
        display: block;
        margin-top: 10px;
    }
}

@media only screen and (min-width:768px) {
    .testimonials,
    .commited,
    .contact {
        padding-left: 36px;
        padding-right: 36px;
    }
    /* header */
    .header .right p {
        display: block;
    }
    .header .right p {
        font-size: 14px;
        padding: 10px 15px;
        color: #eb1c24;
        font-weight: 700;
        text-decoration: none;
        position: absolute;
        top: 15px;
        right: 40px;
    }
    .header .right p i {
        font-size: 14px;
        margin-right: 10px;
    }
    /* hero */
    .hero .right {
        padding: 0px 36px;
    }
    /* services */
    .services-content {
        padding: 0px 36px;
    }
    .services-content .content {
        width: 50%;
        padding: 0px 24px;
        margin-top: 48px;
    }
    /* projects */
    .project-content {
        padding: 0px 36px;
    }
    .project-content .content {
        width: 50%;
        padding: 0px 2px;
    }
    .contact .connect ul {
        padding-left: 15px;
        justify-content: start;
    }
    .navigation div {
        width: 33.33%;
    }
}

@media only screen and (min-width:1024px) {
    /* header */
    .header {
        padding: 0px 42px;
        height: 84px;
    }
    .header .container {
        display: flex;
        height: 84px;
        align-items: center;
    }
    .header .container .middle {
        margin-left: 40px;
    }
    .header .container .left {
        margin-top: -20px;
    }
    .header .right p,
    .header .middle {
        display: block;
    }
    .header .left .fa-bars {
        display: none;
    }
    .header .middle ul {
        display: flex;
        list-style: none;
    }
    .header .middle ul a {
        font-size: 14px;
        padding: 10px 15px;
        display: inline-block;
        text-decoration: none;
        color: rgba(0, 0, 0, 0.7);
    }
    .header .middle ul a:hover {
        color: #eb1c24;
    }
    .header .middle ul a i {
        font-size: 16px;
        padding-left: 10px;
    }
    .header .right p {
        font-size: 14px;
        padding: 10px 15px;
        color: #eb1c24;
        font-weight: 700;
        text-decoration: none;
        margin-top: 8px;
    }
}

@media only screen and (min-width:1200px) {
    .testimonials,
    .commited,
    .contact {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header {
        padding: 0px 82px;
    }
    .header .right p {
        right: 82px;
    }
    /* hero */
    .hero .container {
        display: flex;
    }
    .hero .left {
        height: 91vh;
        width: 100%;
    }
    .hero .right {
        padding: 168px 0px 0px 80px;
    }
    /* services */
    .services {
        padding: 30px 82px;
    }
    .services .services-content .content {
        width: 33.33%;
        padding: 0px 24px;
    }
    /* projects */
    .project-content {
        padding: 0px 82px;
    }
    .project-content .content {
        width: 33.33%;
        padding: 0px 2px;
    }
    .testimonials {
        padding: 30px 82px;
    }
    .testimonials .testimonials-content .content {
        width: 50%;
        padding: 40px;
    }
    .contact .connect ul {
        padding-left: 15px;
        justify-content: start;
    }
    .commited {
        padding: 30px 82px;
    }
    .commited .container .left {
        width: 40%;
        padding: 100px 110px 100px 29px;
    }
    .commited .container .right {
        width: 60%;
        padding: 0px 0px 50px 40px;
    }
    .commited .container .right a img {
        width: 90%;
    }
    .commited .best-services-content .content {
        width: 33.33%;
        display: flex;
        margin-top: 48px;
    }
    .contact {
        padding: 30px 82px;
    }
    .contact .left {
        width: 50%;
        padding: 0px 260px 0px 0px;
    }
    .contact .right {
        width: 50%;
    }
    .navigation div {
        width: 33.33%;
    }
}