body{
	font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    margin: 0;
}
/*whatsapp icon*/
.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 205px;
    background-color: #c2272d;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #3d3838;
    right: 43px;
    z-index: 100;
    margin-top: 109px;
}
.whats-app:hover {
    background-color: black;
    color: white;
}

.phone-enq {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 205px;
    background-color: #91cfe6;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #3d3838;
    right: 43px;
    z-index: 100;
    margin-top: 109px;
}
.phone-enq:hover {
    background-color: black;
    color: white;
}




/* top back scroll button*/
#myBtn {
	width: 60px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #000000;
    cursor: pointer;
    padding: 15px; 
  }
.scroll-btn {
    width: 60%;
    height: 2rem;
    text-align: center;
}
.hamburger1 {
    width: 7%;
}

.offCanvas {
	transform:translateX(-30px);
	z-index: 2000;
	position: fixed;
    width: 0%;
	height: 100vh;
	background-color: black;
	transition: all ease-in-out 500ms;
}
.offCanvas-active {
    width: 60%;
}
.offCanvas a{
	color:#fff;
	text-decoration:none;
}
.offcanvas a{
	color:#fff;
	text-decoration:none;
}
.offcanvas.offcanvas-start{
	width:40% !important
}
/* hamburger offCard */

.offcanvas-menu {
    position: fixed;
    top: 0;
    right: -800px;
    /* Initially off-canvas */
    width: 60%;
    height: 100%;
    background-color: #333;
    /* Space for the close button */
    transition: right 0.3s ease;
    z-index: 1000;
}
.home-header-logo {
    width: 200px;
	margin-top: 7px;
	margin-left: 120px;
}
.toggleOffCanvas{
    position: fixed;
    top: 0;
    right: 0px;
    /* Initially off-canvas */
    width: 60%;
    height: 100%;
    background-color: #333;
    /* Space for the close button */
    transition: right 0.3s ease;
    z-index: 1000;
}

.offcanvas-menu ul {
    list-style: none;
    padding: 0;
}

.offcanvas-menu li {
    padding: 15px;
    text-align: center;
}

.offcanvas-menu a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}
/* drop dow services */
.dropbtn {
	font-weight: 400;
	margin-top: 0;
	font-family: "Open Sans", sans-serif;
    background-color: transparent;
    color: rgb(255, 255, 255);
    padding: 0;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
	
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    background-color: #3e8e4100;
  }
  /* end drop down */
  /* end drop down */
.header{
    width: 100%;
    height: 5rem;
    position: absolute;
    top: 0%;
    z-index: 1000;
	    background-color: rgba(0, 0, 0, 0.326);
}

.call-us{
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: center;
}

.follow-us{
    width: 50%;
    height: 5rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    gap: 2px;
    font-weight: bold;
}

.learn-btn-home{
    width: 25%;
    border: solid 1px #fff;
    color: #fff;
    outline: none;
    border-radius: 5px;
    background-color: transparent;
    font-size: small;
    padding: .5rem;
    /* margin-top: 5rem; */
}
.learn-btn-home:hover {
   transition: 1s ease-in-out;
   background: #ffffff;
	color: black;
	font-weight: 400;
}
#nav-item {
	width: 126%;
    opacity: 0.7;
    height: 60px;
    z-index: 500;
    background: black;
    width: 120%;
    max-width: 100%;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    width: 128%;
    transform: translateX(5px);
}
.menu {
    font-size: 16px;
    width: 93%;
    height: 5rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    cursor: pointer;
    list-style: none;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    margin-top: 16rem;
    margin-left: -48rem;
}
.nav-bar{
	text-decoration: none;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.326);
    position: absolute;
    top:81px;
    list-style: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    z-index: 1000;
}
.nav-bar:hover { 

}
.nav-bar  li{
	padding:8px 5px
}
.nav-bar li:hover{
	 background-color:#000;
}

.logo {
    width: 50%;
    height: auto;
    padding: 0;
    display: inline-block;
}

.logo img {
    /* width: 37%;
    margin-left: 9px;
    margin-top: -45px; */
    width: 100%;
    max-width: 30%;
}

