/*for-large-dekstop view-1200*/

@media only screen and (min-width: 100px) and (max-width: 1699px) {
.header-logo a {
    width: 280px;
}

.navigations nav ul {
    gap: 10px;
}    

.triangle-img-left {
    width: 80px;
}

.header {
    top: 10px;
}

.banner-side-2 {
    width: 700px;
}

.about-sides {
    left: 60px;
}

.about-side {
    left: 90px;
    bottom: -30px;
}

.services-content {
    margin: 30px 50px;
}

.service-img img {
    aspect-ratio: 1.1;
    object-fit: cover;
}

.contact-location {
    overflow: hidden;
}
	.services-content p {
		font-size: 16px;
		margin: 20px 0px;
	}
}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
    .header-logo a {
        width: 230px;
    }
    .navigations nav ul {
    gap: 5px;
}

.about-content ul li {
    font-size: 20px;
}

.web-title h2 {
    font-size: 40px;
}

.web-title h4 {
    font-size: 18px;
}

.services-content h3 a {
    font-size: 28px;
}

.services-content p {
    font-size: 14px;
}

.testi-content p {
    font-size: 14px;
}

.testi-author-name h4 {
    font-size: 20px;
}
}

/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
.mob-menu {font-size: 20px !important;}

.triangle-img-left {
    width: 60px;
}

.banner-house {
    width: 750px;
}

.banner-side-2 {
    width: 600px;
}

.about-content {
    margin-bottom: 30px;
}

.services-content {
    margin: 30px 30px;
}

.service-img img {
    aspect-ratio: 0.7;
    object-fit: cover;
}
.author-img-item img {
    height: 100%;
    aspect-ratio: 2;
    margin-top: 50px;
}
.contact-form{
    margin-top: 50px;
}
.footer-newsletter-main {
    margin: 30px 0px 0px;
}
.responsive-menu .navigations nav ul li ul {
    width: 300px;
}
.responsive-menu .header-btns {
    position: absolute;
    bottom: 5%;
    left: 20px;
}
}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
    .header-logo a {
    width: 150px;
}

.triangle-img-left {
    width: 50px;
}

.banner-title h4 {
    font-size: 16px;
}

.banner-title h2 {
    font-size: 40px;
}

.banner-title p {
    width: 100%;
}

.banner {
    padding-top: 200px;
}

.banner-house {
    width: 650px;
}

.banner-side-2 {
    width: 500px;
}
.banner-house img {
    width: 200px;
    height: 200px;
}
}

/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 576px) {
  .container {
    width: 98%;
  }
  .about-us {
    padding: 50px 0px;
}
.web-title h2 {
    font-size: 30px;
}

.web-title h4 {
    font-size: 16px;
}

.web-title p {
    font-size: 14px;
}

.services {
    padding: 50px 0px;
}

.service-img img {
    aspect-ratio: 1.5;
}

.service-img {
    margin: 0px 30px;
}

.web-title.inverted-title {
    margin-bottom: 50px;
}

.web-title.project-title h2 {
    font-size: 30px;
}

.projects-slider .slick-arrow {
    top: unset;
    bottom: -60px;
}
.testi-author-lists {
    margin-top: 50px;
}
.footer-links-main {
    margin: 30px 0px 0px;
}
.copyright-main {
    text-align: center;
}

.terms-menu ul {
    justify-content: center;
}
.spacing {
    padding: 50px 0px !important;
}
.newsletter-box-item.form-input {
    margin-bottom: 0px;
}
section.inner-header {
    height: 300px;
}
.triangle-img-right {
    width: 50px;
}

.inner-about-img {
    margin: 0px 0px 40px;
}
.banner-house img {
    width: 150px;
    height: 150px;
}
}

/*for-small_mobile view-320*/

@media only screen and (min-width: 100px) and (max-width: 375px) {
.header-logo a {
    width: 120px;
}

.banner-house {
    width: 580px;
}

.banner-side-2 {
    width: 400px;
}

.about-content ul li {
    font-size: 16px;
}

.about-content ul {
    gap: 10px;
}

.about-content ul li:nth-child(1)::before {
    right: -6px;
    top: 50%;
    height: 65%;
    transform: translateY(-50%);
}

.services-sides {
    width: 50%;
    top: 50%;
}

.services .row:nth-child(2) .col-lg-6 .services-sides {
    left: -50px;
    top: 40%;
}

.services .web-btn a {justify-content: flex-start !important;}

.testimonial-main .testi-content-slider {
    padding: 0px 0px 30px;
}

.testi-author-lists {
    margin-top: 30px;
}

.testimonial-main {
    padding: 20px;
}

.inner-header .inner-header-title h2 {
    font-size: 40px;
}
.inner-header {
    height: 250px;
}    
}
