body{
	padding: 0;
	margin: 0;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	font-optical-sizing: auto;
	color: #1f1f1f;
	overflow-x: hidden;
}
@media (min-width: 992px){
	.container-lg, .container-md, .container-sm, .container {
	    max-width: 98%;
	}
}
@media (min-width: 1200px){
	.container-xl, .container-lg, .container-md, .container-sm, .container {
	    max-width: 98%;
	}
}
@media (min-width: 1460px){
	.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
	    max-width: 1300px;
	}
}
/*--------------------*/
a{
	transition: all 0.5s ease-in-out;
}
.topSect
{
    background: #052148;
    border-bottom: 3px solid #a21d23;	padding: 5px 0;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	font-weight: 600;
	font-style: normal;
}
.topSect span{
	color: #fff;
}
.topSect i, .topSect svg{
	color: #fff;
	font-size:20px; 
	margin-right: 7px;
	display: inline-block;
	position: relative;
	top: 3px;
}
.topSect .txtLeft{
	text-align: left;
}
.topSect .txtCenter{
	text-align: center;
}
.topSect .txtRight{
	text-align: right;
}
.topSect a{
	text-decoration: none;
	color: #fff;
	transition: all 0.5s ease-in-out;
}
.topSect a:hover{
	color: #cf1f39;
	text-decoration: none;
}

/*-----*/
#mainNav {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
}
.navbar-brand{
	padding: 5px 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.sticky .navbar-brand .img-fluid {
    max-width: 70%;
    height: auto;
}
#mainNav .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 3px;
    padding-top: 3px;
    font-family: "Oswald", sans-serif;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
	padding-left: 0px;
    padding-right: 0px;
}

