body {
  margin: 0px;
  padding: 0px;
  font-family: 'PT Sans', sans-serif;
}

.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}
#header {
  width: 100%;
  display: block;
  padding: 21px 0px 0px 0px;
  background: url(../images/hr-bg.png) repeat-x left top;
 max-height: 119px;
}

#mdl {
  width: 100%;
  display: block;
}

#footer {
  width: 100%;
  display: block;
  background: #0c0d0e;
  font-size: 16px;

  line-height: 26px;
  color: #a4a4a4;
  z-index: 10;
  padding-top: 4em;
}
.footer-bt {
  border-top: solid 1px #333435;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff60;
  width: 100%;
}

.footer-bt a {
  color: #fff;
  margin-right: 25px;
  font-size: 18px;
  display: inline-block;
}
.gallery-inner {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 5px 15px;
}

.gallery-inner h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.container {
  width: 1200px;
}
.navbar-toggler-icon {
  background: url(../images/menu.png) no-repeat left top;
  background-size: 30px 30px;
}

.nav-link {
  color: #353535;
  margin: 27px 10px 0px 10px;
  font-size: 21px;
  /* font-weight: 600; */
}
.nav-link:hover {
  border-bottom: solid 1px #3358a8;
   color: #353535;
}

.active-link {
  border-bottom: solid 1px #3358a8;
   color: #353535;
}

.m-navigation {
  position: relative;
  z-index: 100;
 
  
}




/* New css */
.call-link {
 position: absolute;
 right: 0;
 top: 0;
}

.banner-cont {
    position: absolute;
    top: 30%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    width: 100%;
}

.banner-cont h2 {
    font-size: 83px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 5px 5px #00000070;
}

.quote-bt {
  font-size: 21px;
  color: #fff;
  background: #dc3607;
  border-radius: 5px;
  padding: 10px 28px;
  transition: 0.5s;
}

.quote-bt:hover {
  background: #aa2600;
  color: #fff;
}

.carousel-item {
  border-bottom: solid 6px #3358a8;
}

.ab-section {
  background: url(../images/ban-bt.png) no-repeat center top;
 position: absolute;
  margin-top: -110px;
  padding: 4em 0 2em 0;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #454545;
  width: 100%;
  float: left;
}

.inner-sec {
  background: #fff;
  background-image: none;
  position: relative;
  margin-top: 0px;
  padding: 4em 0 2em 0;
  font-size: 18px;
  line-height: 30px;
  color: #454545;
  width: 100%;
}

.inner-cont {
  background: #f3f3f3;
  font-size: 17px;
  line-height: 22px;
  color: #454545;
  text-align: left;
  padding: 2em 0;
}

.inner-cont h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
}

.inner-cont ul {
  margin-left: 0px;
  padding-left: 20px;
}
.res-img {
  border-radius: 8px;
  width: 100%;
}
.gallery {
  width: 100%;
  padding: 0em 0 1.5em 0;
}

.gallery img {
  object-fit: cover;
  width: 22%;
  margin-right: 1.1%;
  margin-bottom: 25px;
 max-height:270px;
  cursor: pointer;
  border-radius: 5px;
}
.form-control { padding:0.60rem 0.75rem; margin-bottom:10px; }
select.form-control:not([size]):not([multiple]) { height: calc(2.25rem + 10px); }
.contactus { text-align:left !important; }
.error1 ul {
	background: url(../images/alert.png) 5px 0.5em no-repeat #F8E0D6;
	border:#DD7244 1px solid;
	padding:11px 5px 5px 55px;
	width:auto;
	margin-left:2px;color:#000;
}
.error1 li {
	list-style-type:circle;
	padding:2px 5px 2px 5px;
	font-size:12px;
	color:#000;
}

.displayMsg ul {
	background: url(../images/ok.png) 5px 0.5em no-repeat #D9EAC8;
	border:#C5D898 1px solid;
	padding:11px 5px 5px 55px;
	width:auto;
	margin-left:2px;
}
.displayMsg li {
	list-style-type:circle;
	padding:2px 5px 2px 5px;
	font-size:14px;
	color:#003300;
}
.tel-bt {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
    background: #3358a8;
    border-radius: 100px;
    padding: 10px 20px;
}
.heading {
  font-size: 41px;
  color: #353535;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(../images/heading.png) no-repeat center bottom;
}
.carousel-indicators {
  display: none;
}

.pr-sec {
  padding: 2em 0;
  width: 100%;
  background: url(../images/sr-bg.jpg) repeat-x left top;
  text-align: center;
  margin-top: 500px;
}

.m-points {
  color: #336699;
  font-size: 18px;
  text-align: center;
  width: 100%;
}

.m-points ul {
width: 60%;
margin-left: 20%;
margin-bottom: 35px;
display: block;
}

.m-points ul li {
  list-style: none;
  background: url(../images/tick.png) no-repeat left 5px;
  padding-left: 20px;
  margin-bottom: 12px;
  text-align: left;
  width: auto;
}

.heading1 {
  color: #006699;
  font-size: 36px;
  background: none;
  font-weight: bold;
}

.heading1 span {
  font-size: 30px;
  font-weight: normal;
}

.pr-bx {
  background: #fff;
  border-bottom: 5px solid #3358a8;
  border-radius: 5px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 22px;
  color: #373737;
  padding: 15px 15px;
  /*cursor: pointer;*/
  transition: 0.5s;
 text-align: left;

  box-shadow: 1px 1px 10px #00000020;
}

.pr-bx strong {
  color: #3358a8;
  display: block;
  margin-bottom: 15px;
  font-size: 26px;
}

.pr-bx:hover {
  box-shadow: 1px 1px 20px #00000020;
}

.cust-sec {
  font-size: 22px;
  color: #353535;
  font-style: italic;
  line-height: 30px;
  width: 100%;
  text-align: center;
  color: #353535;
  padding: 2em 0;
}

.sec-photo {
  font-size: 18px;
  line-height: 26px;
  color: #b3c6ed;
  padding: 2em 0;
  background: url(../images/bl-bg.jpg) no-repeat right top #3358a8;
}

.sec-photo strong {
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff;
}
a:hover {
  text-decoration: none;
}





.navbar {
  margin-top: -25px;
}







.pr-bx img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}



.fr-title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 12px;
  display: block;
}

.fr-links {
  text-decoration: none;
  color: #c9c9c9;
}

.fr-links:hover {
  color: #c9c9c9;
}
.social-links {
  font-size: 28px;
  color: #fff;
}

.social-links a {
  margin-right: 20px;
  display: inline-block;
  color: #fff;
}
.bt-col {
  padding-bottom: 4em;
  padding-top: 2em;
}





/* New css End */


@media only screen and (max-width: 768px) {
  .container {
    width: 96%;
  }

  .navbar-nav {
    background: #fff;
    border-radius: 8px;
  }
 
  .dr {
    background-position: 95% center;
  }


   /* New css */


  .callus {
    padding: 8px ;
  }
  .sr-bt {
    display: none;
  }
  .navbar {
    margin-top: 10px;
  }

  .bottom-cont {
    background-size: cover;
  }
  .con-bt {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .footer-bt a {
    display: none;
  }




.ab-section {
  position: relative;
  margin-top: 0px;
  background: #fff;
}

.pr-sec {
  margin-top: 0px;
}

.banner-cont h2 {
  font-size: 20px;
  line-height: 28px;
}

.call-link {
  display: none;
}

#header {
  max-height: 225px;
}
.m-points ul {
  width: 90%;
  margin-left: 10%;
}
.gallery img {
  width: 100%;
}
}


