* {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
}
img {
	max-width:100%;
}
ul, li {
	padding:0;
	margin:0;
	list-style-type: none;
}
a, a:hover {
	text-decoration:none;
}
button:focus {
	outline:none;
}
/*******HEADER CSS***************/

.headerTop {
	position: absolute;
	width: 100%;
	z-index:99;
}
.custom-nav .navbar-nav .active > .nav-link {
	color: #ff4200;
	font-weight:600;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #fff;
}
.headerTop .navbar.navbar-expand-lg.navbar-light {
	background: rgba(0, 0, 0, 0.65);
	padding: 20px 0px;
}
.custom-nav .navbar-nav .nav-link:focus, .custom-nav .navbar-nav .nav-link:hover {
	color:#ff4200;

}
.navbar-light .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.8);
		-webkit-transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
	-ms-transition:all 300ms ease-in-out 0s;
	-o-transition:all 300ms ease-in-out 0s;
	transition:all 300ms ease-in-out 0s;
}
.header-main {
	text-align: center;
	padding: 20px 0;
}
.bannerSec {
	background:url(../images/banner-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:680px;
	position: relative;
}

.bannersec-heading {
	background: rgba(0, 0, 0, 0.65);
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding:25px 0px;
}
.bannersec-heading h5 {
	color:#fff;
	font-style:italic;
	font-weight:bold;
	font-size:25px;
}
.bannersec-heading img {
	position:absolute;
	bottom:0px;
	right:0px;
	max-width:510px;
	z-index:99;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.3rem;
	padding-left: 1.3rem;
}
.headerTop .nav-item {
	position:relative;
}
.footer-bottom .nav-item {
	position:relative;
}
.nav-fair {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-style:italic;
}
.logo .navbar-brand {
	font-size: 30px;
	color: #fff;
}
.custom-nav .navbar-nav .menu-first {
	padding-left:10px;
}
.nav-fair:hover {
	color:#fff;
	text-decoration:none;
}
.headerTop .nav-item + .nav-item:before {
	position:absolute;
	content:'';
	height:10px;
	width:1px;
	background:#fff;
	top:18px;
}
.footer-copyright a {
	color: #fff;
}
/**********MIDDLE SECTION CSS************/
.middle-sec {
	background:#f2f2f2;
	text-align:center;
	padding:68px 0px;
	width:100%;
}
.pinnacle img {
	max-width:300px;
}
.middle-sec h5 {
	font-size:25px;
	color:#404040;
	margin:10px 0px 35px 0px;
}
.custom-col {
	padding: 0px 3px;
	margin: 10px 0px 20px 0px;
	
}
.projectImg {
	overflow:hidden;
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.4);
}
.projectImg img {
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.projectImg:hover img{
	transform:scale(0.9);
}
.custom-row {
	margin:0px;
	
}
/*********FOOTER CSS********/
.footer-top {
	padding:50px 0px;
}
.footer-heading {
	text-align:center;
	margin-bottom: 4rem;
}
.footer-heading h6 {
	font-size:14px;
	display:inline-block;
	position:relative;
}
.footer-top h5 {
	font-size:15px;
	font-weight:bold;
}
.footer-top p {
	font-size:14px;
}
.footerInner {
	max-width: 800px;
	margin: 0 auto;
}
.footer-bottom .nav-item + .nav-item:before {
	position:absolute;
	content:'';
	height:10px;
	width:1px;
	background:#fff;
	top:18px;
}
.footer-heading h6::before {
 position: absolute;
 content: "";
 border: 1px dotted #3c3a3a;
 width: 150px;
 height: 1px;
 left: -170px;
 top: 9px;
}
.footer-heading h6::after {
 position: absolute;
 content: "";
 border: 1px dotted #3c3a3a;
 width: 150px;
 height: 1px;
 right: -170px;
 top: 9px;
}
.footer-copyright .navbar-brand {
	font-size:15px;
	color:rgba(255, 255, 255, 0.8)
}
.footer-bottom {
	background-color:#262626;
	padding:15px 0px;
}

/* conatct-page */
.bannerSec.contactBanner {
	background:url(../images/contact-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.contact-form {
	padding:60px 0;
	background:#f2f2f2;
}

.contact-title h2 {
	text-align: center;
	margin: 0;
	text-transform: capitalize;
	font-size: 32px;
	padding-bottom:40px;
	font-weight:600;
}
.mainForm h5 {
	margin: 0;
	font-weight: 700;
	padding-bottom: 40px;
}
.mainForm form > ul > li {
	display: inline-block;
	margin: 0 -2px;
	width: 50%;
	vertical-align: top;
}
.mainForm form > ul > li:nth-child(odd) {
	padding-right:20px;
}
.mainForm form > ul > li:last-child {
	width:100%;
	padding-right:0;
}
.custom-form {
	background-color: #f2f2f2;
	color:#000;
	border-color: #000;
	border-radius:0;
	font-size:15px;
}
.custom-form:focus {
	color: #000;
	background-color: #f2f2f2;
	border-color: #000;
	box-shadow:none;
}
.custom-textBox {
	min-height:130px;
	resize:none;
}
.checkSec .custom-control {
	padding-left: 35px;
	line-height: 21px;
}
.checkSec .custom-control-indicator {
	width: 1.2rem;
	height: 1.2rem;
}
.captchaSec {
	position: relative;
	background: #f9f9f9;
	padding: 20px 60px 20px 15px;
	max-width: 280px;
	width: 100%;
}
.captchaSec img {
	position: absolute;
	right: 10px;
	top: 10px;
}
.submitSec {
	margin: 20px 0;
}
.submitSec ul li {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	margin: 0 -2px;
}
.submitSec ul li:last-child {
	text-align:right;
	padding-right:30px;
}
.submitBtn {
	text-transform: uppercase;
	padding: 9px 32px;
	font-weight: 600;
	cursor: pointer;
	background: #000;
	border: solid 2px transparent;
	color:#fff;
	-webkit-transition:all 300ms ease-in-out 0s;
	-ms-transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
	-o-transition:all 300ms ease-in-out 0s;
	transition:all 300ms ease-in-out 0s;
}
.submitBtn:hover, .submitBtn:focus {
	box-shadow:none;
	background:transparent;
	border: solid 2px #000;
	color:#000;
}
.captchaSec .custom-control {
	font-size: 14px;
}
.captchaSec .custom-control-indicator {
	top: 1px;
	width: 1.2rem;
	height: 1.2rem;
	background-color: #fff;
	border: solid 1px #d7d7d7;
}
.formContent {
	padding-top: 55px;
	padding-left: 20px;
}
.formContent p {
	font-size:18px;
	text-align: justify;
	margin:0;
}
.formContent p a {
	text-decoration:underline;
}
.formContent h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin: 0;
	padding: 30px 0;
}
.formContent .address {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}

/* about us page */
.bannerSec.aboutBanner {
	background:url(../images/About-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.about-info {
	padding: 25px 15px;
	min-height: 287px;
	height: 100%;
	background: #fff;
}
.about-info h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 25px;
	min-height: 90px;
}
.about-info p {
	margin: 0;
	line-height: 21px;
	font-size: 15px;
}
.about-content ul li {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align:center;
}
.aboutMain {
	max-width: 297px;
	width: 100%;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0 , 0.2);
	display:inline-block;
	transition:all 300ms ease-in-out 0s;
}
.aboutMain:hover {
	box-shadow: 0 0 10px rgba(237, 72, 72 , 0.5);
}
.about-us-sec {
	padding: 100px 0;
	background:#f2f2f2;
}
.about-content {
	padding-top: 40px;
	text-align: center!important;
}
.mainForm form > ul > li .form-group {
	position: relative;
	margin-bottom: 2rem;
}
.inpt-style {
	position: absolute;
	left: 14px;
	top: 6px;
	margin: 0;
	font-size: 15px;
	transition:all 300ms ease-in-out 0s;
}
.form-group.input--filled  .inpt-style {
	top: -20px;
	font-size: 12px;
	font-weight:600;
}

/* About-mary page */

.bannerSec.about-maryBanner {
	background:url(../images/About2-bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.about-maryMain > ul {
	margin: 0 -15px;
}
.about-maryMain ul li {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	padding: 0px 15px;
}
.about-maryMain h4 {
	color: #000;
	font-size: 18px;
	padding: 30px 0;
	font-weight: 600;
	margin: 0;
} 
.about-maryMain p {
	font-size: 16px;
}
.about-maryMain p span {
	font-weight:600;
	font-style:italic;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_2.gif) center no-repeat #fff;
}
/*********MEDIA QUERY ********/
 @media (max-width: 1300px) {
.bannersec-heading img {
	max-width: 415px;
}
}
 @media (max-width: 1199px) {
.bannersec-heading img {
 max-width: 375px;
}
 .bannerSec {
 height: 570px;
}
.checkSec .custom-control {
	font-size: 14px;
	line-height: 19px;
}
.submitSec ul li:last-child {
	padding-right: 0;
	padding-left:10px;
}
.captchaSec {
	padding: 20px 53px 20px 10px;
}

}
 @media (max-width: 991px) {
 .footer-bottom .navbar-nav {
 display: inline-block;
}
 .footer-bottom .navbar-nav li {
 display: inline-block;
 vertical-align: middle;
}
 .footer-bottom .navbar-expand-lg .navbar-nav .nav-link {
 padding-right: 0.5rem;
 padding-left: 0.5rem;
}
.footer-bottom .nav-item + .nav-item::before {
 left: -3px;
}
.bannersec-heading h5 {
 font-size: 18px;
 text-align: left;
}
.headerTop .navbar-light .navbar-toggler-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.headerTop .nav-item + .nav-item::before {
 display: none;
}
.headerTop .navbar-expand-lg .navbar-nav .nav-link {
 padding-right: 0;
 padding-left: 0;
}
.headerTop .navbar-nav {
 margin-top: 20px;
}
.formContent {
	padding-top: 55px;
	padding-left: 0;
}
.about-content ul li {
	width: 32%;
	padding: 0px 5px;
}
.about-info h3 {
	font-size: 16px;
	padding-bottom: 15px;
	min-height: 70px;
}
.about-info p {
	font-size: 14px;
	text-align:justify;
}
.about-info {
	min-height: 330px;
}
.about-content {
	padding-top: 20px;
}
.about-us-sec {
	padding: 70px 0;
}
.custom-nav .navbar-toggler {
	cursor: pointer;
}
.about-maryMain ul li {
	width: 32%;
	padding: 0px 7px;
}
}
 @media (max-width: 767px) {
.footer-logo img {
	max-width: 300px;
}
.footer-logo {
	text-align:center;
}
.header-main img {
	max-width: 380px;
}
.footer-bottom .navbar-nav {
 margin-left: 0 !important;
}
.footer-logo {
 margin-bottom: 30px;
}
.footer-heading {
 text-align: center;
 margin-bottom: 2rem;
}
.bannersec-heading img {
 max-width: 355px;
}
.middle-sec {
 padding: 40px 0px;
}
.custom-col {
    padding: 0px 0px;
}
.formContent {
	padding-top: 25px;
}
.formContent p {
	font-size: 16px;
}
.formContent h4 {
	font-size: 16px;
	padding: 20px 0;
}
.formContent .address {
	font-size: 16px;
}
.logo .navbar-brand {
	font-size: 20px;
}
.about-content ul li {
	width: 100%;
	padding: 20px 5px;
}
.about-info {
	min-height: inherit;
}
.about-info h3 {
	font-size: 15px;
	min-height: inherit;
}
.contact-title h2 {
	padding-bottom: 0;
	font-size: 26px;
}
.about-us-sec {
	padding: 35px 0;
}
.about-maryMain {
	padding-top: 30px;
}
.about-maryMain h4 {
	font-size: 15px;
	padding: 20px 0;
	line-height: 22px;
}
.about-maryMain p {
	font-size: 15px;
}
}
 @media (max-width: 585px) {
 .footer-logo {
 max-width:535px;
}
.bannersec-heading img {
 max-width: 265px;
}
.bannerSec {
 height: 450px;
}
.footer-heading h6::before {
 width: 100px;
 left: -120px;
}
.footer-heading h6::after {
 width: 100px;
 right: -120px;
}

.custom-col {
    padding: 0px 0px;
    margin: 10px 0px 10px 0px;
   ;
}
.logo {
    margin-left: 15px;
}
.headerTop .navbar-nav li {
    position: relative;
    padding: 0 15px;
}
.headerTop .navbar.navbar-expand-lg.navbar-light {
    
    padding: 10px 0px;
}
.contact-form {
	padding: 30px 0;
}
.contact-title h2 {
	font-size: 25px;
	padding-bottom: 25px;
}
.mainForm h5 {
	font-size: 16px;
}
.formContent {
	padding-top: 15px;
}
.formContent p {
	font-size: 15px;
}
.formContent h4 {
	font-size: 15px;
	padding: 18px 0;
}
.formContent .address {
	font-size: 15px;
}
.about-content ul li:first-child {
	padding-top:0px;
}
.about-info p {
	text-align-last:center;
}
.about-maryMain {
	padding-top: 0px;
}
.about-maryMain h4 {
	font-size: 14px;
	padding: 14px 0;
	line-height: 19px;
}
.about-maryMain p {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 0.6rem;
}
}

 @media (max-width: 485px) {
.footer-bottom .navbar-nav li {
    display: block;
    vertical-align: middle;
}
.footer-bottom .navbar-nav {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.footer-bottom .nav-item + .nav-item::before {
  
    display: none;
}
.footer-bottom .navbar-expand-lg .navbar-nav .nav-link {
   
    padding: 0.2rem 0;
}
.footer-heading h6::before {
    width: 60px;
    left: -70px;
}
.footer-heading h6::after {
    width: 60px;
    right: -70px;
}
.bannersec-heading img {
    max-width: 200px;
}
.bannerSec {
    height: 380px;
}
.header-main img {
	max-width: 300px;
}
.contact-title h2 {
	font-size: 21px;
	padding-bottom: 20px;
}
.mainForm h5 {
	font-size: 14px;
}
.mainForm form > ul > li:nth-child(2n+1) {
	padding-right: 0;
}
.mainForm form > ul > li {
	width: 100%;
}
.submitBtn {
	padding: 7px 28px;
}
.submitSec ul li {
	width: 60%;
}
.submitSec ul li:last-child {
	width: 40%;
}
.formContent p {
	font-size: 14px;
}
.formContent h4 {
	font-size: 14px;
	padding: 12px 0;
	line-height: 18px;
}
.formContent .address {
	font-size: 14px;
}
.footer-logo img {
	max-width: 200px;
}
.footer-logo {
	margin-bottom: 20px;
}
.footer-top {
	padding: 30px 0px;
}
.about-us-sec .contact-title h2 {
	padding-bottom: 10px;
}
.about-us-sec {
	padding: 25px 0 20px;
}
.about-maryMain ul li {
	width: 100%;
	padding: 20px 15px;
}
}
 
  @media (max-width: 385px) {
 .bannersec-heading img {
    max-width: 160px;
}
.bannersec-heading h5 {
    font-size: 15px;
}
.bannerSec {
    height: 330px;
}
.logo .navbar-brand {
	font-size: 18px;
}
.submitSec ul li {
	width: 100%;
}
.captchaSec {
	padding: 10px 53px 10px 10px;
	margin-bottom: 20px;
	max-width: 190px;
}
.captchaSec img {
	max-width: 30px;
}
.submitSec ul li:last-child {
	width: 100%;
	text-align: left;
	padding-left: 0;
}
.submitSec {
	margin: 20px 0 0px;
}
.footer-logo img {
	max-width: 150px;
}
.footer-heading {
	margin-bottom: 1rem;
}
.footer-top {
	padding: 30px 0px 10px;
}
.about-maryMain ul li {
	padding: 20px 15px 10px;
}
.header-main img {
	max-width: 250px;
}
}

/* notices */
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');
}