@charset "utf-8";
/***** Design By Rajnish 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Lexend+Deca:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');
/* CSS Document */

body {
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "DM Sans", sans-serif;

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}


* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
    color: #000;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "DM Sans", sans-serif;
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #000f5c;
    --secondary: #ffa329;
}

/****sytle your  designe****/


/* top header */
.top {
    background-color: #fe5c00;
    padding: 8px;
}


.top-icon a {
    color: #fff;
    padding-left: 10px;
}

.top-icon a:nth-child(1n+1) {
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 15px;
}

.top-icon a:nth-child(2) {
    border-right: none;
}

.icon1 i {
    color: #ffffff;
    font-size: 15px;
    padding-right: 4px;
}

.top-follow {
    text-align: end;
    color: #fff;
}

.top-follow a {
    background: #ffffff;
    color: #5c5c5c;
    padding: 3px 6px;
    border-radius: 100px;
    display: inline-flex;
    font-size: 13px;
    transition: .3s ease-in-out;
    margin-right: 1px;
}

.top-follow a:hover {
    background-color: #fea61f;
    color: #fff;
}

/*** header ***/
.logo img {
    margin-top: 2px;
    margin-bottom: 2px;
    height: 60px;
}

.group_flex {
    display: flex;
    align-items: center;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
    padding: 26px 15px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    transition: .6s linear;
    border-radius: 3px;
    font-optical-sizing: auto;
    font-weight: 500;
    text-transform: uppercase;

}

.headerf-0flex li a:hover {
    color: #f8c318;
}

.header {
    display: flex;
    align-items: center;
}

.darkHeader {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #ffffff;
    z-index: 999;
    justify-items: center !important;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -35px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
}


.dropdoqwn li a {
    display: block !important;
    font-size: 14px;
    padding: 8px 15px;
    min-width: 200px;
    text-align: left;
    border-radius: 0px;
    color: #000000;
    font-weight: 500;
    background-color: #ffffff;
    text-transform: capitalize;
}

.dropdoqwn li a:hover {
    color: #ffffff;
    background-color: #000000;

}

.dropdoqwn li {
    border: 1px solid #ccc;
    border-top: none;
}


nav {
    padding: 0px;
    display: flex;
    align-items: center;
}


.get-button a {
    background: linear-gradient(90deg,
            #FF8A00 0%,
            #FF5E00 50%,
            #E32200 90%);
    color: white;
    padding: 10px 20px;
    margin-left: 39px;
    border-radius: 30px;
    font-size: 18px;
    transition: .8s ease-in-out;
}

.get-button a:hover {
    background-color: #673A04;
}


/* about */
.about-section {
    margin-top: 50px;
}

.fisttitle {
    margin-bottom: 15px;
    font-weight: 400;

}

.indexline {
    width: 100px;
    height: 3px;
    background-color: #EC8349;
    display: inline-block;
    margin-left: 12px;
}

.fisttitle img {
    margin-right: 8px;
}

.about-text h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 7px;
}

.darktext {
    color: #fe5c00;
}

.about-text p {
    padding-top: 12px;
}


.dsd {
    margin-top: 30px;
}

