*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

:root{
    --heading-color: #ff1d4d;
    --fontawesome: "Font Awesome 5 Pro";
    --white: #ffffff;
    --black: #000;
    --para: #000
}

/*-- ================= About Us ================= --*/
.about{
    background-color: aliceblue;
}

.about .row h4{
    color: var(--heading-color);
    font-weight: 600;
    font-size: 40px;
}
.about .row h1{
    color: var(--black);
    font-weight: 700;
    font-size: clamp(32px, 3vw, 120px);
}
.about .row p{
    color: var(--para);
    font-size: 18px;
}
.about .row .image{
    width: 100%;
    height: 420px;
}
.about .row .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about .row .anchor a{
    padding: 15px 40px;
    background-color: var(--heading-color);
    color: var(--white);
}
/*-- ================= Trending Categories ================= --*/

.categories{
    background-color: aliceblue;
}
.categories .row .outside h4{
    color: var(--heading-color);
    font-weight: 600;
}
.categories .row .outside h1{
    color: var(--black);
    font-weight: 700;
    font-size: clamp(32px, 2vw, 120px);
}

.categorie_h_one {
    margin-bottom: 30px;
	text-align: center;
}
.categorie_h_one h1 {
    border-top: 4px double var(--black);
    border-bottom: 4px double var(--black);
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    padding: 11px 40px 8px;
    color: #000000 !important;
	letter-spacing: 2px;
}
.inside-img .image{
    overflow: hidden;
}
.inside-img .image img{
    overflow: hidden;
    transition: all .5s ease-in-out;
}
.inside-img:hover img{
    transform: scale(1.2);
}
.inside-img:hover h1 {
    border-top: 4px double var(--heading-color);
    border-bottom: 4px double var(--heading-color);
}
@media(max-width:768px){
    .categorie_h_one {
        margin-bottom: 10px;
    } 
}

  /* =========== Services section here ============ */
  .services .next-button:after,  .prev-button:after {
    display: none;
}
.services .prev-button:after, .next-buttont:after {
    display: none;
}


