@charset"utf-8";
:root {
	--primary: #000000;
	--secondary: #f55b14;
	--white: #ffffff;
	--black: #000000;
  --gray: #777c81;
  --lightGrayBg: #f6f6f7;
  --lightSkyBg: #f3f9ff;
  --textColor: #7b7b7b;
  --hdnColor: #666666;
  --blackHdnColor: #111111;
  --hdnFont: "Poppins", sans-serif;
}


*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { width: 100%; height: 100%; padding: 0; margin: 0; }
body{ font-family: "Poppins", sans-serif; color: var(--primary); font-weight:400; font-size: 18px; line-height: normal; background-color: var(--white); }
div, table, td, tr, section, h1, h2, h3, h4, h5, h6 , p, section, article, figure{ margin:0; padding:0; }
h1, h2, h3, h4, h5, h6{ font-weight: normal; }
a, input, textarea, button{ outline:0; transition: all ease-in-out 0.3s; -webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s; -o-transition: all ease-in-out 0.3s; }
input:focus, input:hover, textarea:focus, textarea:hover{ border-color: #76c7ff !important; box-shadow: none !important; outline: none; }
select { outline: 0; }
input::placeholder { opacity: 1; }
a{ text-decoration:none; border:none; outline:0; color: var(--primary); }
a:hover{ text-decoration:none; border:none; outline:0; color: var(--secondary); }
a:focus{ text-decoration:none; border:none; outline:0; }
button, button:focus{ text-decoration:none; border:none; outline:0; }
ul, ol, ul li, ol li{ list-style:none; margin:0; padding:0; }
p:empty{ display: none; }
img{ width:auto; max-width:100%; height: auto; }
body::selection{ background:#00589e; color:#ffffff; }
body::-moz-selection{ background:#00589e; color: #ffffff; }
p{ font-family: "Poppins", sans-serif; font-size: 16px; color: var(--primary); line-height: 28px; margin-bottom: 20px; }

.container{
	max-width: 1435px !important;
}

body.body-fixed{
	position: fixed;
}
.clear{
	float: none;
	clear: both;
	display: table;
}
a.dfltBorderBtn{
	font-family: var(--hdnFont);
	font-size: 16px;
	color: var(--primary);
	letter-spacing: 2px;
	display: inline-block;
	border: 2px solid var(--secondary);
	border-radius: 8px;
	padding: 11px 25px 10px 25px;
}
a.dfltBorderBtn:hover{
	color: var(--white);
	background-color: var(--secondary);
}

a.dfltBtn{
  display: inline-block;
  background-color: var(--secondary);
  padding: 17px 40px 17px 40px;
  position: relative;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 0;
  text-transform: uppercase;
  clip-path: polygon(10% 0, 100% 0%, 90% 100%, 0% 100%);
}
a.dfltBtn:hover{
	background-color: var(--primary);
}

.dfltList{
	margin-top: 20px;
}
.dfltList li{
	position: relative;
	font-size: 15px;
	color: var(--primary);
	margin-top: 10px;
	padding-left: 30px;
}
.dfltList li::before{
	position: absolute;
	content: '';
	width: 17px;
	height: 10px;
	background: url(../images/yellow-arrow.png) no-repeat 0 0;
	top: 6px;
	margin-left: -30px;
}
.secHdn{
	position: relative;
	margin-bottom: 40px;
}
.secHdn h2{
	position: relative;
	font-family: var(--hdnFont);
	font-size: 30px;
	color: var(--hdnColor);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}
.secHdn .hdnTrnsprnt{
	position: absolute;
	top: -50px;
	left: 0;
	font-size: 100px;
	color: var(--hdnColor);
  font-weight: bold;
  text-transform: uppercase;
  opacity: .09;
}
.secHdn .subTitle{
	font-size: 35px;
	color: var(--black);
	font-weight: 600;
}
.secHdn .subTitle span{
	font-weight: 300;
}
.hdnBrdr{
	position: relative;
	margin: 30px 0 40px 0;
}
.hdnBrdr::after{
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	background-color: var(--secondary);
	bottom: -10px;
	left: 0;
}
.secHdn.textCenter{
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.secHdn.textCenter .hdnBrdr::after {
  right: 0;
  margin: 0 auto;
}

.justifySpaceBetween{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.justifyCenter{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lightGrayBg{
	background-color: var(--lightGrayBg);
}
.lightSkyBg{
	background-color: var(--lightSkyBg);
}
.blackBg{
	background-color: var(--black);
}
.blackBg .secHdn .hdnTrnsprnt{
	opacity: .15;
}
.blackBg .secHdn .subTitle{
	color: var(--white);
}
.flLeft{
	float: left;
	margin: 0 30px 15px 0;
}
.flRight{
	float: right;
	margin: 0 0 15px 30px;
}

/*================ Header Style Start ================*/
.hdrLogoMenuPrt{
	position: relative;
	width: 100%;
	background-color: var(--secondary);
	padding: 15px 0 20px 0;
}
.hdrLogoMenuRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.hdrLogo img{
	max-width: 330px;
}


.hdr-contact-info{
	padding: 10px 0;
}
.hdr-contact-info ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.hdr-contact-info ul li{
	margin-left: 40px;
}
.hdr-contact-info ul li span{
	font-size: 20px;
	color: var(--secondary);
	font-weight: 600;
}
.hdr-contact-info ul li:first-child{
	margin-left: 0;
}
.hdr-contact-info ul li:last-child{
	margin-left: 20px;
}
.hdr-contact-info ul li a .fa{
	font-size: 28px;
	color: var(--secondary);
}
.hdr-contact-info ul li a .fa.fa-users{
	font-size: 24px;
}



.innerBannerSec,
.inrBnrImg{
	position: relative;
}
.inrBnrImg::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color:  rgba(0, 0, 0, 0.5);
	z-index: 2;
}
.inrBnrImg img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.inrBannerCaption{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 3;
	text-align: center;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.inrBannerCaption .container{
	max-width: 800px !important;
}
.inrBannerCaption h1{
	position: relative;
	font-family: var(--hdnFont);
	font-size: 75px;
	color: #f2f2f2;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 30px 0 15px 0;
}
.inrBannerCaption h1::before{
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	background-color: var(--secondary);
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.inrBannerCaption p{
	font-size: 18px;
	color: var(--white);
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 0;
}
/*================ Header Style End ================*/


/*================ Footer Style Start ================*/
.mainFooter{
	position: relative;
	background-color: #282828;
	padding: 60px 0;
}
.fooerMenuRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footerLogoClm{
	width: 28%;
}
.footerAddressClm{
	width: 28%;
}
.footerMenuClm{
	width: 15%;
}

.footerLogoClm img{
	max-width: 330px;
	margin-bottom: 20px;
}


.mainFooter h2{
	font-family: var(--hdnFont);
	font-size: 18px;
	color: var(--white);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.mainFooter h2::after {
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background-color: var(--secondary);
  bottom: 0;
  left: 0;
}
.mainFooter p{
	font-size: 16px;
	color: var(--white);
	font-weight: 400;
}

.footerAddressClm p{
	display: flex;
}
.footerAddressClm p span,
.footerAddressClm p a{
	font-size: 16px;
	color: var(--secondary);
	margin-left: 8px;
}
.footerAddressClm p a:hover{
	color: var(--white);
}
.footerAddressClm p.ftr-whatsApp a{
	margin-left: 40px;
}
.footerAddressClm p.ftr-whatsApp a .fa{
	font-size: 28px;
}
.footerAddressClm p.ftr-whatsApp a .fa.fa-users{
	font-size: 24px;
}
.footerAddressClm p.ftr-whatsApp a:first-child{
	margin-left: 0;
}

.footerMenuClm .footerMenuItem li{
	font-size: 14px;
	color: var(--white);
	font-weight: normal;
	margin-top: 20px;
}
.footerMenuClm .footerMenuItem li a{
	color: var(--white);
}
.footerMenuClm .footerMenuItem li a:hover{
	color: var(--secondary);
}

.ftrCopyrightBg{
	position: relative;
	background-color: var(--primary);
	padding: 20px 0;
}
.footerCopyrightPrt{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.landFooter .footerCopyrightPrt{
	position: relative;
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.footerCopyrightPrt p{
	font-size: 13px;
	color: var(--white);
	margin: 0;
}
.footerCopyrightPrt ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footerCopyrightPrt ul li{
	margin-left: 8px;
}
.footerCopyrightPrt ul li a{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid var(--white);
	border-radius: 100%;
	text-align: center;
	line-height: 26px;
}
.footerCopyrightPrt ul li a .fa{
	font-size: 15px;
	color: var(--white);
}
.footerCopyrightPrt ul li a:hover{
	background-color: var(--white);
}
.footerCopyrightPrt ul li a:hover .fa{
	color: var(--mediumBlue);
}
/*================ Footer Style End ================*/



/*=========================== Index Page Style Sheet Start Here ===========================*/

/*================ Banner Style Part ================*/
.bannerSec{
	position: relative;
	width: 100%;
}
.bnrCaption{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	text-align: center;
	z-index: 2;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.bnrCaption .container{
	max-width: 1000px !important;
}
.bnrCaption .banner-title{
	position: relative;
	font-family: var(--hdnFont);
	font-size: 20px;
	color: var(--secondary);
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.bnrCaption .banner-title::before{
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	background-color: var(--secondary);
	top: 10px;
	margin-left: -90px;
}
.bnrCaption .banner-subtitle{
	font-family: var(--hdnFont);
	font-size: 80px;
	color: var(--white);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 30px 0;
}
.bnrCaption a.dfltBtn{
	text-transform: uppercase;
	padding: 22px 30px 22px 30px;
}
.bannerImg{
	position: relative;
	z-index: 1;
}
.bannerImg::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
}
.bannerImg img{
	width: 100%;
	min-height: 400px;
	max-height: 750px;
	object-fit: cover;
}
.bannerSec .carousel-item {
  transition-duration: 1.8s;
}
.carousel-control-prev,
.carousel-control-next{
	z-index: 5;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
	width: 40px;
	height: 40px;
}


/*================ Client Benifit Style Part ================*/
.clientBenifitSec{
	position: relative;
	padding: 0 0;
	overflow: hidden;
	margin-top: -100px;
	z-index: 3;
}
.clientBenifitRow{
	display: flex;
	background-color: var(--black);
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}
.clientBenifitHdn{
	padding: 50px 20px 53px 60px;
	width: 25%;
	clip-path: polygon(4% 0, 100% 0%, 91% 100%, 0% 100%);
	position: relative;
	background-color: var(--secondary);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.clientBenifitHdn .titleh2{
	font-size: 25px;
	color: var(--white);
	font-weight: 600;
}
.clientBenifitItm{
	padding: 50px 20px 50px 60px;
	width: 25%;
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
	position: relative;
}
.clientBenifitItm .titleh3{
	font-size: 24px;
	color: var(--white);
	font-weight: 600;
	margin-bottom: 7px;
}
.clientBenifitItm .titleh4{
	font-size: 18px;
	color: var(--white);
	font-weight: 600;
}
.clientBenifitItm::before {
  position: absolute;
  content: "";
  right: 21px;
  top: 0px;
  width: 2px;
  height: 180%;
  z-index: 1;
  border-right: 1px solid #222;
  transform: rotate(8deg);
}
.clientBenifitItm p{
	color: var(--white);
	font-weight: 300;
}


/*================ About Us Style Part ================*/
.aboutUsSec{
	position: relative;
	padding: 100px 0;
}
.aboutUsTextRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.aboutUsTextLeftPrt{
	width: 48%;
}
.aboutUsTextLeftPrt img{
	height: 100%;
	object-fit: cover;
}
.aboutUsTextRightPrt{
	width: 50%;
}
.aboutUsTextRightPrt p{
	font-size: 16px;
	color: var(--textColor);
	font-weight: 400;
	line-height: 30px;
}
.aboutUsTextRightPrt p strong{
	font-weight: 500;
}
.aboutUsTextRightPrt p:last-child{
	margin-bottom: 0;
}


/*=========================== Index Page Style Sheet End Here ===========================*/



/*=========================== Inner Page Style Sheet Start Here ===========================*/

/*================ Our Service Style Part ================*/
.ourServiceSec{
	position: relative;
	padding: 100px 0;
	color: var(--white);
}
.ourServiceSec .secHdn{
	max-width: 550px;
}
.srvcRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.srvcItm{
	width: 31%;
	margin: 40px 1% 0 1%;
	padding: 40px 40px;
	background-color: rgba(255, 255, 255, 0.07);
}
.srvcItm .srvcIcon .fa{
	font-size: 35px;
	color: var(--secondary);
	margin-bottom: 20px;
}
.srvcItm h4{
	font-family: var(--hdnFont);
	font-size: 20px;
	color: var(--textColor);
	font-weight: 600;
	margin-bottom: 20px;
}
.srvcItm p{
	color: var(--textColor);
	margin-bottom: 20px;
}
.srvcItm a{
	font-size: 13px;
	color: var(--textColor);
	font-weight: 600;
	text-transform: uppercase;
}
.srvcItm a .fa{
	margin-left: 10px;
	font-weight: normal;
}
.srvcItm a:hover{
	color: var(--secondary);
}



/*====== More About Style Start ======*/
.moreAboutSec{
	position: relative;
	padding: 100px 0;
	background: url(../images/step-bg.jpg) no-repeat 0 0;
	background-attachment: fixed;
	text-align: center;
}
.moreAboutSec .container{
	max-width: 1000px !important;
}
.moreAboutSec h2{
	font-family: var(--hdnFont);
	font-size: 72px;
	color: var(--white);
	font-weight: 700;
}
.moreAboutSec p{
	font-family: var(--hdnFont);
	font-size: 16px;
	color: var(--white);
	font-weight: 600;
	margin: 40px 0;
}


/*====== Inner Two About Style Start ======*/
.inrTwoAboutUsSec{
	position: relative;
	padding: 100px 0;
	text-align: center;
}
.inrTwoAboutUsSec .container{
	max-width: 1100px !important;
}
.inrTwoAboutUsSec h2{
	font-size: 65px;
}
.inrTwoAboutUsSec h3{
	font-family: var(--hdnFont);
	font-size: 20px;
	color: var(--black);
	font-weight: 600;
	line-height: 1.6;
	margin: 40px 0;
}


/*================ Latest News Style Part ================*/
.newsSec{
	position: relative;
	padding: 100px 0;
}
.newsSec .secHdn{
	max-width: 700px;
}
.newsRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newsItm{
	width: 49%;
	background-color: var(--white);
	margin-top: 40px;
}
.newsItm img{
	width: 100%;
	height: 350px;
	object-fit: cover;
	margin-bottom: 20px;
}
.newsItm h3{
	font-family: var(--hdnFont);
	font-size: 20px;
	color: var(--blackHdnColor);
	font-weight: 600;
	margin-bottom: 15px;
}
.newsItm h4{
	font-size: 14px;
	color: var(--textColor);
	font-weight: 300;
	font-style: italic;
	margin-bottom: 15px;
}
.newsItm h4 span{
	color: var(--secondary);
	margin-left: 8px;
}
.newsItm p{
  font-size: 16px;
  color: var(--textColor);
  font-weight: 400;
  line-height: 30px;
}
.newsItmTextPrt{
	padding: 25px 25px;
}


/*================ Projects Style Part ================*/
.projectsSec{
	position: relative;
	padding: 100px 0;
}
.projectsSec .secHdn{
	max-width: 700px;
}
.projectsRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.projectsClm{
	position: relative;
	width: 25%;
	margin: 40px 0 0 0;
}
.projectItmImg{
	position: relative;
}
.projectItmImg::before{
	position: absolute;
	content: '';
	width: 101%;
	height: 101%;
	top: 50%;
	left: 50%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 2;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.projectsClm:hover .projectItmImg::before{
	width: 0;
	height: 0;
	border-radius: 100%;
}
.projectItmText{
	position: absolute;
	width: 85%;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3;
	background-color: rgba(255, 255, 255, 0.8);
	border-left: 3px solid var(--secondary);
	border-right: 3px solid var(--secondary);
	padding: 30px 30px;
}
.projectItmText h4{
	font-family: var(--hdnFont);
	font-size: 18px;
	color: var(--blackHdnColor);
	font-weight: 600;
	margin-bottom: 10px;
}
.projectItmText h5{
	font-family: var(--hdnFont);
	font-size: 12px;
	color: var(--blackHdnColor);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}



/*============ Inr Mass Page Style Part ============*/
.secHdn h1{
	font-family: var(--hdnFont);
	font-size: 60px;
	color: var(--primary);
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 30px;
}
.secHdn h1 span{
	color: var(--secondary);
}



.massPageFirstSec{
	position: relative;
	padding: 100px 0;
}
.massPageFirstSec .secHdn{
	margin-bottom: 60px;
}

.massPageSecondSec{
	position: relative;
	padding: 100px 0;
}
.massPageSecondSec .aboutRightText{
	padding: 0 40px 0 0;
}

.massGlry{
	margin-top: 50px;
}
.massGlry ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.massGlry ul li{
	width: 24%;
	margin: 5px 0.5%;
}
.massGlry ul li img{
	width: 100%;
	height: 100%;
	max-height: 300px;
	object-fit: cover;
	border: 1px solid #d4d2cf;
	padding: 8px;
	background-color: var(--white);
}

.massPageDfltContentSec{
	position: relative;
	padding: 100px 0;
}
.massPageDfltContentSec h2{
	font-family: var(--hdnFont);
	font-size: 38px;
	color: var(--hdnBlack);
	font-weight: 700;
	letter-spacing: 1.8px;
	margin-bottom: 35px;
}
.massPageDfltContentSec h2 span{
	color: var(--secondary);
}
.massPageDfltContentSec img{
	max-width: 400px;
	max-height: 300px;
	object-fit: cover;
	padding: 8px;
	background-color: var(--white);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}


/*=========================== Inner Page Style Sheet Start End ===========================*/



/*=========================== Contact Page Style Sheet Start Here ===========================*/
.contactPageMapSec{
	position: relative;
}
.contactPageMapSec iframe{
	width: 100%;
	height: 550px;
	border: none;
}

.contactInfoSec{
	position: relative;
	padding: 100px 0;
}
.contactInfoRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
}
.contactInfoClm{
	text-align: center;
}
.contactInfoClm .fa{
	width: 100px;
	height: 100px;
	border: 4px solid var(--secondary);
	border-radius: 100%;
	text-align: center;
	line-height: 90px;
	font-size: 50px;
	color: var(--secondary);
	margin-bottom: 30px;
}
.contactInfoClm p{
  font-size: 18px;
  color: var(--primary);
  font-weight: 300;
  margin-bottom: 8px;
}
.contactInfoClm p a{
	color: var(--primary);
}
.contactInfoClm p a:hover{
	color: var(--secondary);
}
/*=========================== Contact Page Style Sheet End Here ===========================*/







/*====== Menu Style Start ======*/
.hdrMenuPrt{
	z-index: 99;
}
.header-menu{
	font-family: var(--hdnFont);
}

/*====== Default list Style Start ======*/
.dfltList{
	margin-top: 20px;
}
.dfltList li{
	position: relative;
	font-size: 15px;
	color: var(--primary);
	margin-top: 10px;
	padding-left: 25px;
}
.dfltList li::before{
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: var(--primary);
	/*background: url(../images/yellow-arrow.png) no-repeat 0 0;*/
	top: 6px;
	margin-left: -25px;
}



/*=========================== Responsive Style Sheet Start Here ===========================*/
@media only screen and (min-width:1600px){

}

@media only screen and (max-width:1365px){
	
}

@media only screen and (max-width:1199px){
	
	
	
}


@media only screen and (max-width:991px){
	.bnrCaption h3{
		font-size: 60px;
	}
	.clientBenifitSec{
		display: none;
	}
	.aboutUsTextLeftPrt{
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.aboutUsTextRightPrt{
		width: 100%;
		order: 1;
	}
	.footerLogoClm{
		width: 100%;
		margin-bottom: 40px;
	}
	.footerMenuClm{
		width: 30%;
	}
	.footerAddressClm{
		width: 37%;
	}
	.mainFooter p{
		margin-bottom: 0;
	}
	.inrBannerCaption h1{
		font-size: 50px;
		margin: 0 0 10px 0;
	}
	.inrBannerCaption h1::before{
		top: -16px;
	}
	.inrBannerCaption p{
		font-size: 16px;
		line-height: 24px;
	}
	.inrTwoAboutUsSec h2{
		font-size: 40px;
	}
	.inrTwoAboutUsSec h3{
		font-size: 18px;
	}
	.projectsClm{
		width: 50%;
	}
}


@media only screen and (max-width:767px){
	.hdr-contact-info ul{
		justify-content: flex-start;
	}
	.hdr-contact-info ul li{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin: 5px 0;
	}
	.hdr-contact-info ul li span{
		display: inline-block;
		width: auto;
		margin: 0 5px 0 0;
		white-space: nowrap;
	}
	.bnrCaption h2{
		letter-spacing: inherit;
	}
	.bnrCaption h2::before{
		display: none;
	}
	.bnrCaption h3{
		font-size: 25px;
		margin: 15px 0;
	}

	.inrBnrImg img{
		height: 350px;
	}
	.inrBannerCaption h1{
		font-size: 35px;
	}
	.srvcItm{
		width: 100%;
		margin: 10px 0;
		padding: 25px 25px;
	}
	.newsItm{
		width: 100%;
		margin-top: 30px;
	}
	.newsItm:first-child{
		margin-top: 20px;
	}
	.newsItmTextPrt{
		padding: 10px 20px;
	}
	.massGlry ul li{
		width: 32%;
	}
	.massPageDfltContentSec h2{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.footerLogoClm img{
		max-width: 100%;
	}
	.footerAddressClm p{
		margin: 8px 0;
	}

	.aboutUsSec,
	.mainFooter,
	.ourServiceSec,
	.inrTwoAboutUsSec,
	.newsSec,
	.projectsSec,
	.massPageDfltContentSec{
		padding: 40px 0;
	}
	.secHdn h1{
		font-size: 30px;
		margin-bottom: 20px;
	}
	.secHdn{
		margin-bottom: 20px;
	}
	.secHdn .hdnTrnsprnt{
		top: -27px;
		font-size: 60px;
	}
	.secHdn h2{
		font-size: 25px;
	}
	.secHdn .subTitle{
		font-size: 28px;
	}
	.hdnBrdr{
		margin: 0 0 25px 0;
	}
	a.dfltBtn,
	a.dfltBorderBtn,
	.bnrCaption a.dfltBtn{
		font-size: 13px !important;
		font-weight: 500;
		padding: 10px 30px;
	}
}


@media only screen and (max-width:575px){
	.hdrLogo img{
		max-width: 200px;
	}
	.bannerImg img{
		min-height: 300px;
	}
	.bannerSec .carousel-control-prev,
	.bannerSec .carousel-control-next{
		display: none;
	}
	.bnrCaption h2{
		font-size: 15px;
	}
	.footerMenuClm{
		width: 100%;
		margin-bottom: 40px;
	}
	.footerAddressClm{
		width: 100%;
	}
	.footerMenuClm .footerMenuItem li{
		margin-top: 13px;
	}


	.newsItm h3{
		font-size: 16px;
	}
	.inrTwoAboutUsSec h3{
		font-size: 16px;
		font-weight: 500;
		line-height: 1.4;
		margin: 20px 0 0 0;
	}
	.massGlry ul li{
		width: 49%;
	}
	.flRight,
	.flLeft{
		float: none;
		margin: 0 0 15px 0;
	}
	.massPageDfltContentSec img{
		max-width: 100%;
	}


	.secHdn h2{
		font-size: 22px;
	}
	.secHdn .subTitle{
		font-size: 22px;
	}
	.mainFooter p,
	.aboutUsTextRightPrt p,
	.footerAddressClm p span,
	.newsItm p,
	p{
		font-size: 14px;
		line-height: 24px;
	}
}


@media only screen and (max-width:479px){
	.bannerImg img{
		min-height: 260px;
	}
	.bnrCaption h3{
		font-size: 20px;
		letter-spacing: inherit;
	}
	.footerCopyrightPrt{
		flex-direction: column;
	}
	.footerCopyrightPrt p{
		order: 1;
		margin-top: 15px;
	}


	.inrBnrImg img{
		height: 300px;
	}
	.inrBannerCaption h1{
		font-size: 25px;
	}
	.inrBannerCaption p{
		font-size: 14px;
		line-height: 22px;
	}
	.srvcItm{
		padding: 20px 15px;
	}
	.srvcItm h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.projectsClm{
		width: 100%;
		margin-top: 20px;
	}
	.projectItmText{
		width: 90%;
		padding: 25px 20px;
	}
	.massPageDfltContentSec h2{
		font-size: 25px;
	}
	.massGlry ul li img{
		padding: 3px;
	}


	.footerMenuClm .footerMenuItem li{
		margin-top: 10px;
	}
	.secHdn h1{
		font-size: 25px;
	}
	.secHdn .hdnTrnsprnt{
		top: -15px;
		font-size: 35px;
	}
	.secHdn .subTitle{
		font-size: 20px;
	}
	.hdnBrdr{
		margin: 0 0 20px 0;
	}
}
/*=========================== Responsive Style Sheet End Here ===========================*/