@charset"utf-8";
:root {
	--primary: #272727;
	--secondary: #F9B707;
	--white: #ffffff;
	--black: #000000;
	--green: #b3c561;
  --gray: #616569;
  --lightGrayBg: #616569;
  --lightSkyBg: #f3f9ff;
  --textColor: #525252;
  --hdnFont: 'Montserrat', 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: "Lato", 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: "Lato", sans-serif; font-size: 15px; color: var(--textColor); 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{
	font-family: var(--hdnFont);
	font-size: 14px;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	background-color: var(--secondary);
	border-radius: 4px;
	padding: 20px 30px 20px 30px;
}
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 h2{
	font-family: var(--hdnFont);
	font-size: 35px;
	color: var(--primary);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.8px;
}
.hdnBrdr{
	position: relative;
	margin: 30px 0 40px 0;
}
.hdnBrdr::after{
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	background-color: var(--secondary);
	top: -30px;
	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: rgba(0, 0, 0, 0.05);
}
.lightSkyBg{
	background-color: rgba(239, 249, 255, 0.5);
}
.flLeft{
	float: left;
	margin: 0 30px 15px 0;
}
.flRight{
	float: right;
	margin: 0 0 15px 30px;
}


.four-image-row {
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.four-image-row li {
    flex: 1;
}

.four-image-row img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 6px;
}




/*================ Header Style Start ================*/
.hdrContactTopPrt{
	position: relative;
	background-color: var(--primary);
	padding: 12px 0;
}
.hdrContactTopPrt.mob-ver{
	display: none;
}
.hdrContactRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.hdrContactInfo{}
.hdrContactInfo ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.hdrContactInfo ul li{
	margin-right: 20px;
	font-size: 17px;
	color: var(--white);
	font-weight: 400;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.hdrContactInfo ul li span{
	font-weight: 600;
	color: var(--secondary);
}
.hdrContactInfo ul li a{
	color: var(--white);
}
.hdrContactInfo ul li a:hover{
	color: var(--secondary);
}
.hdrContactInfo ul li i,
.hdrContactInfo ul li a i{
	width: 28px;
	height: 28px;
	display: inline-block;
	background-color: transparent;
	border-radius: 100%;
	font-size: 16px;
	color: var(--secondary);
	text-align: center;
	line-height: 28px;
	margin-right: 6px;
	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;
}
.hdrContactInfo ul li a:hover i{
	color: var(--primary);
}
.hdrContactInfo ul li i.fa-envelope{
	font-size: 12px;
}
.hdrContactInfo ul li i.fa-mobile{
	font-size: 24px;
}
.hdrContactInfo ul li i.fa-whatsapp{
	font-size: 26px;
	margin-right: 18px;
}
.hdrContactInfo ul li i.fa-users{
	font-size: 22px;
}


.hdrSocialMedia{}
.hdrSocialMedia ul{
	display: flex;
	flex-wrap: wrap;
}
.hdrSocialMedia ul li{
	margin-left: 15px;
}
.hdrSocialMedia a{
	font-size: 16px;
	color: var(--white);
}
.hdrSocialMedia a:hover{
	color: var(--secondary);
}



.hdrLogoMenuPrt{
	position: absolute;
	width: 100%;
	background-color: transparent;
	top: 59px;
	left: 0;
	padding: 15px 0 20px 0;
	z-index: 999;
}
.hdrLogoMenuRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.hdrLogo img{
	max-width: 285px;
}
.hdrLogoMenuGrayBg{
	background-color: #333333;
	position: relative;
	top: 0;
}



.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: #333333;
	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: 250px;
	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(--white);
  bottom: 0;
  left: 0;
}
.mainFooter p{
	font-size: 18px;
	color: var(--white);
	font-weight: 300;
}


.footerAddressClm ul li{
	font-size: 17px;
	color: var(--secondary);
	font-weight: 400;
	letter-spacing: 0;
	display: flex;
	align-items: flex-start;
	margin-top: 15px;
}
.footerAddressClm ul li span{
	width: 70px;
}
.footerAddressClm ul li p{
	font-size: 17px;
	color: var(--white);
	font-weight: 400;
	letter-spacing: 0;
	margin: 0;
}
.footerAddressClm ul li .fa{
	position: relative;
	margin: 0 10px 0 15px;
}
.footerAddressClm ul li .fa-map-marker{
	font-size: 22px;
	top: 2px;
}
.footerAddressClm ul li .fa-mobile{
	font-size: 22px;
}
.footerAddressClm ul li .fa-envelope-o{
	font-size: 18px;
}
.footerAddressClm ul li .fa-whatsapp{
	font-size: 30px;
}
.footerAddressClm ul li .fa-users{
	font-size: 26px;
}

.footerAddressClm ul li a{
	color: var(--white);
}
.footerAddressClm ul li a:hover{
	color: var(--secondary);
}

.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: 58%;
	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 .banner-title{
	font-family: var(--hdnFont);
	font-size: 100px;
	color: var(--white);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.bnrCaption .banner-subtitle{
	font-family: var(--hdnFont);
	font-size: 30px;
	color: var(--white);
	font-weight: 400;
	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.4);
}
.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;
}