.services{
	background-image: url(../image/services-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.services .upper{
	font-size: 18px;
	color: black;
	font-weight: 700;
}

.services .upper i{
	color: #FFA500;
}

.services .top{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
}

.services .navi{
	display: flex;
	justify-content: space-between;
	width: 200px;
	position: relative;
	height: 40px;
}

.services .swiper-pagination-fraction{
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	font-weight: 900;
	font-size: 20px;
}

.services .swiper-button-next, .services .swiper-button-prev{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background-color: #A1C84F;
	display: grid;
	place-items: center;
	margin-top: 0;
	top: 0;
}
  
.services .swiper-button-prev:after, .services .swiper-button-next:after{
	font-size: 16px;
	color: white;
	font-weight: 900;
}

.services .top h3{
	font-size: 35px;
	font-weight: 700;
	color: #055986;
}

.services .services_slider .data{
	padding: 50px 30px;
	box-shadow: 0px 10px 30px -5px rgb(109 117 143 / 33%);
	border-radius: 10px;
	background-color: white;
}

.services .services_slider .swiper-slide .image{
	height: 350px;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.services .services_slider .swiper-slide .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
    object-position: top;
}

.services .services_slider .swiper-slide h4{
	font-size: 25px;
	font-weight: 700;
	color: var(--heading-color);
}

.services .services_slider .swiper-slide a{
	color: var(--black);
}

@media(max-width:576px){
    .services .top h3{
		font-size: 30px;
	}
	.services .services_slider .data{
		height: 80%;
	}
}
@media(max-width:400px){
    .services .services_slider .data{
		padding: 35px 15px;
	}
}




/********************************************************
Deals Sefction Start
 *******************************************************/  

  /* =========== Services section here ============ */
  .category .next-button:after,  .prev-button:after {
    display: none;
}
.category .prev-button:after, .next-buttont:after {
    display: none;
}


.category{
	background-image: url(../image/services-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.category .upper{
	font-size: 18px;
	color: black;
	font-weight: 700;
}

.category .upper i{
	color: #FFA500;
}

.category .top h3{
	font-size: 35px;
	font-weight: 700;
	color: #055986;
}

.category .category_slider .data{
	box-shadow: 0px 10px 30px -5px rgb(109 117 143 / 33%);
	border-radius: 10px;
	background-color: white;
}

.category .category_slider .swiper-slide .image{
    width:100px;
    height: 100px;
    padding: 4px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.category .category_slider .swiper-slide .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.category .category_slider .swiper-slide h6{
	font-size: 18px;
	font-weight: 700;
	color: var(--heading-color);
}

.category .category_slider .swiper-slide a{
	color: var(--black);
}

@media(max-width:576px){
    .services .top h3{
		font-size: 30px;
	}
}
@media(max-width:400px){
.category .category_slider .data{
		padding: 35px 15px;
	}
}

/********************************************************
Deals Sefction Start
 *******************************************************/  
 .int_project_wrapper .gallery_nav ul li a{
    color: var(--black);
    font-weight: 700;
    font-size: 20px;
}
 .int_heading {
    margin-bottom: 47px;
    z-index: 1;
	text-align: center;
}
.int_heading h4 {
	color: var(--heading-color);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
}
.int_heading h2 {
	color: var(--black);
    text-transform: capitalize;
    font-weight: 500;
    z-index: 2;
    position: relative;
    margin-top: 6px;
}
.int_heading span {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 900;
    color: #2e343a;
    letter-spacing: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    line-height: 18px;
}
 .int_project_wrapper {
    padding-top: 0px;
}
.int_project_wrapper .int_heading {
	margin-bottom: 30px;
}
.int_project_gallery {
	text-align: center;
}
.int_project_gallery .grid-item {
	width: 25%;
    clear: both;
    position: relative;
    overflow: hidden;
}
.int_project_gallery .grid_img:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.72);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
	z-index: 1;
}
.int_project_gallery .top_content {
    position: absolute;
    top: 10px;
    left: 30px;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    z-index: 1;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
}
.int_project_gallery .grid-item:hover .top_content{
	opacity: 1;
    visibility: visible;
	top:30px;
}
.int_project_gallery .grid_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(0,0,0);
    -ms-transform: translate(-50%, -50%) scale3d(0,0,0);
    transform: translate(-50%, -50%) scale3d(0,0,0);
    text-align: center;
    z-index: 1;
}
.int_project_gallery .grid-item:hover .grid_icon{
    -webkit-transform: translate(-50%, -50%) scale3d(1,1,1);
    -ms-transform: translate(-50%, -50%) scale3d(1,1,1);
    transform: translate(-50%, -50%) scale3d(1,1,1);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.int_project_gallery .bottom_content {
position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    color: #fff;
    z-index: 1;
}
.int_project_gallery .bottom_content > span {
    color: #ffffff;
    text-transform: uppercase;
	display: block;
}
.int_project_gallery .bottom_content > h3 {
    font-size: 32px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}
.int_project_gallery .bottom_content > span, .int_project_gallery .bottom_content > h3{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}	
.int_project_gallery .grid-item:hover .bottom_content > span, .int_project_gallery .grid-item:hover .bottom_content > h3 {
	opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.int_project_gallery .grid-item:hover .bottom_content > h3{
	-webkit-transition-delay: 0.15s;
	-o-transition-delay: 0.15s;
	-ms-transition-delay: 0.15s;
	-moz-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.int_project_gallery .grid-item:hover .grid_img:before {
	opacity: 1;
    visibility: visible;
}
.int_project_gallery .grid_img img{
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}
.int_project_gallery .grid-item:hover .grid_img img{
	transform: scale(1.2,1.2);
}
.int_project_gallery .int_project_gallery_view a {
    z-index: 0;
}
.int_project_gallery .grid_img {
    overflow: hidden;
    position: relative;
}
.int_project_gallery {
    display: inline-block;
    width: 100%;
	text-align: center;
}
.int_project_gallery .gallery_nav ul {
    list-style: none;
    padding: 0 15px;
    margin: 5px 0 30px 0;
}
.int_project_gallery .gallery_nav ul li {
	display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    color: #000000;
    position: relative;
    padding: 5px 0 0;
    text-transform: capitalize;
    font-size: 18px;
}
.int_project_gallery .gallery_nav ul li a:after {
    content: "";
    width: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    position: absolute;
    -webkit-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -ms-transition: ease all 0.55s;
    -moz-transition: ease all 0.55s;
    transition: ease all 0.55s;
    background: var(--heading-color);
}
.int_project_gallery .gallery_nav ul li a.gallery_active:after {
    width: 60%;
}
.int_project_gallery .gallery_nav ul li .gallery_active{
	color: var(--heading-color);
}

/* ================= Testimonial here ============== */

.testimonial{
	background-image: url(../image/shape/shape-6.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
  }

  .testimonial .upper h2{
	font-size: 35px;
	font-weight: 700;
	color: #055986;
  }

  .testimonial .upper p{
	color: #f17732;
    letter-spacing: 7px;
    text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
  }

    
  .testimonial .data{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    display: grid;
    place-items: center;
  }
  
  .testimonial .in{
    display: grid;
    place-items: center;
  }
  
  .testimonial  .in .data{
    overflow: hidden;
  }
  
  .testimonial .in .data img{
    width: 100%;
    object-position: bottom;
  }
  
  .testimonial .inner-box{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px -5px rgb(109 117 143 / 33%);
    padding: 15px;
    border-radius: 10px;
  }
  
  .testimonial .inner-box p{
	line-height: 25px;
    color: var(--black);
  }
  
  .testimonial .inner-box h4{
	color: var(--heading-color);
	font-weight: 600;
  }

  .testimonial .swiper-slide .star i{
	color: #F7B704;
  }
  
  .testimonial .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -5px;
  }

/********************************************************
Media Gallery
 *******************************************************/  

@media(max-width: 1399px){
    .int_project_gallery .grid-item:hover .top_content {
        top: 15px;
        right: 0;
        left: 0;
        font-size: 16px;
    }
    .int_project_gallery .grid-item:hover .bottom_content > h3 {
        font-size: 22px;
    }
}
@media(max-width:991px){
    .int_project_gallery .grid-item {
        width: 50%;
    }
    .int_project_gallery .grid-item:hover .top_content {
        top: 30px;
        right: 0;
        left: 0;
        font-size: 20px;
    }
    .int_project_gallery .grid-item:hover .bottom_content > h3 {
        font-size: 22px;
    }
}
@media(max-width: 767px){
    .int_project_gallery .grid-item {
        width: auto;
        right: 0;
    }
}

@media(max-width:580px){
    .about .row .image{
        height: 100%;
    }
}
@media(max-width:575px){
    .int_project_gallery .grid-item:hover .bottom_content > h3 {
        font-size: 16px;
    }
}
@media(max-width:480px){
    .int_project_gallery .grid-item:hover .bottom_content > h3 {
        font-size: 16px;
    }
}
@media(max-width:670px){
    .int_heading span{
        font-size: 60px;
    }
}
@media(max-width:540px){
    .int_heading span{
        font-size: 35px;
    }
}
@media(max-width:380px){
    .int_heading span{
        font-size: 30px;
    }
}
 /********************************************************
9.index Project End
 *******************************************************/ 

 .quality .outside{
    box-shadow: 0px 10px 30px -5px rgb(109 117 143 / 33%);
 }

.quality .outside1{
    padding: 15px 20px;
}
.quality .outside1:nth-child(1){
    background-color: #edfdfa;
}
.quality .outside1:nth-child(2){
    background-color: #fff2f2;
}
.quality .outside1:nth-child(3){
    background-color: #edfdfa;
}
.quality .outside1 .data1 h1{
color: #2d8a84;
}
.quality .outside1 .data1 h6{
    color:#84b6b1;
}
.quality .outside1 .data2 h1{
    color: #de8585;
}
.quality .outside1 .data2 h6{
    color: #f49f9f;
}
.quality .outside1 .data3 h1{
    color: #287a74;
}
.quality .outside1 .data3 h6{
    color: #3da8a1;
}