
html, body{ 
	overflow-x: hidden; 
}

body{
    font-family: 'Ubuntu', sans-serif;
}

h1,h2,h3,h4,h5{
	font-family: 'Ubuntu', sans-serif !important;
}

/* top header start  */
.top-header{
    background-color: #887f80;
    padding: 6px 0;
}

.top-header ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
/* top header end  */

/* Header and banner start  */
.page{
	font-family: 'Signika', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px;
	position: relative;
    letter-spacing: 1px;
    color: #DD233B !important;
}

.page::after{
	position: absolute;
    content: '';
    width: 0px;
    height: 2px;
    background-color: #DD233B;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
	transition: 0.3s;
}

.page:hover::after{
	width: 40px;
}

.nav-item{
	margin-right: 20px;
}

.nav-item:last-child{
	margin-right: 0px;
}

.navbar-light .navbar-brand {
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #DD233B;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}
/*  carousel      */

.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.bg-1 {
    background-image: linear-gradient(to right, rgb(0 0 0 / 85%), rgb(0 0 0 / 60%),rgb(0 0 0 / 58%),rgb(0 0 0 / 22%)),url(../images/slider-1.jpg);
}
.bg-2 {
    background-image: linear-gradient(to right, rgb(0 0 0 / 85%), rgb(0 0 0 / 60%),rgb(0 0 0 / 58%),rgb(0 0 0 / 22%)),url(../images/slider-2.jpg);
}
.bg-3 {
    background-image: linear-gradient(to right, rgb(0 0 0 / 85%), rgb(0 0 0 / 60%),rgb(0 0 0 / 58%),rgb(0 0 0 / 22%)),url(../images/slider-3.jpg);
}
.bg-1, .bg-2, .bg-3 {
	-webkit-background-size: cover;
	background-size: cover;
}
.carousel-caption {
	bottom: 220px;
	z-index: 2;
}
.carousel-caption h5 {
	font-family: 'Signika', sans-serif;
	font-weight: 500;
	font-size: 40px;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-top: 25px;
}
.carousel-caption p {
    margin-top: 25px !important;
	font-weight: 500;
	width: 60%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
    letter-spacing: 1px;
}

.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 26%);
	z-index: 1;
}
.carousel-indicators {
	bottom: 65px;
}
.carousel-indicators button {
	width: 100px !important;
}

.highlight-text{
    color: #DD233B;
}

.primary-btn{
	margin-top: 40px;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
    display: inline-block;
    padding: 7px 20px;
    background-color: #DD233B;
    color: #fff !important;
    letter-spacing: 1px;
	border-radius: 5px;
	border: 1.5px solid #DD233B;
	transition: 0.3s;
}

.primary-btn:hover{
	background: #ff0022;
	color: #fff !important;
}

.carousel-indicators .active {
    background-color: #DD233B;
    opacity: 1;
}

.backdrop {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(5px);
	background-color: #fff;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav {
		text-align: center;
	}
	.navbar-collapse {
		background: #fff;
	}
	.navbar-collapse .nav-item .nav-link {
		color: #000;
	}

    .carousel-caption {
        bottom: 140px;
        z-index: 2;
    }

	.carousel-caption h5 {
        margin-top: 60px !important;
		font-size: 55px;
	}
	.carousel-caption p {
		font-size: 18px;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}
	.navbar-collapse .nav-item .nav-link {
		color: #000;
	}
	.carousel-caption {
		bottom: 165px;
	}
	.carousel-caption h5 {
		font-size: 25px;
	}
	.carousel-caption p {
		font-size: 12px;
		width: 100%;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
	.navbar-collapse {
		background: #fff;
	}
}
/* Header and Banner end  */


/*About Start*/