/*================ Our Service Style Part ================*/
.ourSrvcSec{
	position: relative;
	padding: 100px 0;
}
.srvcRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.srvcItm{
	width: 31%;
	display: flex;
	margin-top: 40px;
}
.srvcItm .srvcIcon{
	margin-right: 25px;
}
.srvcItm .srvcIcon i{
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 100%;
	background-color: var(--secondary);
	text-align: center;
	line-height: 100px;
	color: var(--white);
	font-size: 60px;
}
.srvcItm .srvcContent h3{
	font-family: var(--hdnFont);
	font-size: 18px;
	color: var(--black);
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.srvcItm .srvcContent p{
	font-size: 18px;
	color: var(--textColor);
	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%;
}
.aboutUsTextRightPrt{
	width: 50%;
}
.aboutUsTextRightPrt h3{
	font-family: var(--hdnFont);
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.8px;
	margin-bottom: 20px;
}
.aboutUsTextRightPrt p{
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}
.aboutUsTextRightPrt p strong{
	font-weight: 500;
}
.aboutUsTextRightPrt p:last-child{
	margin-bottom: 0;
}


/*================ Portfolio Style Part ================*/
.portfolioSec{
	position: relative;
}
.portfolioHdnRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.portfolioItmPrt ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.portfolioItmPrt ul li{
	position: relative;
	width: 50%;
}
.portfolioItmPrt ul li::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(58, 59, 60, 0.7);
}
.portfolioItmPrt ul li img{
	width: 100%;
	height: 100%;
	height: 500px;
	object-fit: cover;
}
.portfolioItmPrt ul li .prtflioContent{
	position: absolute;
	width: 60%;
	margin: 0 auto;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.portfolioItmPrt ul li h3{
	font-family: var(--hdnFont);
	font-size: 22px;
	color: var(--white);
	font-weight: 400;
	text-align: center;
	letter-spacing: 1.8px;
	margin-bottom: 20px;
}
.portfolioItmPrt ul li p{
	font-size: 18px;
	color: var(--white);
	font-weight: 300;
	text-align: center;
}


/*================ Latest News Style Part ================*/
.newsSec{
	position: relative;
	padding: 100px 0;
}
.newsRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newsItm{
	width: 31%;
}
.newsItm img{
	width: 100%;
	height: 350px;
	object-fit: cover;
	margin-bottom: 20px;
}
.newsItm h3{
	font-family: var(--hdnFont);
	font-size: 20px;
	color: var(--primary);
	font-weight: 400;
	letter-spacing: 1.8px;
	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: 18px;
  font-weight: 300;
  line-height: 30px;
}




/*=========================== Index Page Style Sheet End Here ===========================*/



/*=========================== Inner Page One Style Sheet Start Here ===========================*/

/*================ Inner Page One Second Section Style Part ================*/
.inrPageOneSecondSec{
	position: relative;
	padding: 100px 0;
	background-color: var(--lightSkyBg);
}

/*================ Inner Page One Eight Image Section Style Part ================*/
.inrPageOneEightImgSec{
	position: relative;
	padding: 100px 0 30px 0;
}
.inrPageOneEightImgSec ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}
.inrPageOneEightImgSec ul li{
	position: relative;
	width: 25%;
}
.inrPageOneEightImgSec ul li::before,
.inrPageOneEightImgSec ul li::after{
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	top: 0;
	background-color: rgba(58, 59, 60, 0.5);
	-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;
}
.inrPageOneEightImgSec ul li::before{
	left: 0;
}
.inrPageOneEightImgSec ul li::after{
	right: 0;
}
.inrPageOneEightImgSec ul li:hover::before,
.inrPageOneEightImgSec ul li:hover::after{
	width: 0;
	opacity: 0;
}
.inrPageOneEightImgSec ul li img{
	width: 100%;
	height: 350px;
	object-fit: cover;
}


