/*Default*/
@import url('css/default.css');
/*Buttons*/
@import url('css/shortcode/buttons.css');
/*Headers*/
@import url('css/shortcode/header.css');
/*Templates*/
@import url('css/template/creative.css');
@import url('css/template/corporate.css');
@import url('css/template/restaurant.css');
@import url('css/template/minimal.css');
@import url('css/template/photography.css');

#subtitle{
	font-size: 20px;
    color: seagreen;
}
#banner_background
{
	background-color: #166d3b;
	background-image: linear-gradient(147deg, #166d3b 0%, #000000 74%);
	height: 65px;
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  #mid_section{
  	margin-top: -7%;
  }

#contact_section { margin-top: -8%; }
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  #mid_section{
  	margin-top: -7%;
  }
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  #mid_section{
  	margin-top: -11%;
  }

  #contact_section { margin-top: -8%; }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  #mid_section{
  	margin-top: -11%;
  }
  .co-page-banner h1{
  	margin-top: -10%!important;
  }

  #contact_section { margin-top: -22%; }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  #mid_section{
  	margin-top: -28%;
  }

   #contact_section { margin-top: -22%; }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
 #mid_section{
  	margin-top: -28%;
  }

   #contact_section { margin-top: -22%; }
  
}
.side-title
{
	color:seagreen!important;
}
#para
{
	text-align: justify;
	font-family: montserrat;
	line-height: 2.2em;
	letter-spacing: 2px;
}
.myli
{
	list-style: square!important
}
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
   .cecon_logo
 {
	 height:70px!important;
 }
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
   .cecon_logo
 {
	 height:70px!important;
 }
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
 .cecon_logo
 {
	 height:70px!important;
 }
  
}
#about_icon
{
	font-size: 20px;
    color: green;
}

.breadcrumb-section {
    width: 100%;
    height: 250px; /* Adjust height */
    background: url('img/inner-page.jpg') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dark Overlay */
.breadcrumb-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 20, 60, 0.70); /* Blue-dark overlay with opacity */
    z-index: 1;
}

.breadcrumb-content {
    position: relative;
    z-index: 2; /* Above overlay */
    text-align: center;
}

.breadcrumb-content h1 {
    color: #fff; /* Green Text (same as your image) */
    font-size: 48px;
    font-weight: 800;
    margin: 0;
}