.about{
	padding: 100px 0;
	background-attachment: fixed;
	background-image: linear-gradient(to bottom right, #ffffff, #ffffffe3);
}


.png-bg{
	width: 600px;
	top: 20px;
	left: 60px;
	z-index: -1;
}
.liq-first-img{
	margin-top: 60px;
}


.title{
    font-family: 'Signika', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #DD233B;
    position: relative;
    margin-bottom: 40px;
}

.title::after{
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background-color: #DD233B;
    top: 42px;
    left: 0;
}

.sub-head{
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 500;
}

.about p{
    color: #666;
    font-size: 16px;
    font-weight: 500;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 26px;
}

/*About End*/

/* Area of expertise start  */
.area-expertise{
    padding: 100px 0;
    background-color: #F1F1F1;
}

.sub-title{
    font-weight: 500;
    font-size: 18px;
}

.cc-title::after{
    left: 0;
    right: 0;
    margin: 0 auto;
}

.single-expertise-wrapper{
    padding: 20px;
}

.single-expertise-wrapper img{
    transition: 1s;
    cursor: pointer;
}

.single-expertise-wrapper img:hover{
    transform: rotate(360deg);
}

/* Area of expertise end  */

/* service start  */
.service{
    padding: 100px 0;
	background-image: linear-gradient(to bottom right, #ffffff, #ffffffe3);
}

.single-service{
    text-align: center;
    box-shadow: 0px 0px 20px #e5e5e5;
    padding-bottom: 30px;
    cursor: pointer;
    transition: 0.4s;
    min-height: 500px;
    margin: 25px 0;
	background-color: #fff;
}

.single-service:hover .single-service-icon{
    background-color: #ff93a1;
}

.single-service h2{
    font-family: 'Signika', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 0 15px;
    margin-top: 55px;
}

.single-service-icon{
    top: 185px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 20px #b8b8b8;
    transition: 0.4s;
}

.single-service-icon img{
    /* background-color: #fff */
}

.single-service p{
    margin-top: 15px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

/* service end  */

/* Recent project start  */

.recent-project{
	padding: 100px 0;
	background-color: #F1F1F1;
}

.single-recent-project{
	box-shadow: 0px 0px 40px rgb(231 231 231);
	padding: 15px 15px 35px 15px;
	cursor: pointer;
	transition: 0.4s;
	background-color: #fff;
	margin: 15px 0;
}

.single-recent-project:hover{
	box-shadow: 0px 0px 65px rgb(210 210 210);
}

.single-recent-project img{
	transition: 0.4s;
}

.single-recent-project:hover img{
	transform: scale(1.05);
}

.single-recent-project h2{
	margin-top: 20px;
	font-weight: 500;
	font-size: 20px;
	color: #DD233B;
}

.single-recent-project-btn a{
	display: inline-block;
	margin-top: 5px;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff !important;
	background-color: #DD233B;
	padding: 6px 18px;
	border-radius: 6px;
	border: 1px solid #DD233B;
	transition: 0.4s;
}

.single-recent-project-btn a:hover{
	background-color: transparent;
	color: #DD233B !important; 
}

/* Recent project end  */

/* Complete project Start  */

.complete-project{
	padding: 120px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: linear-gradient(to bottom right, #14213db7, #14213db7);
}

.complete-project h2{
	font-size: 46px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.complete-project h5{
	margin-top: 15px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

/* Complete project end  */

/* footer start  */
footer{
	background-color: #f9f9f9;
	padding: 40px 0;
}


.footer-links li{
	color: #000;
	padding: 5px 0;
	border-bottom: 1px solid #000;
}

.footer-links li:last-child{
	border: none;
}

.footer-links li a{
	text-decoration: none;
	font-size: 15px !important;
	color: #000 !important;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	transition: 0.4s;
}

.footer-links li a:hover{
	color: #DD233B !important;
}


.footer-contact-info li h3{
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.footer-contact-info li a{
	display: inline-block;
	margin-bottom: 15px;
	text-decoration: none;
	color: #000;
	font-size: 15px;
}

.footer-location{
	font-weight: 500;
	font-size: 16px;
	color: #000;
}


footer h2{
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 700;
}

.footer-border{
	margin-top: 25px;
	margin-bottom: 10px;
	background-color: #000;
	height: 1.5px;
	width: 100%;
}

.footer-social-profile li a{
	text-decoration: none;
	color: #fff !important;
	background-color: #000;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}

.footer-social-profile li a:hover{
	transform: scale(0.9);
	background-color: #DD233B;

}

/* footer end  */

/*portfolio start*/

.portfolio{
	padding: 100px 0;
}

.box-menu{
	margin: 30px 0 50px;
}

.box-menu ul li{
	margin: 10px 0;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	margin-right: 15px !important;
	cursor: pointer;
	border: 2px solid #f2275a;
	padding: 8px 16px;
	text-transform: uppercase;
	border-radius: 30px;
	transition: 0.8s;
}

.box-menu ul li:last-child {
	margin-right: 0px !important;
}

.box-menu ul li:hover{
	border: 2px solid #f2275a;
	background-color: #f2275a;
	color: #000;
}
.box-menu ul li.mixitup-control-active{
	border: 2px solid #f2275a;
	background-color: #f2275a;
	color: #fff;
}

.box-item img{
	width: 100%;
	height: 100%;
	/*max-height: 300px;*/
	max-width: 100%;
	object-fit: cover;
	display: block;
} 

.box-item{
	margin-bottom: 20px;
} 

.box-item:nth-child(3n) {
	margin-right: 0px !important;
}

.port_icon{
	position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgba(0,0,0, 0.4);
    transition: .3s ease;
}

.port_icon i{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
	font-size: 60px;
    color: white;
    transition: .3s ease-out;
}

.port_text{
	position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background-color: #fff;
    transition: .3s ease;
}

.port-img-wrapper{
	cursor: pointer;
}

.port-img-wrapper:hover .overlay-7{
  transform: scale(1);
}


.overlay-7{
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000b0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: .3s ease;
}

.overlay-7 .text{
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  white-space: nowrap;
  transition: 0.5s;
}


.overlay-7 .text i{
	color: #fff;
	transition: 0.3s;
}

.overlay-7 .text i:hover{
	transform: scale(1.2);
	color: #f2275a !important;
}

/*portfolio end*/


/* breadcrumb start  */
.breadcrumb{
	padding: 150px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: linear-gradient(to bottom right, #14213db7, #14213db7);
	color: #fff !important;
	text-align: center;
}

.breadcrumb h1{
	font-family: 'Ubuntu', sans-serif !important;
	font-size: 26px;
}

/* breadcrumb end */


/*Contact Start*/
.contact{
	padding: 100px 0;
}

.map-img{
	background-color: #000;
	padding: ;
}

.first-contact-box{
	box-shadow: 0px 0px 11px rgb(235 235 235);
	padding: 20px 0px;
	cursor: pointer;
}

.first-contact-box h2{
	font-family: Saira-Bold;
	font-weight: 700;
	font-size: 32px;
	color: #333;
}

.first-contact-box p{
	color: #858585;
}


.contact-from-wrapper{
	box-shadow: 0px 0px 11px rgb(235 235 235);
}

.contact .form-control{
	padding-left: 15px;
	padding-right: 15px;
	height: 45px;
	background-color: transparent;
	box-shadow: 0px 0px 11px rgb(235 235 235);
	border-radius: 0;
	border-color: transparent;
}

.form-control:focus {
    color: #858585;
    background-color: transparent;
    border-color: #858585;
    outline: 0;
	box-shadow: 0px 0px 5px rgb(210, 210, 210);
	border-color: transparent;
}

.contact input::placeholder{
	font-weight: 400;
	font-size: 16px;
	color: #858585;
}

.text-area{
	resize: none;
	background-color: transparent;
	box-shadow: 0px 0px 11px rgb(235 235 235);
	border-radius: 0;
	border-color: transparent;
	height: 150px !important;
}

.text-area::placeholder{
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: 400;
	font-size: 16px;
	color: #858585;
}

/*Contact End*/

/* map start  */
.map{
	background-image: linear-gradient(to bottom right, #14213db7, #14213db7);
}
/* map start  */

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
	background-color: #DD233B;
	color: #fff;
	padding: 6px 10px;
	border-radius: 5px;
}

.back-to-top:hover{
	color: #fff !important;
}