/* information details */
.top-details {
   transform: translateX(350px);
}
.box {
    width: 57px;
	height: 57px;
	background-color: black;
	margin-top: 72px;
	margin-left: -58px;
}
#phn-icone {
    width: 25px;
    height: 25px;
    margin-left: 15px;
    transform: translateY(16px);
}
.call {
    font-size: 15px;
	font-weight: medium-bold;
	width: 60px;
	margin-top: -55px;
	margin-left: 10px;  
}
.call-number{
	margin-top: -9px;
    font-size: 14px;
	margin-left: 10px;
}

/* end information */



/* ABOUT SECTION */

#about-section{
    width: 100%;
    height: auto;
    background-color: #F4F4F4;
    padding-bottom: 8rem;
}
.homeabt-img {
    width: 100%;
}
.homeabt-head {
	font-size: 28px;
}
.homeabt-para {
	color: #777777;
	text-align: justify;
	width: 597px;
	margin-top: 35px;
}
.about-lable{
	transform: translate(76px, 74px);
    width: 10%;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    height: auto;
    background-color: #C2272D;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 5rem;
    font-size: small;
    font-weight: bold;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.see-more-btn{
    width: 150%;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    border: none;
    background-color: #272D33;
}
.about-content{
    margin-top: 6rem !important;
}

/* SERVICE SECTION */
.home-servhead {
   color: #fff; 
	font-weight: bold;
}
.service-section{
    width: 100%;
    height: auto;
    padding-bottom: 5rem;
    background-color: #fff;
}

.service-bg{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #111;
}

.service-lable{
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    height: auto;
    background-color: #C2272D;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 3rem;
    font-size: small;
    font-weight: bold;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.service-card-container{
    width: 100%;
    position: absolute;
    bottom: 10%;
    gap: 1rem;
    padding-left: 10rem;
}

.service-card1{
    width: 100%;
    height: auto;
    border-radius: 30px;
    background-color: #fff;
    position: relative;
}
.service-card-img{
    width: 100%;
    height: 100%;
    opacity: .7;
}

.details-btn{
    width: 100%;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    border: none;
    background-color: #272D33;
    padding-left: 1rem;
    padding-right: 1rem;
}
#home-serhead1{
    position: absolute;
    top: 35%;
	left: 20%;
	font-weight: bold;
	font-size: xx-large;
	transform: translate(-47px, 43px);
}
#home-serhead2{
   position: absolute;
	top: 20%;
	left: 20%;
	font-weight: bold; 
	font-size: xx-large;
	transform: translate(-48px, 58px);
}
#bgsevice-home {
 opacity: 0.2;
}

/* PROJECT SECTION */

#project-section {
    width: 100%;
    height: auto;
}
.project-see-more-btn {
    width: 150%;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    border: none;
    background-color: #272D33;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 2.6rem;
	transform: translateX(-23px);
}
.project-lable{
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    height: auto;
    background-color: #C2272D;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 2rem;
    font-size: small;
    font-weight: bold;
    padding-top: .2rem;
    padding-bottom: .2rem;
}
/* image one */
.card-pro1 {
    border: none;
	position: relative;
	width: 338px;
	height: 570px;

	display: flex;
	align-items: flex-end;

	padding: 2rem 1rem;
	background-color: #fff;
	/* box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5); */
	transition: 0.5s ease-in-out;
}

.card-pro1:hover {
	transform: translateY(20px);
}

.card-pro1::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgb(0, 0, 0));
	z-index: 2;
	transition: 0.5s all;
	opacity: 0;
}

.card-pro1:hover::before {
	opacity: 1;
}

.card-pro1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	width: 100%;
	height: 545px;
}

.card-pro1 .overlay {
	position: relative;
	z-index: 3;
	color: #fff;
	opacity: 0;
	transform: translateY(30px);
	transition: 0.5s all;
	padding: 30px 0px;
}

.card-pro1:hover .overlay {
	opacity: 1;
	transform: translateY(30px);
}

/* image two */
.card-pro2 {
  margin-left: 8px;
    border: none;
	position: relative;
	width: 330px;
	height: 570px;

	display: flex;
	align-items: flex-end;

	padding: 2rem 1rem;
	background-color: #fff;
	/* box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5); */
	transition: 0.5s ease-in-out;
}

.card-pro2:hover {
	transform: translateY(20px);
}