.more-button a {
    background: linear-gradient(90deg,
            #FF8A00 0%,
            #FF5E00 50%,
            #E32200 90%);
    color: white;
    padding: 10px 20px;
    border-radius: 36px;
    font-size: 16px;
    transition: .8s ease-in-out;
}

.more-button a:hover {
    background-color: #ff8a00;
}

.about-textimg img {
    height: 500px;
    object-fit: cover;
    border-radius: 0px 70px 0px 0px;
}


/* banner */
.carousel-caption {
    position: absolute;
    left: 8% ;
    top: 60px ;
    width: 45%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

.carousel-caption p {
    margin-bottom: 10px;
}


.carousel-caption h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 20px;
}

/* services */
.catpage h1{ font-size:24px;}
.services-section {
    margin-top: 60px;
    background-color: #f0f0f0 !important;
    padding: 50px 0px;
}
.services-section1 {
    background-color: #f0f0f0 !important;
    padding: 50px 0px;
}

.service-hadding {
    padding-bottom: 40px;
    text-align: center;
}

.service-hadding h2 {
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 10px;
}

.service-hadding p {
    font-size: 18px;
    font-weight: 300;
}

.card-body {
    padding: 15px;
}

.card {
    margin-top: 10px;
    padding: 6px 22px;
}


.card p {
    padding-bottom: 20px;
}


.service-box {
    padding: 12px;
    background-color: #fff;
    margin: 0px 0px 25px;
    box-shadow: 0px 0px 5px 0px rgb(206 206 206 / 26%);
    height: 425px;
}

.service-box img {
    object-fit: contain;
    width: 100%;
    height: 240px;
}

.service-box h3 {
    font-weight: 600;
    font-size: 20px;
}

.service-box p {
    margin-top: 8px;
    color: #222222;
    padding-bottom: 13px;
    margin-bottom: 10px;
}

.owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    right: -18px;
    top: 212px;
    font-size: 27px;
    box-shadow: 0px 0px 8px #c9c7c7;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
}

.owl-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    left: -18px;
    top: 212px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
    box-shadow: 0px 0px 8px #c9c7c7;
}

.owl-next i {
    font-size: 30px;
}

.owl-prev i {
    font-size: 30px;
}

.viewservices {
    padding: 10px 30px;
    background: #a6a6a6;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    display: table;
    margin: 0 auto;
    transition: .8s ease-in-out;
}

.viewservices:hover {
    background-color: #ff8a00;
    color: #fff;
}


.counter-section {
    background-image: url(../images/elementor-counterimg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 45px;

}


.count1 {
    text-align: center;
    background-color: #fafafa;
    padding: 25px 0;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.subscriber-form h5 {
    color: white;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 25px;
}

.count1 h3 {
    font-size: 40px;
    font-weight: 500;
    color: #030303;
    margin: 0;
}

.count1 p {
    font-size: 17px;
    font-weight: 500;
}



.why-choose {
    margin-top: 70px;
}

.wyh-tittle {
    margin-bottom: 12px;
}

.indexline {
    width: 100px;
    height: 3px;
    background-color: #fe5c00;
    display: inline-block;
    margin-left: 12px;
}

.wyh-tittle img {
    margin-right: 8px;
}


.choose-text h4 {
    font-size: 40px;
    font-weight: 600;
}

.darkline {
    color: #fe5c00;
}

.choose-text p {
    padding-top: 10px;
}

.feature-list ul li {
    line-height: 34px;
    background: url(../images/why-icon.jpg) no-repeat;
    background-position: 0px 8px;
    padding-left: 30px;
}


.feature-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 7px 36px;
    align-items: start;
    color: #232b3a;
    font-weight: 500;
    margin-top: 19px;
    font-family: 'DM Sans';
    font-size: 17px;
}

.videosifram iframe {
    width: 100%;
    height: 350px;
}


.quality {
    text-align: center;
}

.quality img {
    height: 85px;
    padding-bottom: 15px;
}

.quality h5 {
    font-size: 22px;
    padding-bottom: 7px;
    font-weight: 600;
}

/* galleri */

.work-gallery .work-item .work-item-container {
    position: relative
}

.work-gallery .work-item .work-item-container:hover .work-hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.work-gallery .work-item .work-item-container .work-img:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.work-gallery .work-item .work-item-container .work-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(227 34 0 / 78%);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.work-gallery .work-item .work-item-container .work-hover .work-zoom {
    width: 20px;
    height: 20px;
    position: relative
}

.work-gallery .work-item .work-item-container .work-hover .work-zoom::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background-color: #fff
}

.work-gallery .work-item .work-item-container .work-hover .work-zoom::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #fff
}


