p.para-wel {
    font-family: 'barlow-regular';
    font-size: 16px;
    text-align: justify;
    line-height: 2.2;
}
p.sub-welpara {
    text-align: justify;
    font-size: 16px;
    font-family: 'barlow-regular' !important;
    padding: unset;
    line-height: 2.2;
}
span#icon-no1 {
    color: #f00;
    margin-right: 10px;
    font-size: 20px;
}
.wel-btn {
    background: #ff0000;
    color: #fff;
    border-radius: 50px;
    transition: transform 300ms;
    border: 1px solid #fff;
    padding: 20px 45px;
    font-family: 'titilliumweb-regular';
    font-weight: 600;
    font-size: 16px;
}
::selection {
    background: #e08a8a;
}
.wel-btn:hover {
    transform: scale(0.9);
}
.wel-button {
    text-align: justify;
    margin-top: 20px;
}
.single-service-box:hover .service-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.service-img img {
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/*abt*/

  .cat-con:before{
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color:rgba(0,0,0,0.9);
            opacity: 0;
            transition: all 0.5s ease 0s;
        }
        .cat-con:hover:before{
            opacity: 1;
        }
        .cat-con{
            text-align: center;
            position: relative;
            overflow: hidden;
            color: #fff;
        }
        .cat-con:after{
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            left: 170%;
            top: 0;
            transform: skewX(45deg);
            transition: all 1s ease 0s;
            background-color:#e74c3c;
            z-index: 1;
        }
        .cat-con:hover:after{
            left: -170%;
            top: 0;
        }
        .cat-con img{
            width: 100%;
            height: auto;
        }
        .cat-con .cate-content{
            position: absolute;
            bottom: -100%;
            left: 0;
            width: 100%;
            transition: all 0.5s ease 0s;
        }
        .cat-con:hover .cate-content{
            bottom: 40%;
        }
        .cat-con .cate-content .name{
            font-family: 'barlow-regular';
            color: #fff;
            font-size:22px;
            font-weight: 700;
            margin: 0 0 10px;
            display: block;
            text-transform:uppercase;
            letter-spacing: 1px;
        }
        .cat-con .cate-content .post{
            display: block;
            font-size: 15px;
            font-style: italic;
            font-weight: 600;
        }

        @media screen and (max-width:990px){
            .cat-con{
                margin-bottom: 30px !important;
            }
        }
        /*ended*/
 
#topbar::before {
    background: #ff0000;
}
#topbar:after {
    border-top: 22px solid #ff0000;
    border-left: 26px solid #ff0000;
}
.topbar {
    background: #ff0000;
}
.topbar li{
    font-family: 'barlow-regular';
    font-weight: 600;
    color: #fff !important;
    font-size: 16px !important;
}
.navbar-nav li.active > a, #topbar::before {
    color: #ff0000 !important;
}
.cat-con {
    margin: 10px;
}
.navbar-nav > li > a {
    font-family: 'barlow-regular';
}

.img-about {
    box-shadow: 0px 0px 10px #777;
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 552px;
}
.img-about img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
.car-content {
    position: absolute;
}
p.para-abth {
    font-size: 16px;
    line-height: 2.3;
    font-family: barlow-regular;
}
div#loader {
    display: none;
}
h2.about-ushead {
    font-family: 'titilliumweb-regular';
    font-size: 35px;
    line-height: 1.5;
    font-weight: bolder;
}
h6.abtsub-head {
    font-size: 16px;
    color: #ff0000;
    font-family: 'titilliumweb-regular';
    letter-spacing: 1px;
    padding-top: 20px;
}

/*pro*/
.service-area {
    position: relative;
    z-index: 1
}

.service-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
	width: 100%;
	height: 60%;
	background: #F0F0F0;
	z-index: -1
}

.single-service-box {
	position: relative
}

.service-box .border-left span {
	position: absolute;
	width: 1px;
	height: 70%;
	content: "";
	background: #ff0000;
	top: 0;
	left: -5px
}

.service-box .border-right span {
	position: absolute;
	width: 1px;
	height: 70%;
	content: "";
	background: #ff0000;
	top: 0;
	right: -5px
}

.service-img {
	position: relative;
	overflow: hidden
}

.service-img>img {
	width: 100%;
	-webkit-transition: all 1s ease;
	transition: all 1s ease
}