#mainNav .navbar-nav .nav-item 
{
    margin-right: 20px;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
    color: #052148;
    border-bottom: 3px solid #a21d23;}
.dropdown-divider {
    border-color: #cf1f39 !important;
}
/*-----Slider------*/
.carousel-caption{
	top: 29%;
	bottom:0;
	text-align: left;
	color: #fff;
}
.carousel-caption h2{
	font-size: 45px;
	line-height: 70px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	padding: 0;
	margin: 0 0 30px 0;
}
.default-btn, a.default-btn{
	text-decoration: none;
	color: #fff;
	background: #c59d4e;
	display: inline-block;
	border-radius: 10px;
	cursor: pointer;
	padding: 10px 30px;
	font-size: 18px;
	line-height: 28px !important;
	font-weight: 500;
	margin: 0 0 10px 0;
	border: 1px solid #c59d4e;
	text-transform: capitalize;
	text-align: center;
	border-radius:30px;
}
.default-btn.greyBtn, a.default-btn.greyBtn{
	color: #fff;
	background: #c59d4e;
	border: 1px solid #c59d4e;
}
.default-btn:hover, a:hover.default-btn{
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
}
.default-btn.greyBtn:hover, a:hover.default-btn.greyBtn{
	color: #072148;
	background: #fff;
	border: 1px solid #072148;
}
.default-btn.onWhiteBg:hover, a:hover.default-btn.onWhiteBg{
	color: #fff;
	background: #072148;
	border: 1px solid #072148;
}
.default-btn.roundbtn, a.default-btn.roundbtn{
	border-radius: 30px;
	padding: 10px 40px;
}
.contentSect{
	padding: 75px 0;
}
.contentSect h2{
	font-size: 48px;
	font-weight: 800;
	display: block;
	line-height: 60px;
	font-family: "Manrope", sans-serif;
	padding: 0;
	margin: 0 0 40px 0;
	color: #063956;
}
.contentSect h2.textUppercase, .textUppercase{
	text-transform: uppercase !important;
}
.contentSect h5{
	display: block;
	text-align: center;
	color: #cf1f39;
	text-transform: capitalize;
	font-family: "Manrope", sans-serif;
	font-size: 27px;
	font-weight: 800;
	padding: 0;
	margin:0 0 35px 0; 
}
.contentSect p{
	font-size: 16px;
	color: #383838;
	padding: 0;
	margin: 0 0 20px 0;
}
.contentSect p.lgTextPara{
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 40px;
}
.contentSect.text-center{
	text-align: center;
}
.roundCornerImg, a.roundCornerImg{
	display: block;
	position: relative;
	border-radius: 35px 0 35px 35px;
	margin: 25px 0;
	transition: all 0.5s ease-in-out;
}
.roundCornerImg img, a.roundCornerImg img{
	border-radius: 35px 0 35px 35px;
	transition: all 0.5s ease-in-out;
}
.roundCornerImg:hover, a:hover.roundCornerImg, .roundCornerImg:hover img, a:hover.roundCornerImg img{
	border-radius: 35px 35px 35px 0;
}
.btnRounded, a.btnRounded{
	text-decoration: none;
	color: #fff;
	background: #cf1f39;
	display: inline-block;
	border-radius: 40px;
	cursor: pointer;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px 0;
	border: 1px solid #cf1f39;
	text-transform: uppercase;
}
.btnRounded:hover, a:hover.btnRounded{
	background: #072148;
	color: #fff;
	border: 1px solid #072148;
	text-decoration: none;
}
.margTop, p.margTop{
	margin-top: 40px !important;
}
.paddRight0{
	padding-right: 0 !important;
}
.paddLeft0{
	padding-left: 0 !important;
}
.margLeftRight-5{
	margin-left: -5px;
	margin-right: -10px !important;
}
.leftBlue{
	background: #001d2d;
}
.leftBlueSect{
	background: #001d2d;
	padding: 110px 20px 20px 25%;
	min-height: auto; 
	color: #fff;
}
.leftBlueSect h5{
	font-size:28px;
	padding: 0;
	display: block;
	position: relative;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-family: "Manrope", sans-serif;
}
.leftBlueSect h2{
	font-size: 48px;
	font-weight: 800;
	padding: 0;
	display: block;
	position: relative;
	margin: 0 0 15px 0;
	font-family: "Manrope", sans-serif;
}
.leftBlueSect p{
	font-size: 16px;
	line-height: 28px;
	margin: 0 0 30px 0;
}
.greySect{
	background: #1e1d25;
	padding: 120px 0;
	color: #fff;
}
.greySect h3{
	font-size: 55px;
	line-height: 80px;
	font-family: "Karma", serif;
	margin: 0 0 70px 0;
	text-align: center;
}
.greySect h3.margBot15{
	margin-bottom: 20px;
}
.greySect p{
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	font-weight: 500;
	margin: 0 0 30px 0;
	font-family: "Manrope", sans-serif;
}
.greySect h2{
	color: #ac0622;
	font-size: 35px;
	text-transform: capitalize;
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: 700;
	min-height: 100px;
}
.greySect.subpageGreySect h2{
	font-size: 32px;
}
.borderLeftBox{
	border-left: 1px solid #ac0622;
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 80px;
	min-height: 250px;
	padding-bottom: 20px;
}
.borderLeftBox img{
	margin-bottom: 20px;
}
.borderLeftBox.noborder{
	border-left: none !important;
}
.topLinetext{
	display: inline-block;
	height: 3px;
	width: 80px;
	background: #fff;
	padding: 0;
	margin: 0 0 30px 50px;
}
footer{
	/* Permalink - use to edit and share this gradient: 
	https://colorzilla.com/gradient-editor/#c41230+0,c41230+67,c41230+67,ac0622+68,ac0622+100 */
	background: linear-gradient(to right,  rgba(196,18,48,1) 0%,rgba(196,18,48,1) 67%,
	rgba(196,18,48,1) 67%,rgba(172,6,34,1) 68%,rgba(172,6,34,1) 100%); 
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-top: 2px solid #fff;
	color: #fff;
	font-family: "Manrope", sans-serif;
}
.footerbg{
	background: url(../assets/images/fooetrbg.jpg) center top;
	background-size: contain;
	background-repeat: repeat-y;
	padding: 170px 0 50px 0px;
	margin:0;
}
.botContactsect{
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.botContactsect a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.botContactsect a:hover{
	color: #001d2d;
	text-decoration: none;
}
.contactText{
	border-top: 1px solid #cb3750;
	border-bottom: 1px solid #cb3750;
	margin: 35px 0;
	padding: 35px 0;
}
.socialLink{
	margin:0;
	padding: 0;
	text-align: center;
}
.socialLink a{
	display: inline-block;
	padding: 0;
	margin: 5px 10px;
	font-size: 30px;
}
.socialLink a:hover, .socialLink a:focus{
	color: #001d2d;
	text-decoration: none;
}
.marginRightfooter{
	margin-right: 80px;
	font-weight: 500;
}
.footerlink{
	border-top:1px solid #e28998;
	padding: 25px 0;
	margin: 0;
}
.footerlink ul{
	padding: 0;
	margin: 0;
}
.footerlink ul li {
	list-style: none;
	display: inline-block;
	margin: 5px 10px; 
}
.footerlink ul li:first-child{
	margin-left: 0;
}
.footerlink ul li a{
	display: block;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.footerlink ul li a:hover, .footerlink ul li a:focus{
	text-decoration: none;
	color: #000;
}
.copyright{
	font-size: 14px;
	color: #fff;
}
.copyright a{
	color: #fff;
	text-decoration: none;
}
.copyright a:hover, .copyright a:focus{
	color: #000;
	text-decoration: none;
}
.copyright .leftText{
	text-align: left;
}
.copyright .rightText{
	text-align: right !important;
}
.leftFooterSect{
	position: relative;
}
.leftFooterSect h2{
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	font-weight: 800;
	padding: 0;
	margin:0 0 15px 0;
	font-family: "Manrope", sans-serif;
}
.leftFooterSect h2 a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 60px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 8px;
	text-align: center;
	line-height: 40px;
	margin-left: 10px;
	text-decoration: none;
}
.leftFooterSect h2 a:hover, .leftFooterSect h2 a:focus{
	border: 1px solid #dc7284;
	color: #dc7284;
	text-decoration: none;
}
.leftFooterSect ul{
	padding: 0;
	margin: 0 0 40px 0;
}
.leftFooterSect ul li{
	list-style: none;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
}
.leftFooterSect ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.leftFooterSect ul li a:hover,.leftFooterSect ul li a:focus{
	text-decoration: none;
	color: #000;
	outline: none;
}
.infoBoxSlider{
	min-height: 440px;
	border-left: 1px solid #000;
	padding: 0 50px 0 25px;
	margin: 0 0 60px 0;
	color: #1d1d1b;
	font-family: "Manrope", sans-serif;
}
.infoBoxSlider h4{
	padding: 0;
	margin: 0 0 10px 0;
	height: 74px;
    overflow: hidden;
	display: block;
	font-size: 20px;
	font-weight: 800;
	text-transform: capitalize;
	font-family: "Manrope", sans-serif;
}
.infoBoxSlider p{
	font-size: 18px;
	font-family: "Manrope", sans-serif;
	font-weight: 500;
	padding: 0;
	color: #000;
	height: 85px;
	overflow: hidden;
	margin:0 0 20px 0;
}
.infoBoxSlider a{
	display: block;
	color: #cf1f39;
	font-weight: 800;
	text-decoration: none;
	padding: 0;
	margin-top: 40px;
}
.infoBoxSlider a:hover, .infoBoxSlider a:focus, .infoBoxSlider a:hover span, .infoBoxSlider a:focus span{
	text-decoration: none;
	color: #1d1d1b;
}
.infoBoxSlider a span{
	text-decoration: underline;
}
/*---------*/

.parent{
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  margin: 0 5%;
}
.slider-btns {
    display: block;
    align-items: center;
    margin-top: 20px;
}
.splide_prev, .splide_next {
    cursor: pointer;
    margin: 0;
    width: 47px;
    height: 47px;
    border-radius: 50px;
    color: #fff;
    border: none;
    padding: 10px 3px;
    outline: none;
    background: #cf1f39;
    text-align: center;
    line-height: 30px;
    transition: all 0.5s ease-in-out;
}
.splide_prev:hover, .splide_prev:focus, .splide_next:hover, .splide_next:focus {
	color: #fff;
	background: #001d2d;
	text-decoration: none;
	outline: none;
}
.splide_prev{
	float: left;
}
.splide_next{
	float: right;
}
.splide__slide {
    /*padding: 0 15px;*/
}
.splide {
    margin-top: 60px;
    padding-bottom: 100px;
}

.my-slider-progress{
	background: #dedddd;
	margin-top: -70px;
}
.my-slider-progress-bar {
    height: 5px;
    margin-top: 45px;
    background: #cf1f39;
}
.slide-bg {
  background: teal;
}
/*--------------*/
.backtotop {
	position: fixed;
	bottom: 1.5em;
	right: 0px;
	text-decoration: none;
	font-size: 17px;
	padding: 1em 2em;
	display: none;
	border-radius:80px;
	z-index: 1000;
}
.button-backtop{
	background:#cf1f39;
	color:#fff !important;
	cursor:pointer;
	padding: 10px 13px;
	border-radius:50px;
	transition: 1s ease-in-out;
   -moz-transition: 1s ease-in-out;
   -webkit-transition: 1s ease-in-out;
   
}
.button-backtop:hover{
	background:#1f1f1f;
	color:#fff;
}
.navbar-expand-lg .navbar-collapse{
	position: relative;
    z-index: 10000 !important;
}
.logoLeft{
	float: left;
	margin-right: 40px;
	margin-top: -45px;
}
.subPageContent{
	min-height: 800px;
}
.rightGreySect{
	background: #f1f1f1;
	padding: 120px 60px 120px 100px;
	/*margin-left: -70px;
	width: 110%;*/
}
.margLeft-80{
	margin-left: -60px;
}
.rightGreySect p{
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	color: #383838;
	padding: 0;
	font-family: "Roboto", sans-serif;
	margin:0 0 30px 0; 
	text-align: left;
}
.leftImg{
	padding: 80px 0 0 0;
	width: 100%;
	/*float: right;
	position: relative;
	z-index: 100 !important;*/
}
.graphSect{
	/*background: url(../assets/images/organization-back-bg.jpg) no-repeat center top fixed;
	background-size: cover;*/
	min-height: 850px;
	padding: 0 10px 90px 10px;
	text-align: center;
	color: #000;
	background: #fff;
}
.graphSect h2{
	font-size: 55px;
	font-weight: 800;
	color: #fff;
	display: block;
	line-height: 60px;
	font-family: "Manrope", sans-serif;
	padding: 0;
	text-align: center;
	margin: 0 0 60px 0;
}
.trancBtn, a.trancBtn{
	text-decoration: none;
	color: #fff;
	background: transparent;
	display: inline-block;
	border-radius: 10px;
	cursor: pointer;
	padding: 10px 30px;
	font-size: 18px;
	line-height: 28px !important;
	font-weight: 500;
	margin: 0 0 10px 0;
	border: 1px solid #fff;/*cf1f39*/
	text-transform: uppercase;
}
.trancBtn:hover, a:hover.trancBtn{
	background: #cf1f39;
	color: #fff;
	border: 1px solid #cf1f39;
	text-decoration: none;
}
.btnPushtop{
	float: right;
	margin-top: -120px !important;
	margin-right: 15% !important;
	position: relative;
	z-index: 100 !important;
}
.rounded-img{
	border-radius: 100%;
}
.visionMissionSectBg{
	background: url(../assets/images/vision-mission-backbg.jpg) no-repeat left top;
	min-height: 700px;
	color: #fff;
	background-size: cover;
}
.visionMissionSectBg.backgroundSect{
	background: url(../assets/images/backgroundsect.jpg) no-repeat left top;
	background-size: cover !important;
}
.visionMissionSectBg.ourvisionbg{
	background: url(../assets/images/bluebeaimpex-ourvisionbg.jpg) no-repeat left top;
	background-size: cover !important;
}
.visionMissionSectBg.quincyMart{
	background: url(../assets/images/quincy-mart-botbg.jpg) no-repeat left top;
	background-size: cover !important;
}
.visionMissionSectBg.beauVallonBg{
	background: url(../assets/images/beauvallon-hardware-botbg.jpg) no-repeat left top;
	background-size: cover !important;
}
.visionMissionSectBg.royalTrading{
	background: url(../assets/images/royal-trading-botbg.jpg) no-repeat left top;
	background-size: cover !important;
}
.visionMissionSectBg.aucaphardware{
	background: url(../assets/images/aucaphardware-botbg.jpg) no-repeat left top;
	background-size: cover !important;
}
.visionMissionSectBg.royalautoMobile{
	background: url(../assets/images/royal-automobile-botbg.jpg) no-repeat left top;
	background-size: cover !important;
}
.visionMissionSectBg.royalMobilephone{
	background: url(../assets/images/royal-mobilephone-botbg.jpg) no-repeat left top;
	background-size: cover !important;
}
.visionMissionSectBg.visionMoneyTransfer{
	background: url(../assets/images/vision-money-transfer-botbgbanner.jpg) no-repeat left top;
	background-size: cover !important;
}
.visionMissionSectBg.royalAqua{
	background: url(../assets/images/royal-aqua-botimg.jpg) no-repeat left top;
	background-size: cover !important;
}
.visionMissionSectBg.royalInvestment{
	background: url(../assets/images/royal-investments-botimg.jpg) no-repeat left top;
	background-size: cover !important;
}
.visionMissionsect{
	padding: 0;
	text-align: left;
}
.visionMissionsect h4{
	font-size: 45px;
    font-weight: 800;
    padding: 0;
    display: block;
    position: relative;
    /*color: #fff;*/
    margin: 0 0 15px 0;
    font-family: "Manrope", sans-serif;
}
.visionMissionsect p{
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 30px;
}
.visionMissionsect p.lgtext{
	font-size: 24px;
	color: #333;
	font-weight: 700;
}
.visionMissionsect ul{
	padding: 0 20px 0 0;
	margin: 0; 
}
.visionMissionsect ul li{
	list-style: none;
	display: block;
	padding: 0 0 0 40px;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: 500;
	min-height: 35px;
	background: url(../assets/images/listicon.png) no-repeat left 5px;
}
.greyBg{
	background: #f1f0f0;
}
.lightgreyBg{
	background:#f8f7f7; 
}
.majorArea{
	display: block;
	text-align: left;
}
.majorArea.text-left{
	text-align: left !important;
}
.majorArea.marginTop{
	margin-top: 50px;
	padding-top: 50px;
	border-top:1px solid #ccc; 
}
.majorArea ul{
	padding: 0;
	/*display: inline-block;*/
	display: block;
	margin: 0 auto 30px auto !important;
}
.majorArea.marginTop ul{
	margin-bottom: 0 !important
}
.majorArea ul li{
	list-style: none;
	display: inline-block;
	padding: 10px 32px;
	background: #072148;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	margin: 5px 5px;
	border-radius: 5px;
}
.majorArea.marginTop ul li{
	padding: 0 !important;
	margin: 5px 15px !important;
}
.majorArea ul li:first-child{
	margin-left: 0 !important;
}
.majorArea ul li:last-child{
	margin-right: 0 !important;
}
.majorArea.marginTop ul li a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 30px;
	background: #072148;
	border-radius: 5px;
}
.majorArea.marginTop ul li a:hover, .majorArea.marginTop ul li a:focus{
	background: #cf1f39;
	color: #fff;
	text-decoration: none;
}
.imgfullWidth{
	width: 100%;
}
.qualitySect{
	padding: 0px;
}
.qualitySect h3{
	letter-spacing: -2px;
    font-size: 2.3rem;
    font-weight: 800;
    /*line-height: 1.5;*/
    font-family: "Manrope", sans-serif;
    margin-bottom: 15px;
}
.qualitySect h5 {
    display: block;
    text-align: left;
    color: #cf1f39;
    text-transform: capitalize;
    font-family: "Manrope", sans-serif;
    font-size: 25px;
    font-weight: 800;
    padding: 0;
    margin: 0 0 5px 0;
}
.qualitySect h6 {
    display: block;
    text-align: left;
    color: #cf1f39;
    text-transform: capitalize;
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    font-weight: 800;
    padding: 0;
    margin: 0 0 10px 0;
}
.qualitySect p{
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	margin-bottom: 15px;
	text-align: justify;
}
.qualitySect p.ownerName{
	font-size: 14px;
	color: #333;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}
.qualitySect p.ownerName strong{
	font-size: 16px;
}
.qualitySect p.tagline{
	font-size: 25px;
    line-height: 35px;
	color: #cf1f39;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
}
.headingBox{
	/*background: #f9f9f9;*/
	background: #e7e6e6;
	text-align: center;
	padding: 60px 10px;
	margin: 0 0 25px 0;
	font-size: 32px;
	font-weight: 600;
	color: #222;
}

.headingBox1
{
	background-image:url(../assets/images/dubai-civil-engneering-box-img1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
	line-height: 42px;
}

.headingBox2
{
	background-image:url(../assets/images/dubai-civil-engneering-box-img2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
	line-height: 42px;
}

.headingBox3
{
	background-image:url(../assets/images/dubai-civil-engneering-box-img3.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
	line-height: 42px;
}




.borderRadius{
	border-radius: 15px;
}
.margBotImg{
	margin-bottom: 25px;
	display: block;
}
.carousel-item img{
	width: 100% !important;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
.carousel-inner .carousel-item img{
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
  padding:0;
  width:100%;
}
.btnPullTop{
	margin-top: -30px !important;
	margin-bottom: 0 !important;
}
.menu-list-01{
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #c51230;
  position: absolute;
  top: 60px;
}
.blackBoxSect
{
	background: #072148;
	padding:5rem;
	color: #fff;
	margin: 0 0 120px 0  
}
.blackBoxSect h3{
	font-size: 2.5rem;
	line-height: 1.1;
	font-family: "Manrope", sans-serif;
	font-weight: 800;
	padding-left: 30px;
	margin: 40px 0 30px 0;
}
.blackBoxSect p{
	padding-left: 30px;
	margin: 0 0 30px 0;
}
.blackBoxSect.redBgSect{
	background: #cf1f39;
}
.blackBoxSect.redBgSect a.default-btn{
	border: 1px solid #fff !important;
	color: #fff !important;
	background: transparent !important;
}
.blackBoxSect.redBgSect a:hover.default-btn, .blackBoxSect.redBgSect a:focus.default-btn{
	border: 1px solid #001d2d !important;
	color: #fff !important;
	background: #001d2d !important;
}
.servicesSolutionSect{
	padding: 5rem 0 0 0;
}
.servicesSolutionSect h4{
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    font-family: "Manrope", sans-serif;
    color: #063956;
    text-align: center;
    margin: 0 0 15px 0;
}
.servicesSolutionSect p{
	font-family: "Manrope", sans-serif;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.1;
    text-align: center;
    /*margin-bottom: 40px;*/
    margin-bottom: 70px;
}
.servicesSolutionSect .owl-item p {
    text-align: left;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 1.3rem;
    line-height: 30px;
    font-weight: 800;
    margin-top: -90px;
    margin-bottom: 36px !important;
    padding: 0 50px 0 30px;
}
.owl-carousel .owl-nav button.owl-next{
	right: 20px;
	color: #fff;
	padding: 0;
	margin: 0;
	position: absolute;
	font-size: 50px;
}
.owl-carousel .owl-nav button.owl-prev{
	left: 20px;
	position: absolute;
	font-size: 50px;
	color: #fff;
	padding: 0;
	margin: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #000;
    text-decoration: none;
}
.owl-theme .owl-nav{
	position: absolute;
    bottom: 56%;;
    width: 100%;
}
/*---- Data Table ---*/
.dataTables_length,
.dataTables_wrapper {
  font-size: 14px;
}
.dataTables_length select,
.dataTables_length input,
.dataTables_wrapper select,
.dataTables_wrapper input {
  background-color: #f9f9f9;
  border: 1px solid #999;
  border-radius: 4px;
  height: 2rem;
  line-height: 2;
  font-size: 1.1rem;
  color: #333;
}
.dataTables_length .dataTables_length,
.dataTables_length .dataTables_filter,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
  display: inline-flex;
}
.paginate_button {
  min-width: 2rem;
  display: inline-block;
  text-align: center;
  padding: 1rem 1rem;
  margin-top: -1rem;
  border: 1px solid #ccc;
}
.paginate_button:not(.previous) {
  border-left: none;
}
.paginate_button.previous {
  border-radius: 8px 0 0 8px;
  min-width: 2rem;
}
.paginate_button.next {
  border-radius: 0 8px 8px 0;
  min-width: 2rem;
}
.paginate_button:hover {
  cursor: pointer;
  background-color: #eee;
  text-decoration: none;
  color: #000;
}
table.dataTable thead .sorting_asc:after {
    content: url('../assets/images/upicon.png');
    opacity: 0.9;
    top: 18px;
}
table.dataTable thead .sorting:after {
    opacity: 0.9;
    content: url('../assets/images/sorticon.png');
    top: 10px;
}
table.dataTable thead .sorting_desc:after {
	opacity: 0.9;
    content: url('../assets/images/downicon.png');;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border: 0;
    text-align: left;
    border-bottom: 1px solid #f1574c;
}
table.table-bordered.dataTable th{
	background: #283038;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	padding: 15px 15px;
	font-family: "Poppins", sans-serif;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px;
    padding: 15px 15px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #283038;
	text-transform:capitalize;
}

.dataTables_length, .dataTables_info{
	font-size: 14px !important;
	float: left;
}
.dataTables_paginate, .dataTables_filter{
	font-size: 14px !important;
	float: right;
}
.paginate_button {
    padding: 5px 1rem;
    color: #666;
    text-decoration: none;
}
div.dataTables_wrapper div.dataTables_paginate{
	margin: 20px 0 0 0;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 15px;
    white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_filter input:focus{
	outline: none;
}
.tblSort{
	margin-top: -75px;
}
.darkGerySect
{
	background: #072148;
	padding: 100px 0;
}
.redBoxNew{
	background:#860118;
	border-radius: 16px;
	padding: 30px 20px;
	box-shadow: 13px 13px 15px rgba(0,0,0,0.5);
	position: relative;
	font-size: 16px;
	margin:0 0 20px 0;
	text-align: center; 
	min-height: 320px;
}
.redBoxNewShade2{
	background: #a6011d;
}
.redBoxNewShade3{
	background: #d51b3a;
}
.redBoxNewShade4{
	background: #ee3353;
}
.redBoxNew h4{
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	font-weight: 600;
	margin:0 0 20px 0;
	color: #fff;
}
.redBoxNew p{
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}
.redBoxNew i, .redBoxNew svg{
	color: #fff;
	font-size: 35px;
	display: inline-block;
	margin: 0 0 20px 0;
}
#myCarousel2 .carousel-inner .carousel-item img{
	-webkit-animation: zoom 0s;
    animation: zoom 0s;
}
#myCarousel2 .carousel-caption p{
	font-size: 35px;
	font-weight: 600;
}
#myCarousel2 .carousel-caption {
    top: 20%;
}
.margBot0{
	margin-bottom: 0 !important;
}
.paddLeftRight0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.bgLightGrey{
	background: #f9f9f9;
}
.contactInfoBox{
	border-bottom: 2px solid #c41230;
	margin: 0 40px 25px 0;
	padding: 0 0 20px 0;
	text-align: left;
}
.contactInfoBox h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0 0 20px 0;
    font-family: "Montserrat", sans-serif;
    color: #072148;
}
.contactInfoBox h5{
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    padding: 0;
    margin: 0 0 10px 0;
    color: #072148;
    font-family: "Montserrat", sans-serif;
    text-align: left !important;
}
.contactInfoBox p{
	font-size: 22px;
	font-weight: 500;
	color: #c41230;
	font-family: "Montserrat", sans-serif;
	padding: 0;
	margin: 0;
}
.contactInfoBox p a{
	display: block;
	text-decoration: none;
	color: #c41230;
}
.contactInfoBox p a:hover, .contactInfoBox p a:focus{
	text-decoration: none;
	color: #072148;
}
.contactFormSect{
	padding: 10px 0 75px 0;
	margin: 0;
}
.contactFormSect h3{
	font-size: 30px;
	padding: 0;
	margin: 0 0 20px 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #072148;
	display: block;
	text-align: center;
}
.contactFormSect p.lgtextform{
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	padding: 0;
	margin: 0 0 50px 0;
	color: #333;
}
.contactFormSect label{
	letter-spacing: -.4px;
    margin-bottom: .75rem;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.2;
    color: #383838;
    text-transform: capitalize;
}
.contactFormSect .form-control{
	color: #383838;
    background: #fff;
    border: 1px solid #cacaca;
    width: 100%;
    margin-bottom: 25px;
    padding: 10px 15px;
    font-size: 15px;
    transition: border-color .3s;
    display: block;
    border-radius: 0;
    font-weight: 400;
}
.contactFormSect .form-control:focus, .contactFormSect .form-control:hover{
	border: 1px solid #383838 !important;
	box-shadow: none;
}
.contactFormSect .form-control.select{
	background: url(../assets/images/inputarrow.png) no-repeat right 18px;
}
.mapInfoSect {
    background: #072148;
    padding: 5rem 0;
    color: #fff;
    margin: 0;
}
.mapInfoSect h3{
	font-family: "Montserrat", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1em;
    padding: 0;
    margin: 0 0 20px;
    display: block;
    text-align: left;
    color: #fff;
}

.mapInfoSect h5 
{
    font-family: "Montserrat", sans-serif;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.1em;
    padding: 0;
    margin: 0 0 20px;
    display: block;
    color: #fff;
}

.headingLine{
	display: inline-block;
	background: #fff;
	height: 5px;
	width: 40px;
	margin-bottom: 40px;
}
.mapInfoSect p
{
	font-family: "Montserrat", sans-serif;
    font-size: 25px !important;
    font-weight: 500 !important;
    line-height: 35px !important;line-height: 1.7em;
}
.mapInfoSect p a{
	color: #fff;
	text-decoration: underline;
}
.mapInfoSect p a:hover, .mapInfoSect p a:focus{
	color: #fff;
	text-decoration: none;
}
.mapInfoSect.staffSect{
	padding: 60px;
}
.margTopTable{
	margin-top: 20px;
}
.staffSectLeft{
	/*padding: 50px;*/
}
.staffSectLeft h3{
	font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
    padding: 0;
    margin: 0 0 20px;
    display: block;
    text-align: left;
    color: #fff;
}
.staffSectLeft p{
	font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 10px 0;
}
.staffSectLeft ul{
	padding: 0;
	margin: 0;
}
.staffSectLeft ul li{
	display: block;
	padding: 2px 0;
	margin: 10px 0;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	list-style: disc;
}
.listingFacility{
	padding: 0;
	margin: 20px 0;
}
.listingFacility h3{
	color: #283038;
	font-size: 30px;
    line-height: 50px;
    font-weight: 900;
    padding: 0;
    margin: 15px 0 15px 0;
    font-family: "Manrope", sans-serif;
}
.listingFacility ul{
	padding: 0;
	margin: 0 0 30px 0;
}
.listingFacility ul li{
	margin: 12px 0;
	padding: 10px 0;
	border: 2px solid #cf1f39;
	border-left: 55px solid #cf1f39;
	font-size: 18px;
	list-style: none;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
.listingFacility ul li span{
	display: inline-block;
	color: #fff;
	margin: 0 40px 0 -35px;
}
.col-lg-2a {
    flex: 0 0 auto;
    width: 19.66666667%;
}
.contentSect.bgLightGrey h4{
	font-family: myriad-pro, sans-serif;
	font-size: 35px;
	padding: 0;
	margin: 0 0 40px 0;
	text-align: center;
	display: block;
	font-weight: 700;
	color: #000;
}
.contentSect.bgLightGrey h4 span{
	color: #cf1f39;
}
.rightSectnewquincy{
	background: #072148;
	padding: 80px;
	text-align: left;
	color: #fff;
	position: relative;
    z-index: 2;
    margin: 25% 0 0 -25%;
}
.rightSectnewquincy.margTop15{
	margin-top: 15% !important;
}
.rightSectnewquincy.redBg{
	 margin: 0 -5% 0 0;
	 background: #cf1f39 !important;
}
.rightSectnewquincy h3{
	font-size: 35px;
	font-family: 'Oswald', sans-serif;
	text-transform: capitalize;
	padding: 0;
	margin: 0 0 20px 0;
	display: block;
	color: #fff;
}
.rightSectnewquincy p{
	color: #fff;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0 0 30px 0;
}

/*---------------*/

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

/*-- Media CSS --*/
@media(max-width: 1680px){
	.infoBoxSlider{
		padding: 0 10px 0 25px;
	}
	.dubaiCivilBox .rightSectnewquincy{
		margin: 15% 0 0 -45% ;
	}
	.contentSect.newquincyMall .rightSectnewquincy{
		margin: 15% 0 0 -45%;
	}
	.contentSect.newquincyMall .rightSectnewquincy.redBg{
		 margin: 0 -6% 0 0;
		 padding:30px; 
	}
	.contentSect.newquincyMall .rightSectnewquincy.redBg p{
		font-size: 18px;
	}
	.contentSect.sarvanaCatering .rightSectnewquincy{
		margin: 15% 0 0 -60%;
	}
}
@media(max-width:1600px){
	.contentSect.sarvanaCatering .rightSectnewquincy{
		margin: 15% 0 0 -65%;
	}
}
@media(max-width: 1440px){
	.leftBlueSect{
		padding: 50px 20px 20px 50px;
	}
	.leftBlueSect h2 {
	    font-size: 42px;
	}
	.leftBlueSect h5 {
	    font-size: 23px;
	}
	.dubaiCivilBox .rightSectnewquincy p{
		font-size: 16px;
	}
	#myCarousel2 .carousel-caption{
		left: 5%;
		top: 10%;
	}
	#myCarousel2 .carousel-caption p {
	    font-size: 30px;
	    font-weight: 600;
	}
	.contentSect.newquincyMall .rightSectnewquincy{
		margin: 15% 0 0 -65%;
	}
	.contentSect.newquincyMall .rightSectnewquincy.redBg{
		 margin: 0 -7% 0 0;
	}
	.contentSect.newquincyMall .rightSectnewquincy h3{
		font-size: 35px;
	}
	.contentSect.newquincyMall .rightSectnewquincy.redBg h3 {
        font-size: 30px;
    }
	.contentSect.newquincyMall .rightSectnewquincy p{
		font-size: 16px;
	}
	.contentSect.newquincyMall .rightSectnewquincy.redBg p {
        font-size: 16px;
    }
    .contentSect.sarvanaCatering .rightSectnewquincy{
    	margin: 15% 0 0 -50%;
    	padding: 30px 25px;
    }
    .contentSect.sarvanaCatering .rightSectnewquincy h3{
		font-size: 35px;
	}
	.contentSect.sarvanaCatering .rightSectnewquincy p {
        font-size: 16px;
    }
}
@media(max-width:1366px){
	.leftFooterSect h2 {
    	font-size: 25px;
	}
	#myCarousel2 .carousel-caption{
		top: 10%;
	}
	#myCarousel2 .carousel-caption p {
	    font-size: 30px;
	    line-height: 35px;
	    font-weight: 600;
	}
	#myCarousel2 .carousel-caption .default-btn, #myCarousel2 .carousel-caption a.default-btn{
    	padding: 5px 15px;
    	font-size: 15px;
    }
    .visionMissionSectBg{
    	padding-top: 3rem;
    	padding-bottom: 3rem;
    	min-height: 450px;
    }
    .visionMissionsect br{
    	display: none;
    }
    .visionMissionsect p{
    	font-size: 15px;
    	line-height: 24px;
    	margin-bottom: 20px;
    }
    .visionMissionsect h4 {
	    font-size: 35px;
	}
	.dubaiCivilBox .rightSectnewquincy 
	{
        margin: 16% 0 0 -35%;
    }
    .dubaiCivilBox .rightSectnewquincy p 
	{
        font-size: 16px;
    }
    .servicesSolutionSect .owl-item p{
    	font-size: 1rem;
    	line-height: 22px;
    }
    .greySect h3 {
	    font-size: 40px;
	}
	.contentSect.newquincyMall .rightSectnewquincy h3 {
        font-size: 30px;
    }
    .contentSect.newquincyMall .rightSectnewquincy{
    	padding: 30px 35px;
    }
    .contentSect.newquincyMall .rightSectnewquincy .default-btn.roundbtn, 
    .contentSect.newquincyMall .rightSectnewquincy a.default-btn.roundbtn,
    .rightSectnewquincy .default-btn.roundbtn,
    .rightSectnewquincy a.default-btn.roundbtn {
	    padding: 5px 30px;
	    font-size: 15px;
	}
	.contentSect.sarvanaCatering .rightSectnewquincy{
    	padding: 30px 25px;
    }
    .contentSect.sarvanaCatering .rightSectnewquincy h3{
		font-size: 30px;
	}
	.contentSect.sarvanaCatering .rightSectnewquincy p {
        font-size: 16px;
    }
	/*.greySect h2{
		font-size: 25px;
	}*/
}
@media(max-width:1300px){
	.contentSect.bgLightGrey h4 br{
		display: none;
	}
	.majorArea ul li{
		padding: 10px 15px;
		font-size: 16px;
	}
}
@media(max-width:1280px){
	.carousel-caption h2 {
	    font-size: 40px;
	}
	.contentSect h2 {
	    font-size: 40px;
	    line-height: 50px;
	}
	.greySect h3 {
	    font-size: 47px;
	}
	.borderLeftBox{
		padding-left: 30px;
    	padding-right: 30px;
	}
	.leftFooterSect h2 a{
		float: right;
		margin-top: 0px;
        margin-right: -10px;
	}
	.menu-list-01 {
	    padding: 10px 0 0 0 !important;
	}
	.dubaiCivilBox .rightSectnewquincy{
		padding: 35px 30px;
	}
	.greySect.subpageGreySect h2{
		font-size: 30px;
	}
	.greySect.subpageGreySect p {
    	font-size: 17px;
    	text-align: left;
	}

}
@media(max-width:1200px){
	.leftBlueSect {
        padding: 30px 20px 20px 30px;
    }
    .leftBlueSect h2 {
        font-size: 35px;
        margin:0 0 10px 0;
    }
    .leftBlueSect h5 {
        font-size: 20px;
    }
    .leftBlueSect p {
	    font-size: 15px;
	    line-height: 26px;
	    margin: 0 0 20px 0;
	}
	.contentSect h2{
		margin: 0 0 25px 0;
	}
	.leftFooterSect h2 {
	    font-size: 25px;
	}
	.contentSect p.lgTextPara br{
		display: none;
	}
	.dubaiCivilBox .rightSectnewquincy p {
        font-size: 17px;
        line-height: 26px;
    }
    .contentSect.sarvanaCatering .rightSectnewquincy {
        margin: 10% 0 0 -25% !important;
    }
    .contentSect.newquincyMall.royalAqua .rightSectnewquincy {
        margin: 15% 0 0 -78%;
    }

}
@media(max-width:1100px){
	.greySect h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .greySect h2{
    	font-size: 30px;
    	min-height: 20px;
    }
    .greySect p {
	    font-size: 18px;
	    line-height: 24px;
	    min-height: 20px;
	    text-align: center;
	}
	.footerlink ul li{
		margin: 5px 5px;
	}
	.footerlink ul li a{
		font-size: 14px;
	}
	.leftFooterSect h2 {
        font-size: 20px;
        line-height: 40px;
    }
    .leftFooterSect ul li{
    	margin:0 0 10px 0;
    }
    .leftFooterSect ul li a{
    	font-size: 14px;
    	font-weight: 500;
    }
    .carousel-caption h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .blackBoxSect h3{
    	font-size: 2rem;
    	margin: 10px 0 20px 0;
    }
    .servicesSolutionSect h4{
    	font-size: 2.5rem;
    }
    .servicesSolutionSect p{
    	font-size: 1.5rem;
    }
    .contentSect h2 {
        font-size: 2.5rem;
        line-height: 40px;
    }
    .qualitySect h3{
    	font-size: 1.5rem;
    }
    .qualitySect p.tagline {
	    font-size: 20px;
	    line-height: 25px;
	}
	.headingBox{
		font-size: 20px;
	}
	.majorArea ul li {
        padding: 10px 10px;
        font-size: 15px;
    }
    #myCarousel2 .carousel-caption p {
        font-size: 22px;
        line-height: 32px;
    }
    .redBoxNew h4{
    	font-size: 15px;
    	margin: 0 0 10px 0;
    }
    .redBoxNew p {
	    font-size: 14px;
	    line-height: 20px;
	}
	.redBoxNew{
		padding: 30px 15px;
	}
	.tblSort table th{
		vertical-align: top;
	}
	.mapInfoSect p{
		font-size: 25px;
	}
	.contentSect.sarvanaCatering .rightSectnewquincy {
        margin: 12% 0 0 -35% !important;
    }
    .contentSect.newquincyMall .rightSectnewquincy h3 {
        font-size: 25px;
    }
    .contentSect.newquincyMall .rightSectnewquincy p {
        font-size: 14px;
    }
}
@media(max-width: 1080px){
	.redBoxNew i, .redBoxNew svg{
		margin: 0 0 10px 0;
	}
	.greySect.subpageGreySect h2{
		font-size: 25px;
		min-height: 100px;
	}
	.greySect.subpageGreySect p{
		min-height: auto;
	}
	.contentSect.newquincyMall .rightSectnewquincy {
        margin: 17% 0 0 -35%;
    }
}
@media(max-width:1024px){
	#mainNav .navbar-nav .nav-item .nav-link{
		font-size: 16px;
		padding: 0.3rem;
		margin-right: 0.5rem !important; 
	}
	.dubaiCivilBox .rightSectnewquincy{
		margin: 0;
	}
	.dubaiCivilBox .rightSectnewquincy p {
        font-size: 16px;
        line-height: 25px;
    }
    .redBoxNew{
    	min-height: 250px;
    }
}
@media(max-width:1000px){
	.topSect .txtLeft, .topSect .txtRight {
	    text-align: center;
	    line-height: 20px;
	}
	.navbar-expand-lg .navbar-collapse {
	    position: absolute;
	    z-index: 10000 !important;
	    background: #fff;
	    width: 100%;
	    top: 80px;
	    left: 0;
	    padding: 0 15%;
	    border-top: 1px solid #cf1f39; 
	}
	#mainNav .navbar-nav .nav-item .nav-link{
		padding-bottom: 6px;
    	padding-top: 6px;
    	font-size: 16px;
	}
	#mainNav .navbar-brand img{
		width: 70%;
	}
	#mainNav .navbar-toggler {
	    font-size: 1rem;
	    padding: 0.75rem 1rem;
	    color: #fff;
	    background:  #cf1f39;
	}
	.leftFooterSect h2 a {
        float: right;
        margin-top: -30px;
        margin-right: -10px;
    }
    .menu-list-01 {
        padding: 10px 0 0 0 !important;
        top: 70px;
    }
    .contactFormSect p.lgtextform br{
    	display: none;
    }
    .contactInfoBox p {
	    font-size: 18px;
	}
	.contactInfoBox h3 {
	    font-size: 22px;
	    margin: 0 0 10px 0;
	}
	.contactInfoBox h5 {
	    font-size: 16px;
	}
	#myCarousel2 .carousel-caption p {
        font-size: 25px;
    }
    .mapInfoSect p{
    	font-size: 22px;
    	line-height: 1.5em;
    }
    .mapInfoSect h3{
    	font-size: 28px;
    }
    .blackBoxSect p, .blackBoxSect h3{
    	padding-left: 0;
    }
    .blackBoxSect img{
    	margin-bottom: 20px;
    }
    .contentSect h2 {
        font-size: 2.2rem;
        line-height: 40px;
    }
    .majorArea {
	    display: block;
	    text-align: center;
	}
	.contentSect p.tableHeading{
		margin-bottom: 70px;
	}
	.visionMissionSectBg{
		min-height: 350px;
	}
	.borderLeftBox{
		border-left: none;
		border-top:1px solid #ac0622;
		min-height: 150px;
		margin-bottom: 20px;
		padding-top: 30px;
		text-align: center;
	}
	.greySect.subpageGreySect h2{
		min-height: 40px;
	}
	.greySect.subpageGreySect p{
		text-align: center;
	}
	.borderLeftBox.noborder{
		border-left: none;
		border-top: none;
		padding-top: 0;
	}
	.contentSect.newquincyMall .rightSectnewquincy {
        margin: 1% 0 0 0;
    }
    .contentSect.newquincyMall .rightSectnewquincy.redBg {
    	margin: 0 0 10px 0;
    }
    .contentSect.newquincyMall{
        padding: 35px 0;
	}
    .contentSect.newquincyMall br{
    	display: none;
    }
    .contentSect.sarvanaCatering .rightSectnewquincy {
        margin: 1% 0 0 0 !important;
    }
    .contentSect.newquincyMall.royalAqua .rightSectnewquincy {
        margin: 1% 0 0 0;
    }

}