/*================ Inner Page One Fourth Section Style Part ================*/
.inrPageOneFourthSec{
	position: relative;
	padding: 100px 0;
}
.inrPageOneFourthSec img.flRight{
	max-width: 500px;
}




/*================ Inner Page Two Paralax Section Style Part ================*/
.inrPageParalaxSec{
	position: relative;
	/*background: url(../images/about-paralax.jpg) no-repeat 0 0;*/
	background-attachment: fixed;
	padding: 100px 0;
}
.inrPageParalaxSec .container{
	max-width: 900px !important;
}
.inrPageParalaxSec h2.hdnBrdr{
	text-align: center;
	color: var(--white);
}
.inrPageParalaxSec .hdnBrdr::after{
	right: 0;
	margin: 0 auto;
}
.inrPageParalaxSec h3{
	font-family: var(--hdnFont);
	font-size: 22px;
	color: var(--white);
	font-weight: 300;
	text-align: center;
	line-height: 30px;
}


/*================ Inner Page Team Section Style Part ================*/
/*.inrPageTeamSec{
	position: relative;
	padding: 100px 0;
}
.inrPageTeamSec h2.hdnBrdr{
	text-align: center;
}
.inrPageTeamSec .hdnBrdr::after{
	right: 0;
	margin: 0 auto;
}
.inrPageTeamSec .teamRow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inrPageTeamSec .teamItm{
	width: 31%;
	text-align: center;
	margin-top: 40px;
}
.inrPageTeamSec .teamItm img{
	width: 300px;
	height: 300px;
	border-radius: 100%;
	object-fit: cover;
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
}
.inrPageTeamSec .teamItm h3{
	font-family: var(--hdnFont);
	font-size: 20px;
	color: var(--primary);
	font-weight: 400;
	letter-spacing: 1.8px;
	margin-bottom: 8px;
}
.inrPageTeamSec .teamItm h4{
	font-size: 16px;
	color: var(--secondary);
	font-weight: 300;
	font-style: italic;
	margin-bottom: 15px;
}
.inrPageTeamSec .teamItm p{
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}*/





/*=========================== Inner Page One 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(--textColor);
  font-weight: 300;
  margin-bottom: 8px;
}
.contactInfoClm p a{
	color: var(--textColor);
}
.contactInfoClm p a:hover{
	color: var(--secondary);
}
/*=========================== Contact Page Style Sheet End Here ===========================*/




/*============ 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);
}



.aboutUsSec.noBgColor{
	background-color: var(--white);
}



/*====== Menu Style Start ======*/
.hdrMenuPrt{
	z-index: 99;
}
.header-menu{
	font-family: var(--hdnFont);
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}



/*=========================== Responsive Style Sheet Start Here ===========================*/
@media only screen and (min-width:1600px){

}

@media only screen and (max-width:1199px){
	.carousel-control-prev,
	.carousel-control-next{
		display: none;
	}
	.hdrLogoMenuPrt{
		top: 0;
		padding: 10px 0;
	}
	.bnrCaption h2{
		font-size: 50px;
	}
}


@media only screen and (max-width:1024px){
	.hdrContactTopPrt.mob-ver{
		display: block;
	}
	.hdrContactTopPrt.desk-ver{
		display: none;
	}
	.hdrContactInfo ul{
		justify-content: flex-start;
	}
	.hdrContactInfo ul li{
		width: 100%;
		margin: 8px 0 0 0;
	}
}

@media only screen and (max-width:991px){
	.srvcItm{
		width: 48%;
	}
	.aboutUsTextRightPrt{
		width: 100%;
		order: 1;
		margin-top: 30px;
	}
	.aboutUsTextLeftPrt{
		width: 100%;
		text-align: center;
	}
	.portfolioItmPrt ul li .prtflioContent{
		width: 90%;
	}
	.footerLogoClm{
		width: 100%;
		margin-bottom: 20px;
	}
	.footerMenuClm{
		width: 30%;
	}
	.footerAddressClm{
		width: 35%;
	}
}