.single-service-box:hover .service-img>img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.service-text {
    display: flex;
	background: #e08a8ad6;
	padding: 10px 20px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 95%;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-service-box.border-left:hover .service-text {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.single-service-box.border-right:hover .service-text {
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}

.service-text img {
	margin-right: 10px
}

.service-box .border-left {
	position: relative
}

.service-box .border-left:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 60px;
	background: #ff0000;
	bottom: 0;
	left: -98px;
}

.single-service-box-2>img {
	width: 100%
}

.service-banner-area.style-one {
	background: #F0F0F0;
	padding-top: 90px;
	padding-bottom: 0px;
}

.service-banner-area.style-one h1 {
	font-size: 60px;
	font-weight: 400;
	color: #205B56;
	margin-bottom: 15px;
}

.service-banner-area.style-one p {
	color: #718483;
	font-size: 18px;
	letter-spacing: 1px;
}

.service-banner-area.style-one .banner-image {
	position: relative;
	top: 255px;
}

.service-banner-area.style-one .banner-image img {
	width: 100%
}

.service-banner-area.style-one .banner-text {
	padding: 180px 0;
}

.service-page-area.style-one .service-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px
}

.service-page-area.style-one .service-list ul li:first-child .service-list-item:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(32, 91, 86, 0.24);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.service-page-area.style-one .service-list ul li:first-child .service-list-item:hover:after {
	-webkit-backdrop-filter: blur(0px);
	backdrop-filter: blur(0px);
}

.service-list-item {
	position: relative;
	z-index: 1
}

.service_title_rotate {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	z-index: 1;
	letter-spacing: 3px
}

.service-page-area.style-one {
	padding-top: 300px
}

.service-page-area.style-one .service-text {
	background: rgba(240, 240, 240, 0.88);
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
	left: auto;
	-webkit-transform: translateX(80%);
	transform: translateX(80%);
}

.service-page-area.style-one .service-text:after {
	position: absolute;
	content: "";
	bottom: -15px;
	right: -30px;
	height: 1px;
	width: 70%;
	background: #205B56;
}

.service-page-text p {
	color: #718483
}

.service-page-text .heading-action {
	margin-top: 30px
}

.service-list-item {
	position: relative
}

.service-list-item .border_left {
	position: absolute;
	width: 1px;
	height: 40%;
	left: -5px;
	background: #205B56;
	bottom: 0;
}

.service-list-item .border_right_top {
	position: absolute;
	width: 1px;
	height: 40%;
	right: -5px;
	background: #205B56;
	top: 0;
}

.service-list-item .border_left:before {
	position: absolute;
	width: 1px;
	height: 15%;
	left: 0;
	background: #205B56;
	top: -40px;
	content: "";
}

.service-list-item .border_right_top:before {
	position: absolute;
	width: 1px;
	height: 15%;
	right: 0;
	background: #205B56;
	bottom: -40px;
	content: "";
}

.service-page-project .project-box {
	margin-top: 50px
}

.service-page-project {
	position: relative
}

.service-page-project:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: #F0F0F0
}

.consultation-page-area {
	background: #F0F0F0
}

.consultation-page-area .container {
	position: relative;
	z-index: 1
}

.consultaion_bg {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1
}
.heading-action a {
    width: 50px;
	height: 50px;
	display: inline-block;
	background-color:#e74c3c6b;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	color: #ff0000;
	font-size: 35px
}