.work-gallery .btn {
    margin-top: 20px
}

.work-gallery .work-item {
    margin-bottom: 30px
}

.heading-light {
    margin-bottom: 35px;
}

.heading-light h5 {
    margin-bottom: 12px;
    font-size: 2rem;
}

.work {
    padding-top: 45px
}

.work-item {
    margin-bottom: 40px
}

.work-item .work-item-container {
    overflow: hidden
}

.work-item .work-img {
    position: relative;
    overflow: hidden;
}

.work-item .work-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), transparent);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.3), transparent);
    z-index: 1
}

.work-item .work-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.work-item .work-img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.work-item .work-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.work-item .work-content {
    padding: 23px 30px 0;
    text-align: center;
    background-color: #fff
}




.videosifram img {
    width: 100%;
    height: 340px;
    margin-top: 11px;
    border-radius: 10px;
}

.indexgallery {
    margin-top: 50px;
}

.seeall {
    display: flex;
    justify-content: center;
    margin-top: 23px;
}

.seeall a {
    background: #a6a6a6;
    color: white;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 18px;
    transition: .8s ease-in-out;
}

.seeall a:hover {
    background-color: #ff8a00;
}

.forminpt h4 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
}



.forminpt {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
}

.indexinput {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 18px;
    width: 100%;
    outline: none;
    margin-bottom: 15px;
}

.Registermaile {
    padding-bottom: 15px;
    font-size: 16px;
}

.fill-form
 {
    margin-top: 35px !important;
}