.card-pro2::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgb(0, 0, 0));
	z-index: 2;
	transition: 0.5s all;
	opacity: 0;
}

.card-pro2:hover::before {
	opacity: 1;
}

.card-pro2 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	width: 100%;
	height: 545px;
}

.card-pro2 .overlay {
	position: relative;
	z-index: 3;
	color: #fff;
	opacity: 0;
	transform: translateY(30px);
	transition: 0.5s all;
	padding: 30px 0px;
}

.card-pro2:hover .overlay {
	opacity: 1;
	transform: translateY(30px);
}
/* image three */
.card-pro3 {
    margin-left: 6px;
    border: none;
	position: relative;
	width: 330px;
	height: 570px;

	display: flex;
	align-items: flex-end;

	padding: 2rem 1rem;
	background-color: #fff;
	/* box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5); */
	transition: 0.5s ease-in-out;
}

.card-pro3:hover {
	transform: translateY(20px);
}

.card-pro3::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgb(0, 0, 0));
	z-index: 2;
	transition: 0.5s all;
	opacity: 0;
}

.card-pro3:hover::before {
	opacity: 1;
}

.card-pro3 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	width: 100%;
	height: 545px;
}

.card-pro3 .overlay {
	position: relative;
	z-index: 3;
	color: #fff;
	opacity: 0;
	transform: translateY(30px);
	transition: 0.5s all;
	padding: 30px 0px;
}

.card-pro3:hover .overlay {
	opacity: 1;
	transform: translateY(30px);
}
/* image four */
.card-pro4 {
    margin-left: 7px;
    border: none;
	position: relative;
	width: 330px;
	height: 570px;

	display: flex;
	align-items: flex-end;

	padding: 2rem 1rem;
	background-color: #fff;
	/* box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5); */
	transition: 0.5s ease-in-out;
}

.card-pro4:hover {
	transform: translateY(20px);
}

.card-pro4::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgb(0, 0, 0));
	z-index: 2;
	transition: 0.5s all;
	opacity: 0;
}

.card-pro4:hover::before {
	opacity: 1;
}

.card-pro4 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	width: 100%;
	height: 545px;
}

.card-pro4 .overlay {
	position: relative;
	z-index: 3;
	color: #fff;
	opacity: 0;
	transform: translateY(30px);
	transition: 0.5s all;
	padding: 30px 0px;
}

.card-pro4:hover .overlay {
	opacity: 1;
	transform: translateY(30px);
}
.overlay {}

.text-h1 {
	margin: 0;
}

.text-p {
	letter-spacing: 1px;
	margin-top: 8px;
	margin-bottom: 10px;
}

.link-a {
	text-decoration: none;
	padding: 0.5rem 1rem;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	transition: .4s ease-in-out;
}

.link-a:hover {
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

/* GALLERY SECTION */

#gallery-section {
    width: 100%;
    height: auto;
}

.gallery-lable{
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    height: auto;
    background-color: #C2272D;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 5rem;
    font-size: small;
    font-weight: bold;
    padding-top: .2rem;
    padding-bottom: .2rem;
}


.gallery-see-more-btn {
    width: 137%;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    border: none;
    background-color: #272D33;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 2.6rem;
	transform: translateX(-23px);
}
.card-oneg {
    height: 298px;
    margin-top: 20px;
    margin-left: 5px;
    position: relative;
    width: 304px;
	background: radial-gradient(#111 50%, #000 100%);
	overflow: hidden;
	cursor: pointer;
}

img {
	max-width: 100%;
	display: block;
}

.card-oneg img {
	transform: scale(1.3);
	transition: 0.3s ease-out;
}

.card-oneg:hover img {
	transform: scale(1.1) translateY(-20px);
	opacity: 0.3;
}

.overlay1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	text-align: center;
	color: #fff;
}
.textg-h1{
	transform: translateY(136px);
	opacity: 0;
	transition: all .3s ease-out;
}
.card-oneg:hover .overlay1 .textg-h1 {
	opacity: 1;
	transform: translateY(100px);
}
h1{
    font-size: 2rem;
}


/* LOGO SECTION */

#logo-slide{
    width: 100%;
    height: auto;
    background-color: #F0F0F0B5;
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	flex-wrap:wrap;
}
/* CONTACT SECTION */

