.heading {
	text-align: center;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: bolder;
  color: #ff9326;
}

.side_heading {
	text-align: left;
  font-size: 25px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #ff9326;
}

.side_heading_1 {
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bolder;
  color: black;
}

.content {
	line-height: 30px;
	word-spacing: 5px;
	font-size: 16px;
	color: black;
	text-align: justify;
	text-indent: 25px;
	font-weight: normal;
}

.content_1 {
  line-height: 30px;
  word-spacing: 5px;
  font-size: 16px;
  color: black;
  /*text-align: justify-all;*/
  font-weight: normal;
}

/*.content_ol: li {
	display: list-item;
	list-style-type: decimal;
}

.content_ol {
	font-weight: bold;
	color: black;
	font-size: 19px;
	line-height: 35px;
	text-align: justify;
}*/

.ulcont
{
  font-weight: normal;
  color: black;
  font-size: 16px;
  line-height: 35px;
}

.list-center{
	display: table;
	margin: 0 auto;
}

ul.yellowarrow li{
list-style-image: url('../assets/img/icon/yellowarrow.PNG');
padding-left: 10px;
}

/*ul.blueleaf li
{
list-style-image: url('../assets/img/icon/orange_arrow.png');
padding-left: 15px;
list-style-type: square;
}
*/
ul.bluearrow li{
list-style-image: url('../assets/img/icon/blue-arrow.PNG');
padding-left: 10px;
}
a.link{
	text-decoration: none;
	color: black;
}



.nav-pills .nav-link {
  color: #555;
}
.nav-pills .nav-link:hover {
  background: #ffa74d
}
.nav-pills .nav-link.active{

	/*background-color: #2b90d9;*/
	background: #002d5b;
}
/* Rounded tabs */

@media (min-width: 576px) {
  .rounded-nav {
    border-radius: 50rem !important;
  }
}

@media (min-width: 576px) {
  .rounded-nav .nav-link {
    border-radius: 50rem !important;
  }
}

/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #002d5b;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
  background: none;
  border-color: #ffa74d;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #002d5b;
}
@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #0563bb;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /*background: rgba(69, 80, 91, 0.8);*/
}

.portfolio .portfolio-wrap img {
      height: 350px;
      min-width: 100%;
  }

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #148af9;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

.bg-image {
  /* The image used */
  background-image: url("../assets/img/bg/Srirangamlong_view(1).jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.bg-image-fixed {
    /*background: url("../assets/img/bg/Srirangamlong_view.jpg");*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 80px;
    background-color: transparent;
    padding-bottom: 100px;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #0563bb;
  position: relative;
}


.resume .resume-item p
{
  color: black;
  font-weight: normal;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0563bb;
}

.side_sirapu_cnt
{
  text-indent: 2px;
  font-size: 15px;
  color: black;
  /*word-spacing: 0.1px;
  letter-spacing: 1px;*/
  font-weight: normal;
  text-align: left;
}

/*MENU TOP IMAGE*/

.top_image

{
  margin: 0 auto;
                 height: auto;
                 border-radius: 10px;
                 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                   margin-bottom: 50px;
                 max-width: 100%;
                 border: none;
                 display: block;
                 padding: -1px 0;
}

.txt_deco
{
  color: orange;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  font-size: 30px;
}

.txt_deco1
{
  text-shadow: 0 0 3px orange;
  font-weight: bold;
}

.design_image1 {
  width: 50%;
  height: 300px;
  align-items: center;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

.design_cnt1 {
  text-align: center;
  padding: 10px 20px;
}

.design_image2
{
  border-radius: 8px;
  box-shadow: -10px -5px 15px #eb4034,
                      5px 5px 10px #eb4034;
          
}

.news_img {
  width: 100%;
  align-items: center;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

.news_head
{
  text-align: 25px;
  text-shadow: 0 0 3px orange;
  font-weight: bold;
}

.about_jeeayr_img
{
   border-radius: 8px;
  box-shadow: -10px -5px 15px #eb4034,
                      5px 5px 10px #eb4034;
}

.menu_side_img
{
   width: 100%;
  align-items: center;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}