.heading-action a svg {
	position: relative;
	left: -15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.heading-action a:hover svg {
	left: 0
}

.section-title {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    font-family: 'titilliumweb-regular';
    text-align: center;
}

.section-para {
    font-size: 16px;
    color: #ff0000;
    font-family: 'barlow-regular';
    letter-spacing: 1px;
    text-align: center;
}
.sec-ser {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 30%);
    margin-bottom: 30px;
}
.para-ser1 {
    padding-top: 10px;
    text-align: center;
    font-family: barlow-regular;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
img.serv-img {
    box-shadow: 40px 40px 1px rgb(255 0 0);
}
.print-shead {
    font-family: titilliumweb-regular;
    font-size: 30px;
    padding-top: 130px;
}
.para-ser {
    font-size: 16px;
    font-family: 'barlow-regular';
    line-height: 2.3;
}
.se2.row {
    padding-top: 100px;
}
.print-serhead {
    padding-top: 100px;
    text-align: end;
    font-family: 'titilliumweb-regular';
    font-size: 30px;
}
.para-serv {
    text-align: end;
    font-size: 16px;
    font-family: 'barlow-regular';
    line-height: 2.3;
}
.sermain-head {
    text-align: center;
    font-family: 'titilliumweb-regular';
    font-size: 35px;
    padding: 60px 0 30px 0;
}
.para-foot {
    color: #fff;
    font-size: 16px;
    font-family: 'barlow-regular';
    line-height: 1.8;
}
.service-text.d-flex.align-items-center h3 {
    font-family: 'titilliumweb-regular';
    text-transform: uppercase;
    margin-left: 12px;
}
.footer {
    padding: 50px 0;
    background: #212529;
}
.footer a, .footer p {
    color: #fff;
    font-family: 'barlow-regular';
    font-size: 16px;
}
ul.contact-details li {
    font-family: 'barlow-regular';
    font-size: 16px;
}
.contact-widget strong {
    color: #fff;
}
.widget-title h4 {
    font-size: 20px;
    font-family: 'titilliumweb-regular';
}
#copyright::before {
    background: #ff0000;
}
#copyright:after {
    border-top: 60px solid #ff0000;
    border-left: 40px solid #ff0000;
}
 #copyright {
    padding: 0px 0px;
    background: #ff0000;
}
#copyright p {
    color: #fff;
    font-size: 14px;
    font-family: 'barlow-regular';
}
.welcome_head {
    font-size: 16px;
    font-family: 'titilliumweb-regular';
    letter-spacing: 1px;
    color: #ff0000;
}
.head-wels {
    font-size: 35px;
    font-family: 'titilliumweb-regular';
}
.align-items-center {
    padding-top: 20px;
}
.about-home {
    padding-top: 100px;
}
section#product_section, #gallery_section, #clients_section {
    display: none;
}
.header .nav > li > a:hover{
    color:#ff0000;
}
.submit_button {
    background: #ff0000;
    color: #fff;
    font-family: 'barlow-regular';
    font-size: 15px;
}
button.submit_button:hover {
    border-radius: 50px;
    color: #fff;
    background: #212529;
}
input, textarea {
    font-family: 'barlow-regular';
}
.hs-smallhead {
    font-size: 16px;
    text-align: center;
    font-family: 'titilliumweb-regular';
    color: #ff0000;
    letter-spacing: 1px;
}
.hs-con {
    text-align: center;
    font-size: 35px;
    font-family: 'titilliumweb-regular';
    padding-bottom: 15px;
}
.welcome_page_title {
    font-size: 31px;
    font-family: 'titilliumweb-regular';
    color: #000;
}
.tparrows.preview2 {
    background: #212529;
}
section.pageheader.lighthead.box-shadow.grey {
    background-repeat: no-repea !important;
    background-size: cover !important;
    background:linear-gradient(to bottom, rgb(58 94 120 / 59%), rgb(32 34 36 / 58%)), url(../../images/images/images/bg/5.png);
}
.pageheader {
    padding: 71px 0;
}
.about_page_title {
    font-size: 30px;
    font-family: 'titilliumweb-regular';
}
.breadcrumb {
    color: #fff;
    font-size: 20px;
    font-family: 'barlow-regular';
    background-color: unset;
}
.breadcrumb>.active, .breadcrumb>li, .breadcrumb>li a {
    font-size: 20px;
    color: #fff;
}
.parallax .lead {
    color: #fff;
    font-family: 'barlow-regular';
}
.testimeta img {
    border-radius: 50%;
}

section#news_section .welcome_page_title {
    padding-bottom: 30px;
}
.testimeta p {
    color: #fff;
    font-family: 'titilliumweb-regular';
    font-size: 16px;
    text-align: center;
}
section#news_section {
    background: linear-gradient(to bottom, rgb(58 94 120 / 59%), rgb(32 34 36 / 58%)),
    url(../../images/images/images/bg/test1.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
section#news_section .welcome_page_title {
    color: #fff;
}
.backtotop {
    background-color: #e08a8a;
}


@media(max-width:767px){
#welcome_section {
    padding: 40px 0px 30px;
}
.welcome_head {
    text-align: center;
}
.head-wels {
    text-align: center;
    line-height: 1.5;
}
.para-wel {
    padding: 0 10px;
}

.sub-welpara {
    padding: 0 10px;
}
.heading-action.text-end.d-none.d-sm-block {
    text-align: center;
}

.service-img {
    text-align: center;
}
.service-text { 
    padding-top: 20px;
    padding: 13px;
    bottom: 10px;
    left: 49%;
    width: 75%;
}
.service-img {
    margin-bottom: 30px;
}
.about-home {
    padding: 0 10px;
    padding-top: 30px;
}
img.img-abthome {
    width: 100%;
}
.submit_button {
    width: 60%;
}
img.serv-img {
    width: 100%;
}
.ser-secctions {
    padding: 0 10px;
}
.para-ser, p.para-serv {
    text-align: justify;
}
.se2.row {
    padding-top: unset;
}
.print-serhead {
    text-align: start;
}



















}