#contact-section{
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding-top: 2rem;
	overflow:hidden
}
.contact-sec{
	margin-left: 100px;
	display: flex; 
	flex-direction: column; 
	gap: 1rem; 
	width: 100%;
}
#form-field {
	transform: translateX(100px);
}
#contact-sec2{
	transform: translateX(-100px);
}
.contact-lable{
    width: 15%;
    padding-left: 1rem;
    padding-right: 1rem;
    height: auto;
    background-color: #C2272D;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 5rem;
    font-size: small;
    font-weight: bold;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.inp{
    height: 3rem;
    background-color: #F1F1F1;
    border: solid 1px #b3b3b3;
    outline: none;
    border-radius: 5px;
}

.submit-btn{
    width: 25%;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    border: none;
    background-color: #272D33;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
}

/* FOOTER SECTION */

#footerBgImg {
    opacity: 0.1; 
	height: auto; 
	width: 100%;
}
#footer-section{
    width: 100%;
    height: auto;
    background-color: #111;
    position: relative;
    color: #fff;
    margin-top: 3rem;
	background-image:url('../images/footerBg.png');
	background-size:cover;
	 padding-bottom: 60px;
}
.footer-logo {
    margin-top: 10%;
    width: 84%;
    margin-left: 14%;
}
#foot-para {
    margin-top: 10px;
    margin-left: 23%;
}
.foot-fb{
	margin-top: 0;
    margin-left: 80px;
	display: flex;
	align-items: center; 
	justify-content: center;
	width: 45px; 
	height: 45px;
	border-radius: 100%; 
	background-color: black;
}
.foot-twit{
	margin-top:40px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px; 
	height: 45px;
	border-radius: 100%;
	background-color: black;
}
.twt {
    height: 45px;
	margin-top:0;
}
.foot-insta{
	margin-top: 0px;
	display: flex; 
	align-items: center; 
	justify-content: center; 
	width: 45px;
	height: 45px;
	border-radius: 100%; 
	background-color: black;
}
#foot-linksword{
     transform:translate(100px,38px) !important;
	
}
#work-head {
	transform: translate(150px,26px);
	}
.text-secondary {
   transform: translate(270px, 27px);
}
.mini-footer{
    width: 100%;
    height: 10.5vh;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.mini-para{
    transform: translateY(10px);
}
.soc_head_ico{transition:0.2s ease;cursor:pointer}
.soc_head_ico:hover{transform: translateY(-5px)}
.foot-fb, .foot-insta{transition:0.2s ease;cursor:pointer}
.foot-fb:hover{transform: translateY(-5px);}
.foot-insta:hover{transform: translateY(-5px)}

/*****responsive section******/    


@media (max-width: 1440px) {
	.home-header-logo{margin-left:0}
	#myBtn {
	right: 123px;
	}
	.hamburger-btn{
        display: none !important;
    }
	/* header section */
    .hamburger {
        display: none;
    }
    .social-media {
        transform: translateY(-162px);
    }
    #nav-item {
        width: 123%;
    }
	
	#homeabt-img {
	width: 500px;
    height: 400px;
	}
	.fs-4 {
    font-size: 2rem !important;
   }
	.homeabt-para {
    font-size: 15px;
    line-height: 29px;
    color: #777777;
    text-align: justify;
    width: 597px;
    margin-top: 35px;
}
	/*footer section*/
	#contact-section {
	  margin-bottom: 70px;
	}
	#footer-section {
	  margin-top: 0rem;
	}
	.foot-fb {
    margin-top: 37px;
	}
	
	.foot-insta {
    margin-top: 0px;
	}
	#foot-linksword {
    transform: translate(133px, 18px);
    }
}
@media (max-width: 1200px) {
	.hamburger-btn{
        display: none !important;
    }

	/*about section*/
	.about-lable {
    transform: translate(56px, 74px);
	}
	.homeabt-para {
    font-size: 14px;
    line-height: 26px;
    width: 544px;
    }
	/*services*/
	.details-btn {
    transform: translate(-20px, 31px);
	}
	#home-serhead1 {
    top: 17%;
    left: 25%;
	}
	#home-serhead2 {
    top: 1%;
    left: 26%;
	}
	/*project*/
	.card-pro1 {
    width: 309px;
    }
	.card-pro2 {
    width: 298px;
    }
	.card-pro3 {
    width: 301px;
    }
	.card-pro4 {
    width: 298px;
    }
	/*gallery*/
	.card-oneg {
    height: 265px;
    width: 264px;
	}
	/*footer section*/
	.foot-fb {
    margin-top: 30px;
    }
	.twt {
    margin-top: 30px;
    }
	.foot-insta {
    margin-top: 30px;
	}
	#work-head {
    transform: translate(125px, 60px);
   }
	.text-secondary {
    transform: translate(221px, 60px);
   }
}
@media (max-width: 1024px) {
	 .hamburger-btn{
        display: none !important;
    }

	.dropbtn {
    margin-top: 1px;
	}
    .hamburger {
        display: none;
    }
    .hunger
    .dot {
        margin-top: -202px;
    }
    .bg-item {
        max-width: 130%;
        width: 131%;
    }
    .logo {
        margin-top: 33px;
        width: 100%;
    }
    #nav-item {
        max-width: 200%;
        width: 450%;
        transform: translateX(274px);
        height: 40px;
    }
    .social-media {
        width: 10%;
        transform: translate(-45px, -159px)
    }
    .top-details {
        transform: translateX(530px);
    }