@media(max-width:900px){
	.carousel-caption h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }
    .carousel-caption{
    	top: 20%;
    	padding-top: 0;
    	padding-bottom: 0;
    	left: 5%;
    	right: 5%;
    }
    #myCarousel2 .carousel-caption p {
        font-size: 20px;
        line-height: 25px;
    }
}
}
@media(max-width:800px){
	
}
@media(max-width:768px){
	.footerbg{
		background: #c51230;
	}
	.leftFooterSect h2 a {
        float: none;
        margin-top: -30px;
        margin-right: -10px;
    }
    .copyright {
    	margin: 0px 0 10px 0;
    }
    .copyright .leftText, .copyright .rightText{
    	text-align: center !important;
    }
    .marginRightfooter{
    	margin-right: 0;
    }
    .footerlink ul li a {
        font-size: 13px;
    }
    .carousel-caption h2{
    	font-size: 25px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    .carousel-caption h2 br{
    	display: none;
    }
    .carousel-caption .default-btn, .carousel-caption a.default-btn{
    	padding: 5px 15px;
    	font-size: 15px;
    }
    .carousel-caption {
       top: 15%;
   	}
   	.menu-list-01{
   		top: 190px;
   	}
   	.contentSect h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .contentSect.bgLightGrey h4{
    	font-size: 25px;
    }
    .col-lg-2a {
	    flex: 0 0 auto;
	    width: 35.66666667%;
	}
	.visionMissionSectBg{
		min-height: 300px;
	}
	.footerbg{
		padding: 100px 0;
	}
	#myCarousel2 .carousel-caption p {
        font-size: 20px;
        line-height: 25px;
        font-weight: 600;
    }
    /*#myCarousel2 .carousel-caption p br{
    	display: none;
    }*/
    .blackBoxSect{
    	    padding: 3rem;
    }
    .graphSect{
    	min-height: 450px;
    	padding: 0 10px 40px 10px;
    }
    .qualitySect, .qualitySect p.tagline, .qualitySect p.ownerName, .qualitySect p{
    	text-align: center;
    }
    #myCarousel2 .carousel-caption .default-btn, #myCarousel2 .carousel-caption a.default-btn {
        padding: 3px 15px;
        font-size: 14px;
    }
    .redBoxNew{
    	min-height: 290px;
    }
    .redBoxNew {
        min-height: 150px;
    }
    .dataTables_paginate, .dataTables_filter, .dataTables_length, .dataTables_info{
    	float: none;
    	text-align: center;
    	width: 100%;
    }
    .visionMissionsect h4 {
        font-size: 25px;
    }
}
@media(max-width: 600px){
	
    .visionMissionsect p {
        font-size: 14px;
        line-height: 20px;
    }
    .visionMissionSectBg {
        min-height: 200px;
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .visionMissionSectBg .default-btn.roundbtn, .visionMissionSectBg a.default-btn.roundbtn{
    	border-radius: 30px;
    	padding: 5px 20px;
    	font-size: 15px;
    }
    .contentSect h2 br{
    	display: none;
    }
    .carousel-caption h2 {
        font-size: 20px;
        line-height: 28px;
    }
    #myCarousel2 .carousel-caption p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}
@media(max-width:550px){
	
}

.rightSectnewquincy1
{
	margin: 13% -150px 0 0% !important;
}

@media (width:1920px)
{
	.rightSectnewquincy 
	{
    margin: 10% 0 0 -25%;
    }
	
	.rightSectnewquincy1
{
	margin: 6% -150px 0 0% !important;
}


}