@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&family=Lato:wght@300;400;700;900&family=Poppins:wght@400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Archive';
    src: url(/Upload/UploadedImages/fonts/Archive.woff);
}


/**Common CSS**/

body {
    font-family: 'Inter';
}

a {
    color: #222;
    text-align: center;
    transition: 0.2s ease;
    display: inline-block;
}

a,
a:hover {
    text-decoration: none;
}

.orange-color {
    color: #f09733;
}

.orange-bg {
    background-color: #f09733;
}

.red-color {
    color: #cd362d;
}

.red-bg {
    background-color: #cd362d;
}

.light-yellow-bg {
    background-color: #fcf7e0;
}

p {
    font-size: 17.63px;
    line-height: 1.778;
    font-family: 'Inter';
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

.section-padding {
    padding: 65px 0 90px;
}

.main-title {
    font-size: 48px;
    line-height: 1.166;
    margin-bottom: 25px;
    font-family: 'Archive';
}

.small-title,
.service-box-title {
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 30px;
    text-align: center;
    font-family: 'Inter';
    font-weight: 600;
}


/**Custom Fabrication CSS**/

.custom-fabrication-section.section-padding {
    padding: 140px 0 95px;
}

.custom-fabrication-section {
    position: relative;
    width: 100%;
    display: inline-block;
}

.common-image-box {
    position: relative;
}

.common-image-box .main-img,
.common-image-box .overlay-img {
    display: inline-block;
}

.overlay-img {
    position: absolute;
    top: -65px;
    left: -80px;
    z-index: -1;
}

.content-box {
    padding-left: 20px;
}


/**Slick Slider**/

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-list {
    padding: 7% 0 0;
}

.slick-slide {
    padding: 0 30px;
}

.slick-prev:before {
    background: url(/Upload/UploadedImages/left_arrow.png)no-repeat center center;
}

.slick-next:before {
    background: url(/Upload/UploadedImages/right_arrow.png)no-repeat center center;
}

.slick-prev,
.slick-next {
    top: 62%;
}

.slick-prev:before,
.slick-next:before {
    height: 55px;
    width: 55px;
    display: inline-block;
    color: transparent;
}

.slick-prev {
    left: -100px;
}

.slick-next {
    right: -70px;
}

.slick-dots {
    padding-top: 70px;
    top: auto;
    bottom: -18%;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    display: none !important;
}

.slick-dots li.slick-active button:before {
    color: #cd362d;
    opacity: 1;
}

.slick-dots li button:before {
    color: #e59686;
    font-size: 35px;
    height: 15px;
    width: 15px;
}


/**Service Section**/

.services-section {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/Upload/UploadedImages/services_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.services-section.section-padding {
    padding: 55px 55px 95px;
}

.services-section .main-title {
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.service-slider {
    max-width: 1570px;
    margin: 0 auto;
}

.service-box {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px 0;
    height: 281px;
    padding: 40px 55px;
}

.service-box-title {
    margin-bottom: 0;
    position: relative;
    top: auto;
    bottom: 100px;
    display: block;
}

.service-box-img {
    display: inline-block;
    position: relative;
    top: -150px;
    z-index: 1;
}

.service-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/**Testimonial Section**/

.testimonial-section.section-padding {
    padding: 85px 0 115px;
}

.testimonial-slider .service-box-img img {
    width: auto;
    height: 100%;
    display: inline-block;
    object-fit: contain;
}

.testimonial-slider .service-box-img {
    top: 40px;
    left: -60px;
    position: absolute;
}

.testimonial-slider .slick-slide {
    padding: 0 60px;
}

.testimonial-slider .service-box {
    padding: 25px 45px 65px 80px;
    height: 100%;
}

.testimonial-slider .service-box-title {
    margin-bottom: 25px;
    text-align: left;
    display: block;
    line-height: normal;
    top: 0;
}

.testimonial-section .main-title {
    margin-bottom: 60px;
}

.testimonial-slider .service-box img {
    display: inline-block;
}

.testimonial-slider .service-box p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    font-family: "Inter";
    line-height: 1.584;
}

.quote-img {
    margin-bottom: 20px;
}

.testimonial-slider .slick-list {
    padding: 0;
}


/**Contact Section**/

.contact-section {
    position: relative;
}

.contact-section.section-padding {
    padding: 100px 0 165px;
}

.contact-section .small-title.orange-color {
    color: #f09733 !important;
    text-align: left;
}

.contact-section .content-box {
    padding-left: 0;
}

.contact-section .overlay-img {
    bottom: -65px;
    right: -78px;
    top: auto;
    left: auto;
}

.contact-section .main-title {
    font-size: 47px;
}

.contact-form .form-box {
    margin-bottom: 25px;
}

.form-box input,
.form-box textarea {
    border: 1px solid #d1d1d1;
    border-style: solid;
    background-color: #fff;
    padding: 20px 25px 20px;
    transition: 0.4s ease;
    height: 55px;
    width: 100%;
}

.form-box textarea {
    height: 110px;
}

.form-box input::placeholder,
.form-box textarea::placeholder {
    color: #6a6a6a;
    font-weight: 600;
}

.form-box input:focus,
.form-box textarea:focus,
.form-box input:hover,
.form-box textarea:hover {
    outline: none;
    box-shadow: none;
    border-color: #e59686;
}

.contact-form .get-free-quote-btn {
    color: #fefcfb;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    padding: 25px;
}

.contact-form .get-free-quote-btn:hover {
    background-color: #cd362d;
}

.contact-section .common-image-box {
    padding-left: 20px;
    padding-right: 25px;
}


/**Footer**/

footer .col-md-4 {
    padding-right: 0;
}

footer .col-md-2 {
    padding-left: 0;
}

.footer-detail .col-md-6 {
    padding: 0;
}

footer.section-padding {
    padding: 85px 0 60px;
}

.footer-detail .footer-link-title {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 26px;
    color: #f4f4f4;
    margin-bottom: 30px;
}

address {
    margin-bottom: 0;
    line-height: 2;
}

.footer-detail i.fa.fa-map-marker {
    padding-top: 6px;
}

.footer-detail a,
.footer-detail span,
.footer-detail p,
.footer-detail address,
.footer-detail i,
.copyright-txt p {
    color: #f4f4f4;
}

.footer-detail ul {
    padding-left: 0;
}

.footer-detail ul li {
    list-style: none;
    width: 100%;
    text-align: left;
}

.footer-detail i {
    font-size: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 10px;
}

.footer-detail .fa-envelope {
    font-size: 20px;
}

.footer-icon-box {
    font-size: 18px;
    line-height: 2;
    text-align: left;
    margin-bottom: 30px;
}

.footer-detail .footer-icon-box:last-child {
    margin-bottom: 0;
}

a.footer-icon-box {
    align-items: center;
}

.footer-detail ul li a {
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
    text-align: left;
    text-transform: capitalize;
}

.paragraph-content {
    padding-top: 40px;
}

.copyright-txt {
    padding-top: 80px;
}

.copyright-txt p {
    font-size: 14px;
}

.property-txt {
    font-size: 20px;
}


/*Media Query*/

@media (max-width: 1680px) {
    .main-title {
        font-size: 40px;
        margin-bottom: 18px;
    }
    p {
        font-size: 17px;
    }
    .custom-fabrication-section.section-padding {
        padding: 110px 0 70px;
    }
    .services-section.section-padding {
        padding: 45px 50px 90px;
    }
    .slick-next {
        right: -20px;
    }
    .slick-prev {
        left: -25px;
    }
    .slick-prev:before,
    .slick-next:before {
        height: 30px;
        width: 30px;
    }
    .services-section .main-title {
        margin-bottom: 40px;
    }
    .small-title,
    .service-box-title {
        font-size: 25px;
        margin-bottom: 8px;
    }
    .service-box-img img {
        width: 70%;
        margin: 0 auto;
    }
    .service-box {
        text-align: center;
        height: 200px;
        padding: 60px 30px 40px;
    }
    .testimonial-slider .service-box {
        text-align: left;
    }
    .service-box-title {
        font-size: 22px;
        max-width: 100%;
        margin: 0 auto;
    }
    .slick-slide {
        padding: 0 15px;
    }
    .testimonial-section.section-padding {
        padding: 65px 0 95px;
    }
    .contact-section.section-padding {
        padding: 80px 0 135px;
    }
    footer.section-padding {
        padding: 65px 0 40px;
    }
    .copyright-txt {
        padding-top: 60px;
    }
    .contact-section .main-title {
        font-size: 40px;
    }
    .content-box .small-title {
        font-size: 23px;
        margin-bottom: 5px;
    }
    .contact-form .get-free-quote-btn {
        padding: 18px;
        font-size: 18px;
    }
    .footer-detail .footer-link-title {
        font-size: 22px;
    }
    .property-txt {
        font-size: 18px;
    }
    .footer-icon-box {
        font-size: 16px;
    }
    .footer-detail ul li a {
        font-size: 15px;
        margin-bottom: 10px;
    }
    address {
        line-height: 1.8;
    }
    .overlay-img img {
        max-width: 80%;
        width: 50%;
    }
    .overlay-img {
        top: -36px;
    left: -35px;
    }
    .service-box-img {
        top: -140px;
    }
    .contact-section .overlay-img {
        bottom: -35px;
        right: -110px;
    }
    .contact-section .overlay-img img {
        width: 50%;
    }
    .testimonial-slider .service-box {
        padding: 25px 30px 30px 60px;
    }
    .testimonial-slider .service-box p {
        font-size: 16px;
    }
    .testimonial-slider .service-box-title {
        margin-bottom: 15px;
    }
    .quote-img {
        margin-bottom: 10px;
        max-width: 12%;
    }
    .testimonial-slider .service-box-img img {
        max-width: 80%;
    }
    .service-slider .slick-list {
        padding: 10% 0 0;
    }
}
@media (max-width: 1366px){
    .contact-section .overlay-img img{width: 100px;}
    .contact-section .overlay-img {
    bottom: -28px;
    right: -25px;
}
.overlay-img img{width: 100px;}
.overlay-img {
    top: -33px;
    left: -30px;
}
}
@media (max-width: 1200px) {
    .contact-section .main-title {
        font-size: 38px;
    }
    .service-box {
        padding: 80px 30px 25px;
    }
    .slick-list {
        padding: 8% 0 0;
    }
    .contact-section.section-padding {
        padding: 80px 0 80px;
    }
    .custom-fabrication-section.section-padding {
        padding: 80px 0 60px;
    }
    .form-box input,
    .form-box textarea {
        padding: 15px 20px 15px;
        height: 100%;
    }
    .services-section.section-padding {
        padding: 45px 50px 80px;
    }
     .contact-section .overlay-img img,.overlay-img img{width: 80px;}
    .contact-section .overlay-img {
    
    right: -17px;
}
.overlay-img {
    top: -25px;
    left: -20px;
}
}

@media (max-width: 1024px) {
    .slick-prev,
    .slick-next {
        top: auto;
        bottom: -50px;
    }
    .slick-prev {
        left: 45%;
    }
    .slick-next {
        right: 46%;
    }
    .main-title {
        font-size: 33px;
        margin-bottom: 12px;
    }
    p {
        font-size: 15px;
    }
    .slick-list {
        padding: 10% 0 0;
    }
    .testimonial-section.section-padding {
        padding: 45px 0 75px;
    }
    .testimonial-section .main-title {
        margin-bottom: 40px;
    }
    .testimonial-slider .service-box-img {
        top: 0;
        left: 0;
        margin-bottom: 15px;
        position: relative;
    }
    .testimonial-slider .slick-slide {
        padding: 0 30px;
    }
    .contact-section .main-title {
        font-size: 35px;
    }
    .form-box input,
    .form-box textarea {
        padding: 15px 15px 15px;
        height: 100%;
    }
    .content-box .small-title {
        font-size: 20px;
    }
    .contact-section.section-padding {
        padding: 60px 0 110px;
    }
    .service-box-img img {
        width: 60%;
    }
    .services-section.section-padding {
        padding: 45px 50px 100px;
    }
    .testimonial-slider .service-box {
        padding: 25px 30px 30px 30px;
    }
    .contact-section.section-padding {
        padding: 60px 0 70px;
    }
    .custom-fabrication-section.section-padding {
        padding: 60px 0 60px;
    }
}

@media (max-width: 991px) {
    .custom-fabrication-section .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .content-box {
        padding-left: 0px;
    }
    .common-image-box {
        margin-bottom: 40px;
    }
    .paragraph-content {
        padding-top: 20px;
    }
    .custom-fabrication-section.section-padding {
        padding: 40px 0 40px;
    }
    .services-section .main-title {
        margin-bottom: 10px;
    }
    .small-title,
    .service-box-title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .service-box-title {
        font-size: 24px;
        max-width: 60%;
        margin: 0 auto;
    }
    .service-box {
        padding: 60px 30px 25px;
    }
    .slick-prev,
    .slick-next {
        bottom: -60px;
    }
    .slick-prev:before,
    .slick-next:before {
        height: 25px;
        width: 30px;
    }
    .testimonial-content .service-box-title {
        max-width: 100%;
    }
    .contact-section .common-image-box {
        margin-bottom: 0px;
    }
    .contact-section .main-title {
        font-size: 28px;
    }
    .form-box input,
    .form-box textarea {
        padding: 10px 12px 10px;
    }
    .contact-form .form-box {
        margin-bottom: 15px;
    }
    .contact-form .col-md-6,
    .contact-form .col-md-12 {
        padding-right: 0px;
    }
    .contact-form .get-free-quote-btn {
        padding: 10px;
        font-size: 15px;
    }
    .contact-section.section-padding {
        padding: 40px 0 50px;
    }
    footer.section-padding {
        padding: 40px 0 30px;
    }
    .footer-icon-box {
        font-size: 13px;
    }
    .footer-detail .fa-envelope {
        font-size: 15px;
    }
    .footer-detail i {
        font-size: 20px;
        width: 12px;
        height: 14px;
        text-align: center;
        margin-right: 10px;
    }
    .footer-detail .footer-link-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .footer-detail .footer-link-title,
    .property-txt {
        line-height: 2;
    }
    .property-txt {
        font-size: 16px;
    }
    .footer-detail ul li a {
        font-size: 12px;
        margin-bottom: 8px;
    }
    footer .col-md-4 {
        padding-right: 15px;
    }
    .footer-detail .col-md-6 {
        padding: 0 15px;
    }
    .col-md-5 .row .footer-link-title {
        padding-left: 15px;
    }
    .copyright-txt {
        padding-top: 30px;
    }
    .service-slider .slick-list {
        padding: 12% 0 0;
    }
}

@media (max-width: 767px) {
    .main-title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    p {
        font-size: 14px;
    }
    .service-box-img {
        top: -100px;
    }
    .service-box-title {
        font-size: 20px;
        max-width: 60%;
        margin: 15px auto 0;
    }
    .testimonial-slider .slick-slide {
        padding: 0 15px;
    }
    .testimonial-slider .service-box-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .quote-img {
        margin-bottom: 0px;
    }
    .testimonial-slider .service-box p {
        font-size: 13px;
    }
    .contact-section .common-image-box {
        padding: 0 30px;
        margin-top: 40px;
    }
    .common-image-box{padding: 0 30px;}
    .contact-section .overlay-img {
    bottom: -23px;
    right: -10px;
}
.overlay-img {
    top: -22px;
    left: 7px;
}
    .property-txt {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .property-txt,
    .footer-detail ul li {
        text-align: center;
    }
    .footer-detail {
        max-width: 50%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 25px;
    }
    .footer-icon-box {
        justify-content: center;
    }
    .footer-icon-box {
        margin-bottom: 15px;
    }
    .footer-detail .footer-link-title {
        margin-bottom: 10px;
    }
    .footer-detail .footer-icon-box:last-child {
        margin-bottom: 20px;
    }
    .copyright-txt p {
        font-size: 12px;
    }
    .copyright-txt {
        padding-top: 0;
    }
    .testimonial-slider .service-box {
        padding: 20px 15px 20px 15px;
    }
}

@media (max-width: 575px) {
    .slick-list {
        padding: 18% 0 0;
    }
    .service-box-img img {
        width: 60%;
    }
    .testimonial-section .main-title {
        margin-bottom: 20px;
        font-size: 22px;
    }
    .slick-dots {
        bottom: -15%;
    }
    .contact-section .small-title.orange-color,
    .contact-section .main-title {
        text-align: center;
    }
    .contact-form .col-md-6,
    .contact-form .col-md-12 {
        padding-right: 15px;
    }
    .form-box input,
    .form-box textarea {
        font-size: 14px;
    }
    .property-txt {
        font-size: 13px;
    }
    .footer-detail i.fa.fa-map-marker {
        padding-top: 2px;
    }
    .col-md-5 .row .footer-link-title {
        padding-left: 0px;
    }
    .footer-detail {
        padding-bottom: 8px;
    }
    .slick-next {
        right: 42%;
    }
    .slick-prev {
        left: 42%;
    }
    .service-box-title {
        max-width: 100%;
    }
    .services .service-box {
        padding: 15% 30px 25px;
        min-height: 100%;
        height: 190px;
        max-width: 80%;
        margin: 0 auto;
    }
    .service-slider .slick-list {
        padding: 14% 0 0;
    }
}

@media(max-width: 480px) {
    .services .service-box {
        height: 150px;
        max-width: 85%;
    }
    .service-slider .slick-list {
        padding: 25% 0 0;
    }
}

@media(max-width: 375px) {
    .services .service-box {
        height: 120px;
        max-width: 100%;
    }
    .service-slider .slick-list {
        padding: 35% 0 0;
    }
    .service-box-img {
        top: -90px;
    }
}