#homeabt-img {
    width: 461px;
    height: 358px;
}
	.homeabt-para {
		font-size: 14px;
    line-height: 26px;
    width: 450px;
}
	.card-pro1 {
		width: 264px;
	}
	.card-pro2 {
		width: 254px;
	}
	.card-pro3 {
		width: 257px;
	}
	.card-pro4 {
	   width: 250px;
	}
	.card-oneg {
       height: 243px;
       width: 252px;
	   margin-left: -10px;
	}
	#contact-section {
    margin-bottom: 150px;
    }
	
	/*footer section*/
	/*#footer-section {
      margin-top: 9rem;
    }*/
	.mini-footer{
	  height: 20.5vh;
	}
	#foot-para {
    width: 320px;
	}
	#work-head {
    transform: translate(101px, 55px);
    }
	.text-secondary {
    transform: translate(168px, 51px);
    }
}
@media (max-width:922px){
.hidden {
        display: none;
    }
    .logo{
        width: 50% !important;
    }
}
@media (max-width: 768px) {
	#details1 {display:none;}
	#details2 {display:none;}
	 .hamburger-btn{
		/* transform: translate(300px, 40px);*/
        display: block !important;
    }
	.home-header-logo {
    width: 66%;
    margin-top: 3px;
    margin-left: 29px;
   }
	#top-arrow-btn {
    margin-left: -221px;
    }
	/* home header*/
	.nav-bar {
	display: none;
	}
	.carousel-caption {
    transform: translateY(100px);
	}
	.menu {
        display: none;
    }
    #nav-item {
        display: none;
    }
    .logo img {
        width: 45%;
        margin-left: 0;
        margin-top: 0;
    }
    #inner-bg {
        height: 450px;
    }
    .hamburger1 {
        margin-left: 0;
        margin-top: 3rem;
    }
	.hamburger-btn {
    margin-left: -7rem;
    display: block !important;
    transform: inherit;
    text-align: right;
    padding-top: 9%;
}
    .text2 {
        font-size: 37px;
        transform: translateY(0px);
    }
	
    #homeabt-img {
    width: 461px;
    height: 304px;
   }
	.homeabt-para {
    font-size: 13px;
    line-height: 21px;
            width: 87%;
   }
	.service-card-container {
	padding-left: 6rem;
	}
	#home-serhead1 {
    position: absolute;
    top: -1%;
    left: 38%;
    font-weight: bold;
    font-size: x-large;
    transform: translate(-63px, 62px);
   }
	#home-serhead2 {
    position: absolute;
    top: -25%;
    left: 28%;
    font-weight: bold;
    font-size: x-large;
    width: 102%;
    transform: translate(-39px, 81px);
    }
    .details-btn {
    transform: translateY(21px);
    width: 111%;
    height: 24px;
	}
	.card-pro1 img {
	height: 423px;
	}
	.card-pro1 {
	width: 201px;
	height: 448px;
	}
	.card-pro2 img {
	height: 423px;
	}
	.card-pro2 {
	width: 190px;
	height: 448px;
	}
	.card-pro3 img {
	height: 423px;
	}
	.card-pro3 {
	width: 193px;
	height: 448px;
	}
	.card-pro4 img {
	height: 423px;
	}
	.card-pro4 {
	width:185px;
	height: 448px;
	}
	.text-h1{
	font-size: 24px;
	}
	.text-p{
	font-size: 11px;
	}
	.link-a {
	padding: 0.2rem 0.5rem;
    font-size: 11px;
	}
	.card-oneg {
    height: 206px;
    width: 179px;
    margin-left: -6px;
   }
	.gallery-see-more-btn {
    width: 137% !important;
	transform: translateX(1px);
	}
	#logo-section {
    height: 42vh;
	}
	.contact-sec {
    margin-left: 60px;
	margin-top: -60px;
	}
	#form-field {
    transform: translateX(60px);
   }
	#contact-sec2 {
    margin-top: -60px;
    transform: translateX(-64px);
   }
	.inp {
    height: 2rem;
	}
	.submit-btn {
    width: 27%;
    height: 29px;
	}
	/*footer section*/
	.footer-logo {
    margin-top: -18px;
    width: 100%;
    margin-left: 29px;
   }
	#foot-para {
    font-size: 12px;
    width: 257px;
    margin-left: 46px;
   }
	.foot-fb {
    margin-top: 31px;
    margin-left: 44px;
    width: 31px;
    height: 31px;
   }
	.twt {
    margin-top: 31px;
    margin-left: -7px;
    width: 37px;
    height: 31px;
   }
	.foot-insta {
	margin-left: -14px;
    margin-top: 30px;
    width: 31px;
    height: 31px;
   }
	#foot-linksword {
    transform: translate(100px, 33px) !important;
   }
	#work-head {
    transform: translate(59px, 49px);
   }
	.text-secondary {
    font-size: 12px;
    width: 195px;
    transform: translate(105px, 43px);
   }
	.border-bottom {
    font-size: 17px;
	}
	.mini-para {
    font-size: 12px;
    transform: translateY(8px);
   }
	.inner_page_banner .inner_page_icon {  width: 50px !important;height: 50px !important;}
	body .hamburger {
       display: block !important;
       transform: inherit !important;
        position: absolute;
        top: -38px;
        text-align: center;
        width: 70px;
        right: 30px;
   }