@media only screen and (max-width:767px){
	.bnrCaption h2{
		font-size: 25px;
	}
	.bnrCaption h3{
		font-size: 18px;
		margin: 15px 0;
	}
	.srvcItm{
		width: 100%;
	}
	.srvcItm .srvcIcon{
		margin-right: 15px;
	}
	.srvcItm .srvcIcon i{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
	}
	.srvcItm .srvcContent h3{
		font-size: 15px;
		line-height: 22px;
	}
	.aboutUsTextRightPrt h3{
		font-size: 15px;
	}
	.portfolioItmPrt ul li{
		width: 100%;
		margin-top: 10px;
	}
	.portfolioItmPrt ul li img{
		height: 100%;
		min-height: 350px;
	}
	.portfolioItmPrt ul li .prtflioContent{
		padding: 30px 0;
	}
	.newsItm{
		width: 100%;
	}
	.newsItm h3{
		font-size: 15px;
	}
	.footerMenuClm{
		width: 100%;
		margin-bottom: 40px;
	}
	.footerMenuClm .footerMenuItem li{
		margin-top: 15px;
	}
	.footerAddressClm{
		width: 100%;
	}
	.footerCopyrightPrt p{
		order: 1;
		width: 100%;
		text-align: center;
	}
	.footerCopyrightPrt ul{
		width: 100%;
		justify-content: center;
		margin-bottom: 15px;
	}


	.secHdn h2{
		font-size: 25px;
	}
	.hdnBrdr::after{
		top: -20px;
	}
	.hdnBrdr{
		margin: 15px 0 20px 0;
	}
	.ourSrvcSec,
	.aboutUsSec,
	.newsSec,
	.mainFooter,
	.massPageDfltContentSec,
	.contactInfoSec,
	.inrPageOneSecondSec,
	.inrPageOneEightImgSec,
	.inrPageOneFourthSec,
	.inrPageParalaxSec{
		padding: 40px 0;
	}
	a.dfltBtn,
	a.dfltBorderBtn,
	.bnrCaption a.dfltBtn{
		font-size: 15px;
		letter-spacing: inherit;
		padding: 10px 20px 12px 20px;
	}

	.inrBnrImg img{
		height: 400px;
	}
	.inrBannerCaption h1{
		font-size: 35px;
		margin: 12px 0 10px 0;
	}
	.inrBannerCaption h1::before{
		top: -12px;
	}
	.inrBannerCaption p{
		font-size: 16px;
		line-height: 24px;
	}
	.contactInfoRow{
		justify-content: center;
	}
	.contactInfoClm{
		width: 100%;
		max-width: 300px;
		margin: 10px 0;
	}
	.contactInfoClm .fa{
		font-size: 35px;
		line-height: 75px;
		width: 80px;
		height: 80px;
	}
	.contactPageMapSec iframe{
		height: 400px;
	}
	.secHdn h1{
		font-size: 30px;
		margin-bottom: 15px;
	}
	.massGlry{
		margin-top: 30px;
	}
	.massGlry ul li{
		width: 49%;
	}
	.massGlry ul li img{
		padding: 5px;
	}
	.massPageDfltContentSec h2{
		font-size: 30px;
	}
	.inrPageOneEightImgSec .secHdn{
		padding: 0 15px;
	}
	.inrPageOneEightImgSec ul li{
		width: 50%;
	}
	.inrPageParalaxSec h3{
		font-size: 15px;
		line-height: 26px;
	}
}


@media only screen and (max-width:575px){
	.hdrLogo img{
		max-width: 200px;
	}
	.portfolioItmPrt ul li h3{
		font-size: 18px;
	}
	p,
	.newsItm p,
	.portfolioItmPrt ul li p,
	.aboutUsTextRightPrt p,
	.srvcItm .srvcContent p,
	.mainFooter p,
	.footerAddressClm p span{
		font-size: 15px;
		line-height: 26px;
	}
	.secHdn h2{
		font-size: 22px;
	}
	.massPageDfltContentSec img{
		max-width: 100%;
	}
	.inrPageOneEightImgSec ul li{
		width: 100%;
	}
	.inrPageOneFourthSec img.flRight{
		max-width: 100%;
		margin: 0 0 15px 0;
	}
	.four-image-row {
        flex-wrap: wrap;
    }

    .four-image-row li {
        flex: 0 0 48%;
    }
}



/*=========================== Responsive Style Sheet End Here ===========================*/