.submit {
    background: linear-gradient(90deg, #FF8A00 0%, #FF5E00 50%, #E32200 90%);
    outline: none;
    padding: 10px 20px;
    display: table;
    color: #fff;
    border: none;
    border-radius: 30px;
    transition: .8s ease-in-out;
}
.submit a{ color:#fff;}
.submit a:hover {
    background-color: #673A04;
}

.whychoose .card{ min-height:350px;}
.fill-form {
    background-image: url(../images/form-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
}

.coustmorereview h3 {
    color: #fff;
    padding-bottom: 20px;
}


.review-box {
    padding-left: 50px;
    color: white;
    font-size: 18px;
}

.review-profile {
    padding-bottom: 20px;
}


.review-box strong {
    font-size: 30px;
    display: block;
}

.star_group {
    padding-bottom: 22px;
}


.coustmorereview .owl-prev {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 48px;
    top: 330px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
}



.coustmorereview .owl-next {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 576px;
    top: 330px;
    font-size: 27px;
    color: #000;
    border-radius: 100%;
    padding: 0px 0px 0px 7px;
    background: white;
}

.owl-prev i {
    font-size: 30px;
}

.owl-next i {
    font-size: 30px;
}


.text-danger {
    color: #636161 !important;
    font-size: 5rem !important;
}


/** FAQ **/
.indexfaq {
    padding: 60px 0px;
}

.indexfaqleft {
    margin-top: 10px;
}

.indexfaqleft h5 {
    font-size: 50px;
    padding: 0px 0px 20px 0px;
}

.indexfaqbox {
    background: #000000;
    border-radius: 10px;
    padding: 15px 15px 20px;
    color: #fff;
    width: 80%;
}

.indexfaqbox i {
    margin-top: -6px;
    font-size: 56px;
    float: left;
    margin-right: 15px;
}

.indexfaqbox h6 {
    font-size: 30px;
}

.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid #ccc !important;
    border: none;
}

.accordion-button {
    padding: 1rem 0rem;
    font-weight: 500;
    font-size: 19px;
    font-family: "DM Sans", sans-serif;
}

.accordion-button:not(.collapsed) {
    color: #3d1500;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}

.accordion-body {
    padding: 10px 0px 10px;
}

.faq-tittle {
    margin-bottom: 10px;
}

.faq-tittle img {
    margin-right: 8px;
}

.darkline {
    color: #EC8349;
}

.Company-text {
    padding-bottom: 25px;
}

.bricks-text p {
    padding-bottom: 13px;
}

.bricks-text h5 {
    padding-bottom: 10px;
    font-weight: 600;
}


/*footer*/
.footer-counter {
    background-image: url(../images/footer-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0px 0px;
}


.footertext {
    color: white;
}

.footertext img {
    padding-bottom: 20px
}

.footertext p {
    font-size: 16px;
    font-weight: 300;
}


.footertext ul {
    display: flex;
    padding-top: 15px;
}

.footertext a {
    padding: 0px 5px;
    color: white
}

.footertext a:hover {
    color: #FCCA04;
    transform: translate3d(1.57013e-114px, 6.87853e-115px, 0px);

}



.footerlinks h3 {
    padding-bottom: 20px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}



.footerlinks li a {
    color: #fff;
    font-weight: 300;
    line-height: 35px;
}

.footerlinks a:hover {
    color: #ffd83c;
}


.footerlinks i {
    margin-right: 5px;
}

.footerlinkcont {
    margin-bottom: 15px;
    color: #fff;
    display: flex;
}


.footerlinkcont i {
    margin-right: 9px;
    margin-top: 2px;
}


.copy-right {
    border-top: 1px solid #dad4d4;
    margin-top: 30px;
    text-align: center;
    padding: 12px 0px;
}

.copy-right p {
    margin: 0px;
    color: #fff;
    font-weight: 300;
}

.copy-right a {
    color: #ffffff;
}
/** inner pages ***/
.searchbox img{ height:100px;}
table{ width:100%;}
td{ background:#fff;}
th{ background:#999999;}
.breadcrmbg{ background:url(../images/footer-background.jpg) no-repeat; color:#fff; padding:30px 0px;text-align: center;}
.breadcrmbg a{ color:#FFFFFF;}
.breadcrmbg h6{ font-size:34px; padding-bottom:15px;}
.commanpage{ padding:40px 0px;}
.aboutuspage h6{ border-bottom:2px solid #fea201; color:#2867F0; font-size:20px; font-weight:600; display:table; margin-bottom:20px; margin-top:20px; padding-bottom:5px;}
.aboutuspage h4{color:#000000; font-size:30px; font-weight:700; padding-bottom:15px;}
.aboutuspage ul li{ line-height:24px; padding:5px 0px 5px 15px; background:url(../images/arrow.png) no-repeat; background-position:0px 13px;}
.aboutuspage h2{ color:#fe5c00;	}
.aboutusimg img{border-radius:10px;}
.aboutuspage h1{ font-size:24px; padding:15px 0px;}
.aboutuspage p{ padding-bottom:10px;}
.getquotinput{
	width:100%; 
	border:1px solid #dddddd;
	padding:8px 15px;
	color:#333333;
	margin-top:20px;
	border-radius:5px;
	outline:none;
	font-weight:600;
}
.getquotbutton{
	width:100%; 
	border:none;
	padding:8px 10px;
	color:#fff;
	border-radius:5px;
	outline:none;
	background:#fe5c00;
	margin-top:20px;
	font-weight:600;
}
.get-pro-list h5{
background: linear-gradient(90deg, #fe5c00 5%, #fdac1e 100%);
color:#fff;
font-weight:700;
padding:8px 20px;
border-radius:5px;
display:block;
}
.allcatpage h1{ font-size:28px; padding-bottom:15px;}
.prodetailspage p{ margin-bottom:15px;}
.prodetailspage img{ width:100%; height:400px; object-fit:contain;}
.profrombg {
    position: sticky;
    top: 80px;
}
.contpage i{
	    width: 54px;
    height: 54px;
    display: inline-block;
    border: 1px solid #fea201;
    border-radius: 100%;
    color: #fea201;
    font-size: 28px;
    text-align: center;
    padding: 3px;
}
.whatsappicon{ position:fixed; bottom:70px; right:10px;}