.header{height:auto}
}

@media (max-width: 425px) {
	.hamburger-btn {
    margin-left: 2rem;
	}
	#top-arrow-btn {
    margin-left: -377px;
   }
	.home-header-logo {
    width: 100%;
    margin-top: 3px;
   }
	.carousel-caption {
    font-size: 10px;
    width: 337px;
    transform: translate(-20px, 221px);
   }
	.learn-btn {
    margin-top: -10px;
    width: 35%;
	}
	
	/* header section */
    .logo img {
        width: 66%;
        margin-top: -60px;
    }
	
	.about-lable {
    transform: translate(-137px, -28px);
    }
	.about-content {
    transform: translate(34px, -410px);
	}
	#homeabt-img {
    transform: translate(-26px,775px);
	}
	
	.service-bg {
    height: 642px;
	}
	#bgservices-home{
	height: 500px !important;
	}
	.service-card-container {
    transform: translate(-35px, 24px);
    width: 93%;
	}
	.card-pro1 img {
	height: 300px;
	}
	.card-pro1 {
    margin-left: 6px;
    width: 201px;
    height: 324px;
    }
	.card-pro2 {
    margin-left: 228px;
    margin-top: -324px;
    width: 190px;
    height: 324px;
   }
	.card-pro3 {
    width: 193px;
    height: 324px;
    margin-top: 20px;
    }
	.card-pro4 {
    width: 185px;
    height: 324px;
    margin-top: -324px;
    margin-left: 229px;
   }
	.card-pro2 img {
	height: 300px;
	}
	.card-pro3 img {
	height: 300px;
	}
	.card-pro4 img {
	height: 300px;
	}
	
	.card-oneg {
    height: 250px;
    width: 309px;
    margin-left: 24px;
    }
	.gallery-see-more-btn {
    width: 28%;
	}
	
	#logo-section {
    height: 45vh;
   }
	
	.contact-lable {
    width: 28%;
	}
	#contact-sec2 {
    margin-top: 89px;
    transform: translateX(42px);
    }
	
	
	/* footer section*/
	#footerBgImg {
	height: 648px;
	}
	#footer-section {
    height: auto;
   }
	.footer-logo {
    margin-top: 21px;
    max-width: 173%;
    width: 177%;
    margin-left: 104px;
   }
	#foot-para {
    width: 345px;
    font-size: 11px;
    margin-top: 0px;
    margin-left: 46px;
   }
	#footerBgImg {
    height: 556px;
   }
   .foot-fb {
    margin-top: -11px;
    margin-left: 122px;
    width: 50px;
    height: 37px;
   }
	.twt {
    margin-top: -9px !important;
    margin-left: 3px;
    width: 49px;
    height: 37px;
   }
	.foot-insta {
    margin-top: -10px;
    margin-left: 9px;
    width: 52px;
    height: 37px;
   }
	#foot-linksword {
    transform: translate(-116px, 302px) !important;
  }
	#work-head {
    width: 167px;
    transform: translate(222px, 41px);
   }
	.text-secondary {
   width: 162px;
        font-size: 12px;
        transform: translate(225px, 30px);
   }
	.mini-footer {
    height: 11.5vh;
   }
	
}

@media (max-width: 375px) {
	.carousel-caption {
      font-size: 10px;
       width: 337px;
       transform: translate(-37px, 221px);
   }
	.learn-btn {
    font-size: unset;
    /* text-align: center !important; */
    margin-top: -10px;
    width: 29%;
    height: 26px;
}
	.about-lable {
    transform: translate(-113px, -28px);
   }
	.homeabt-para {
    font-size: 13px;
    line-height: 21px;
    width: 309px;
   }
	.about-content {
    transform: translate(34px, -368px);
   }
	#homeabt-img {
    transform: translate(-26px, 767px);
	width: 411px;
    height: 260px;
   }
	
	.service-bg {
    margin-top: -127px;
    height: 642px;
   }
	.card-pro1 {
    margin-left: 13px;
    width: 171px;
    height: 324px;
   }
	.card-pro2 {
    margin-left: 192px;
    width: 171px;
    height: 324px;
   }
	.card-pro3 {
    margin-left: 13px;
    width: 171px;
    height: 324px;
   }
	.card-pro4 {
    margin-left: 192px;
    width: 171px;
    height: 324px;
   }
	.card-oneg {
    margin-left: 22px;
   }
	
	.contact-lable {
    width: 31%;
   }
	#contact-sec2 {
    margin-top: 51px;
    transform: translateX(18px);
   }
	/*footer section*/
	.footer-logo {
    margin-left: 87px;
   }
	#foot-para {
    width: 312px;
    font-size: 10px;
    margin-top: 0;
    margin-left: 30px;
   }
	.foot-fb {
    margin-top: -11px;
    margin-left: 89px;
    width: 50px;
    height: 37px;
   }
	#work-head {
    width: 167px;
    transform: translate(204px, 40px);
   }
	.text-secondary {
    width: 155px;
        font-size: 12px;
        transform: translate(203px, 16px);
   }
}

@media (max-width: 320px) {
	#myBtn {
    width: 41px;
    height: 41px;
	transform: translateX(80px);
	}
	.carousel-caption {
    font-size: 7px;
	transform: translate(-57px, 221px);
	}
	h3 {
    font-size: calc(1.3rem + -1.4vw) !important;
}
   .about-lable {
    transform: translate(-84px, -28px);
   }
	.homeabt-para {
    font-size: 13px;
    line-height: 21px;
    width: 258px;
   }
	#homeabt-img {
    transform: translate(-26px, 798px);
    width: 300px;
    height: 200px;
   }
	.about-content {
    transform: translate(34px, -312px);
   }
	.service-bg {
    margin-top: -127px;
    height: 460px;
   }
	.service-card-container {
    transform: translate(-40px, 38px);
    width: 93%;
   }
	#home-serhead1 {
    position: absolute;
    top: -1%;
    left: 38%;
    font-weight: bold;
    font-size: large;
    transform: translate(-63px, 41px);
   }
	#home-serhead2 {
    position: absolute;
    top: -25%;
    left: 28%;
    font-weight: bold;
    font-size: large;
    width: 102%;
    transform: translate(-39px, 54px);
    }
	.card-pro1 {
    margin-left: 8px;
    width: 150px;
    height: 324px;
   }
	.card-pro2 {
    margin-left: 162px;
    width: 150px;
    height: 324px;
   }
	.card-pro3 {
    margin-left: 8px;
    width: 150px;
    height: 324px;
   }
	.card-pro4 {
    margin-left: 162px;
    width: 150px;
    height: 324px;
   }
	.card-oneg {
    height: 250px;
    width: 253px;
	}
	.contact-lable {
    width: 35%;
    }
	.contact-sec {
    margin-left: 28px;
    margin-top: -60px;
   }
	#contact-sec2 {
    margin-top: 33px;
    transform: translateX(9px);
   }
	.submit-btn {
    width: 63%;
    height: 29px;
  }
	/*footer section*/
	.footer-logo {
    margin-top: 21px;
    max-width: 200%;
    width: 200%;
    margin-left: 75px;
}
	#foot-para {
    width: 258px;
    font-size: 10px;
    margin-top: 5px;
    margin-left: 22px;
  }
  .foot-fb {
    margin-top: -11px;
    margin-left: 66px;
    width: 44px;
    height: 31px;
  }
   .twt {
    margin-top: -9px;
    margin-left: 3px;
    width: 43px;
    height: 32px;
  }
	.foot-insta {
    margin-top: -10px;
    margin-left: 9px;
    width: 48px;
    height: 32px;
  } 
	#foot-linksword {
	font-size: 12px;
    transform: translate(-118px, 242px);
   }
	 #work-head {
    width: 167px;
    transform: translate(183px, 71px);
  }
  .text-secondary {
    width: 177px;
    font-size: 9px;
    transform: translate(185px, 65px);
  }
  .border-bottom {
    font-size: 16px;
  }
  .mini-para {
    font-size: 9px;
  }
	body .hamburger {
    display: block !important;
    transform: translate(113px, -110px) !important;
}
}

.hamburger-btn{display: none !important;}
.bg-item{position: relative;}

.inner_page_banner_sec{
    width: 100%;
    display: inline-block;
    position: relative;
}
.inner_page_banner_img{max-height: 550px;width: 100%;}
.inner_page_banner{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: center;
}
.inner_page_banner_cnt{
    width: 100%;
    max-width: 500px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20%;
}
.inner_page_banner_cnt p {
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 0 !important;
    color: #fff !important;
    font-weight: bold;
}
.inner_page_icon{
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;

}
.bg-item{
    max-height: 550px;
    height: auto;
}
.inner_page_banner .inner_page_icon{
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
}
.inner_page_banner #project-icon{
    width: 25px;
    height: 25px;
    margin-top: 0;
    margin-left: 0;
}
.services_box{
width:100%;
	display:inline-block;
	height:95%;
	padding:15px;
	box-shadow:0px 0px 15px #f3f3f3;
	margin-bottom:20px;
	text-align:left;
	border:solid 3px #fff;
	transition:0.2s ease;
}
.services_box:hover{
	border:solid 3px #c2272d;
}
.services_box_img{
width:100%;
	display:inline-block;
	text-align:center;
	margin-bottom:20px;
	overflow:hidden;
}
.services_box_img img{width: 100%;transition:0.2s ease}
.services_box:hover .services_box_img img{transform:scale(1.1)}
.services_box ul{padding-left:18px}
.services_box li{list-style:circle;text-decoration:none;color:#242424}
.project-section a{text-decoration:none;height:95%;}

.services_box h5{
	width:100%;
	display:inline-block;
	margin:	0;
	color:#242424;
	text-decoration:none
}
.job_items {font-size: 16px;}
#foot-linksword li{margin-bottom:10px}

@media (max-width:768px) {
      .top-details{display: none !important;}  
      .hamburger-btn{display: block !important;transform: inherit;text-align: right;padding-top: 30px;}
      body .hamburger{display: block !important;}
      #logo-section{flex-wrap: wrap;height: auto;}
      body{padding-right: 0 !important;}
      #about-section{overflow: hidden;}
      #contact-section{overflow: hidden;}
	.card-pro1, .card-pro2, .card-pro3, .card-pro3{width:100%}
}