*{ 
	font-family:'IBM Plex Sans';
}

/************* Main Text *************/
h1 {
	font-size: 34px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}
h2 {
    font-size: 50px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;   
}
h3 {
	font-size: 22px;
	color: #000000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;   
}

h4 {
    font-size: 18px;
	color: #043b02;
	font-weight: 500;
	margin-bottom: 5px;
}

h5 {
    font-size: 15px;
	color: #232323;
	margin-bottom: 5px;
}

p {
    font-size: 17px;
	color: #616161;
	font-family: "Lato";
	line-height: 1.7;
}

a.btn {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 17px;
	border: 2px solid #E2E9F3;
	background-color: #d73d3e;
	padding: 10px 20px;
	margin:5px;
}
a.btn:hover {
  background-color: #d96263;
}


.spangreen {
    color: #0a7321;
}

.text-center img {
	display: inline-block;
}
.header-top {
    background-color: #960A0B;
}
.header-wrap {
    padding:8px 100px;
    
}
header {
	padding: 0px;
}

header .mainmenu {
    float: right;
    padding: 30px 0px;
}
header .mainmenu ul li a {
	text-decoration: none;
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
}

header .mainmenu ul li {
	padding: 0px 40px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
.header-logo {
    position: absolute;
    top: 0px;
    z-index: 9;
    width:150px;
}
.header-contact ul li {
	margin-right: 20px;
}
.header-contact ul li:last-child {
	margin-right: 0px;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover > .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*************SUB MENU*************/
.mainmenu .sub-menu .sub-menu:hover > ul { display: block;}
.mainmenu .sub-menu .sub-menu {display: none; position: absolute; left: 100%; margin-top: -40px;}
.mainmenu .sub-left {left:-100% !important; width:100%;}


/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
	color: #f9a0a1;
	text-decoration: none;
}
header .header-bottom {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height:100vh;
    width:100%;
    background-color:#f0ece5;
}
header .header-bottom {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width:100%;
    background-color:#f0ece5;
}
.bg-rotator {
    height:100vh;
}
.bg-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.bg-slide.active {
    opacity: 1;
}

.bg-slide-text {
    position: absolute;
    top: 20%;
    left:50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    padding: 25px;
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
    transition-delay: 0s;
    
    font-size:1.2em;
    text-shadow: 0 2px 2px rgba(70, 195, 243, 0.4);
    color:#ffffff;
}
.bg-slide-text h1 {
    font-size:70px;
    line-height:0.9;
    color:#ffffff;
    text-transform:none;
}

header .header-bottom-sub {
    position:relative;
}

header .header-bottom-sub .sub-banner-text {
    position:absolute;
    top: 45%;
    left:50%;
    transform: translate(-50%, -50%);
}

header .header-bottom-sub .sub-banner-text h1 {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 25px;
	text-shadow:2px 2px black;
	font-size:48px;
	text-align:center;
}
 
.about-heading ul li a {
	text-decoration: none;
	font-size: 45px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0px !important;
	background-color: #2a8b34;
    font-family: 'BebasNeueBold';
    padding: 10px 113px;
} 	
.about-heading .nav-tabs .nav-link.active,.about-heading .nav-tabs .nav-link:hover, .about-heading .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #185f1f;
    border-color: transparent;
}
.about-heading ul li {
	margin-right: 10px;
}
.about-heading ul li:last-child {
	margin-right: 0px;
}
.about-heading ul {
	border-bottom: none;
}
.about-img img {
    width: 100%;
}
.about-contents {
    padding-top: 20px;
}
.about-heading {
    background-color: #fff;
    padding: 10px;
    position: relative;
    margin-top: -60px;
    z-index: 9;
}
.about-wrap {
    padding-top: 30px;
}
.about-contents p {
	font-size: 17px;
	color: #616161;
	font-family: "Lato";
	line-height: 1.7;
}
.about-contents h3 {
	font-size: 26px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	background-image: url(../img/others/why-strip.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.icon-cont-wrap {
    position: relative;
    margin-bottom: 20px;
}
.icon-contents {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 10%;
}
.icon-contents:hover {
    background-color: rgba(19, 95, 31,0.8);
}
.icon-contents h3 a {
	text-decoration: none;
	color: #fff;
}

.icon-contents h3 {
	font-size: 25px;
	color: #fff;
	font-family: "Lato";
	font-weight: 700;
	text-transform: uppercase;
}
.icon-section {
    padding: 50px 0px;
}
.heading h2 {
	font-size: 34px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}
.heading h2 span {
	font-size: 34px;
	color: #0a7321;
	font-weight: 700;
	text-transform: uppercase;
}

.what-section {
  background-image: url('../img/abc-bg.png');
  background-size: 100% 100%; /* auto width, 100% height */
  background-position: center center; /* optional: start from the left */
  padding-bottom:30px;
  margin-top:-450px;
  position:relative;
}
.bottom-main-bar {
    position:absolute;
    bottom:0;
    z-index:1;
    width:100%;
}
.main-top-box {
    max-width:700px;
    margin:20px;
    padding:260px 60px 60px 160px;
}
.main-top-box-margin {
    margin-top:80px;
}
.main-top-box h2 {
    color:#ffffff;
}
.main-top-box p {
    color:#000000;
    font-size:18px;

}
.whatwedo-section {
    margin:40px auto;
    background-color:#E2E9F3;
    padding:60px 120px;
    max-width:700px;
    position:relative;
    z-index:100;
}
.whatwedo-box {
    margin:10px 20px;
    background-color:#13324E;
    color:#ffffff;
    position:relative;
    min-height:150px;
}
.whatwedo-box-mask {
  background-color: rgba(0,0,0,0.3);
  position:absolute;
  width:100%;
  height:100%;
  padding:20px;
}
.whatwedo-box-title {
    color:#ffffff;
    font-size:25px;
    font-weight:700;
    padding-left:50px;
}
.whatwedo-box-text {
    color:#ffffff;
}
.whatwedo-box-text p {
    color:#ffffff;
    font-size:18px;
        text-shadow: 0px 0px 3px #2a2a2a;
    -webkit-text-shadow: 0px 0px 3px #2a2a2a;
    -moz-text-shadow: 0px 0px 3px #2a2a2a;
    -ms-text-shadow: 0px 0px 3px #2a2a2a;
}


.what-we-do {
    margin-bottom:30px;
}

.expand-section {
    display: flex;
    min-height: 450px;
    overflow: hidden;
    
}

.expand-box {
    position: relative;
    flex: 1; /* Equal width by default */
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    color: white;
    margin:0 20px;
    
}

/* Dark overlay to make text readable */
.expand-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: background 0.3s;
}

.expand-box.active {
    flex: 3; /* Becomes wider when active */
}

.expand-box.active::before {
    background: rgba(0, 0, 0, 0.6);
}

.box-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: center;
    height:400px;
}
.box-content h3 {
    color:#ffffff;
    padding-top:100px;
}
.expand-box.active .box-content h3 {
    padding-top:20px;   
}

.box-description {
    opacity:0;
    visibility: hidden;
    transform: translateY(20px);
    /* The magic: wait 0.4s (during the slide) then fade in for 0.3s */
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition-delay: 0s;
    margin-top: 15px;
}
.box-description p {
    color:#ffffff;
    font-size:20px;
}

.expand-box.active .box-description {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    /* When active, delay the text until the slide is nearly done */
    transition-delay: 0.4s;
}

.gallery-section {
    background-color:#960A0B;
    padding:40px 0px;
}

.gallery-section h2 {
    color:#ffffff;

}

/* Gallery Container */
.scroll-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 15px;
    padding: 20px 0;
    
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll-container::-webkit-scrollbar {
    display: none;
}

.gallery-item {
    flex: 0 0 auto;
}

.gallery-item img {
    height: 350px;
    width: auto;
    object-fit: cover;
    border-radius: 4px;
    /* Optional: shadow to make them pop since there's no scrollbar as a cue */
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.quote-section {
    text-align:center;
    padding: 30px 60px;
}
.contact-section {
	position: relative;
	background-color:#E2E9F3;
	padding:20px 60px;
}

.map-section {
	position: relative;
}
.footer-section {
    background-color: #960A0B;
    padding: 50px 0px 30px;
}
.footer-contact-section {
  background-image: url('../img/contactsBG.jpg');
  background-size: cover;
  min-height:200px;
  padding:30px;
  font-size:18px;
  font-weight:bold;
}
.flex-table {
  display: flex;
  flex-wrap: wrap; /* Allows items to move to the next line */
  width: 100%;
}

.flex-item {
  flex: 1 0 50%; /* Grow: 1, Shrink: 0, Basis: 50% */
  box-sizing: border-box;
  padding: 5px;
  
}
.quicklinks {
    text-align:right;
}
.quicklinks a {
    margin-left:20px;
    color:#ffffff;
    font-size:18px;
}
.quicklinks a:hover {
    color:#f5f5f5;
}


.cont-section {
    background-color: #fff;
    padding: 50px 0px;
}

.contact-form {
    background-color: #f7f5f5;
    padding: 30px;
}
.contact-form .form-control {
	border-radius: 0px;
	font-size: 15px;
	color: #343434;
}
.contact-form input {
	height: 50px;
}
.contact-form textarea {
	height: 150px;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #343434;
  opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
  color: #343434;
  opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #343434;
  opacity: 1;
}

.contact-form .form-control::placeholder {
  color: #343434;
  opacity: 1;
}
.contact-form a.btn {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 0px;
	display: block;
	text-transform: uppercase;
	background-color: #d73d3e;
	padding: 7px 40px;
}

.contact-form a.btn:hover {
  background-color: #d96263;
}


.contact-form {
	
}

#ajaxalert {
	background-color: white;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 20px 0 #222;
	-webkit-box-shadow: 0 0 20px 0 #222;
	-moz-box-shadow: 0 0 20px 0 #222;
	display: none;
	margin-left: -100px;
  margin-top: -100px;
	padding: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	z-index: 1000;
}

div.ajaxerror{
    background-color:#FFF;
    border-color: #222;
    color:red;
    border-style: solid;
    border-width: 2px;
    padding: 5px;

	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 10px 0 #222;
	-webkit-box-shadow: 0 0 10px 0 #222;
	-moz-box-shadow: 0 0 10px 0 #222;
}


.foot-logo {
    height:100px;
    text-align:center;
    margin:0 auto;
}

.footer-wrap h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.footer-menu ul li a {
	text-transform: uppercase;
}
.footer-wrap ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}
.footer-wrap ul li {
	padding-bottom: 5px;
}
.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: left 7px;
	padding-bottom: 10px;
}
.footer-contact ul li.location {
	background-image: url(../img/others/cont-1.png);
}
.footer-contact ul li.phone {
	background-image: url(../img/others/cont-2.png);
}	
.footer-contact ul li.mail {
	background-image: url(../img/others/cont-3.png);
}
.social-icons  ul li {
	background-repeat: no-repeat;
	padding-left: 40px;
	background-position: left 7px;
	padding-bottom: 10px;
}
.social-icons  ul li.social-1 {
	background-image: url(../img/others/social-1.png);
}
.social-icons  ul li.social-2 {
	background-image: url(../img/others/social-2.png);
}	
.social-icons ul li.social-3 {
	background-image: url(../img/others/social-3.png);
}
.social-icons ul li.social-4 {
	background-image: url(../img/others/social-4.png);
}
.social-icons ul li {
	padding-right: 8px;
}
.copyrights p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0px;
	line-height:1.3;
}
.copyrights {
    	padding-top: 10px;
    	border-top:1px solid #ffffff;
    	text-align:right;
}
.centron-heading ul {
	padding-top: 15px;
}
.centron-heading {
    width: 25%;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #696767;
    -webkit-box-shadow: 0px 0px 10px #696767;
    -moz-box-shadow: 0px 0px 10px #696767;
    -ms-box-shadow: 0px 0px 10px #696767;
        position: absolute;
    top: 50px;
}
.letter-heading h3 {
	margin-bottom: 0px;
	color: #fff;
	text-transform: capitalize;
}
.letter-heading p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}
.letter-wrap input {
	border-radius: 50px;
	font-size: 15px;
	color: #616161;
	position: relative;
	margin-top: 15px;
	height: 45px;
}
.letter-wrap a.btn {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 10px 40px;
	background-color: #263724;
	border: 1px solid #263724;
	position: relative;
	margin-top: 15px;
}
.centron-heading ul li {
	padding-bottom: 10px;
}
.centron-heading ul li a {
	text-decoration: none;
	font-size: 17px;
	color: #1b1b1b;
	font-family: "Lato";
}
.latest-section {
    background-color: #f7f5f5;
    padding: 50px 0px;
}
.latest-cont-wrap {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 30px;
}
.latest-heading {
    padding-bottom: 30px;
}
.latest-contents {
	text-align: center;
	padding: 20px 10px;
}
.latest-contents h3 {
	font-size: 18px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
}
.latest-contents p {
	font-size: 16px;
	color: #373737;
	line-height: 1.7;
}
.latest-contents ul li a i {
	color: #bfbfbf;
}
.latest-contents ul {
	border-top: 1px solid #d6d6d6;
	margin-top: 15px;
}
.latest-contents ul li {
	padding-top: 15px;
}
.latest-contents ul li a {
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
}
.latest-contents ul li {
	margin-right: 15px;
}
.latest-contents ul li:last-child {
	margin-right: 0px;
}

/*Popup Section*/
body.modal-open { overflow:inherit; padding-right:inherit !important; }
.modal-header .close {
	margin-top: -11px;
}
button.close {
	background-color: #fff;
	border: none;
	border-radius: 50%;
	height: 30px;
	position: absolute;
	right: 35px;
	top: 30px;
	width: 30px;
	z-index: 9;
	border: 1px solid #d6d6d6;
}
.close {
	float: right;
	font-weight: 300;
	line-height: 0;
	opacity: 1;
	color: #000;
	font-size: 18px;
}
button.close span {
	text-align: center;
	left: -5px;
	position: relative;
}
.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	filter: alpha(opacity=50);
	opacity: 1;
}
.modal-header {
	min-height: 0px;
	padding: 0px;
	border-bottom: 0px;
}
.modal-lg {
	max-width: 592px;
}
.modal-body {
	border-radius: 0px;
	padding: 5px;
}
.modal-dialog {
	margin: 170px auto 0px;
}
.modal {
	z-index: 99999999 !important;
}
/*End of Popup section*/
.latest-img img {
    width: 100%;
}


.holder {

  padding-bottom:30px;
  position:relative;
}
.sub-wrap {
    margin-bottom:30px;
    padding:30px;
}

.callegend { 
    display:inline;
    height:10px;
    border-radius:3px;
    margin: 5px 0px 5px 10px;
}


.sub-holder img {
    max-width:100% !important;
}


/*RESPONSIVE*/
@media screen and (max-width: 2880px) {

}

@media screen and (max-width: 1920px) {

}
@media screen and (max-width: 1680px) {
	.news-section {
	    background-size: 107% 100%;
	}
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (min-width: 1100px) and (max-width: 1280px) {

}
@media screen and (max-width: 1279px) {
    .parallelogram-button {
        font-size:14px;
    }
	header .mainmenu ul li a {
	    font-size: 12px;
	}
	.report-btn ul li a.now-btn {
	    font-size: 11px;
	}
	.header-contact ul li a {
	    font-size: 13px;
	}
	header .mainmenu {
	    padding: 20px 0px;
	}
	header .banner-contents h3 {
	    font-size: 30px;
	}
	.about-heading ul li a {
	    font-size: 34px;
	    padding: 10px 99px;
	}
	.about-contents {
	    padding-top: 0px;
	}
	.icon-contents img {
		width: 150px;
		margin: auto;
	}
	.icon-contents h3 {
	    font-size: 17px;
	}
	.view-conts h3 {
	    font-size: 15px;
	}
	.view-conts p {
	    font-size: 12px;
	}
	.heading h3 {
	    font-size: 24px;
	}
	.heading h3 span {
	    font-size: 24px;
	}
	.news-section {
	    background-position: 100% 100%;
	    background-size: 107% 100%;
	}
	.letter-heading p {
	    font-size: 12px;
	}

	.latest-contents ul li a {
	    font-size: 12px;
	}

}

@media screen and (max-width: 1023px) {
	.parallelogram-button {
        font-size:10px;
    }
    .parallelogram-button img {
        top: 5px;
    }    
	
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	.centron-heading ul li a {
	    font-size: 13px;
	}
	.icon-contents img {
	    width: 100px;
	}
	.about-contents p {
	    font-size: 14px;
	}
	.about-contents h3 {
	    font-size: 19px;
	}
	.about-heading ul li a {
	    font-size: 20px;
	    padding: 10px 79px;
	}
	header .mainmenu ul li {
	    padding: 0px 4px;
	}
	header .mainmenu ul li a {
	    font-size: 11px;
	}
	.header-contact ul li a {
	    font-size: 9px;
	}
	.report-btn ul li a.now-btn {
	    font-size: 9px;
	    padding: 5px 6px;
	}
	.header-contact {
	    padding: 5px;
	}
	.header-contact::before {
	    content: "";
	    position: absolute;
	    right: 100%;
	    border-top: 35px solid #0a7321;
	    border-right: 0px solid #0a7321;
	    border-left: 25px solid transparent;
	    top: 0px;
	    bottom: 0px;
	}
	.latest-contents ul li a {
	    font-size: 9px;
	}
	.latest-contents ul li {
	    margin-right: 3px;
	}
	.latest-contents p {
	    font-size: 14px;
	}
	.latest-contents h3 {
	    font-size: 14px;
	}
	.report-btn ul li:first-child {
	    padding-top: 1px;
	}
}

@media screen and (max-width: 767px) {
    .parallelogram-button img {
        top: -3px;
    }   
	.latest-contents ul li a {
	    font-size: 11px;
	}
	header .header-logo {
	    text-align: center;
	}
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #000;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}

	.header-contact::before {
		display: none;
	}
	
	
header .header-bottom .sub-banner-text h1 {
	font-size:18px;
}
 
	
	.about-heading ul li a {
	    font-size: 20px;
	    padding: 9px 49px;
	}
	.about-img {
		padding-top: 20px;
	}
	.news-section {
	    background-position: 100% 100%;
	    background-size: 107% 100%;
	    background-color: #f5f5f5;
	    background-image: none;
	}
	.news-contents {
	    padding: 20px 20px;
	    text-align: center;
	}
	.news-img img {
		width: 100%;
	}
	.view-btn a.btn {
	    text-decoration: none;
	    font-size: 11px;
	}
	.view-btn {
	    padding-bottom: 30px;
	}
	.centron-heading {
	    width: 70%;
	    top: 30px;
	}
	.footer-wrap ul li a {
	    text-decoration: none;
	    font-size: 14px;
	}
	.footer-logo {
	    width: 50%;
	    margin: 0px auto 30px;
	}
	.copyrights p {
	    font-size: 14px;
	}
	.navbar-dark .navbar-brand {
	    color: #fff;
	    width: 100px;
	}
	.latest-contents ul li a {
	    font-size: 11px;
	}
	header .banner-contents h3 {
	    font-size: 16px;
	}
	.icon-contents img {
	    width: 60px;
	}
	.icon-contents h3 {
	    font-size: 12px;
	    padding-top: 10px;
	}
	.view-btn {
		text-align: center;
	}
	.modal-dialog {
	    margin: 30px auto 0px;
	    padding: 0px;
	}
	
	.expand-section {
    display: flex;           /* Mandatory */
    flex-direction: column;     /* Ensures they sit side-by-side */
    width: 100%;             /* Occupy full width */
    min-height: 500px;       /* Ensure there is height to see them */
}
    .expand-box {
        flex: none !important; /* Disable the expansion logic */
        width: 100%;
        margin-bottom: 10px;
        min-height: 300px; /* Give each box a decent height */
        cursor: default; /* Not clickable on mobile since it's already open */
    }

    /* Force the description to be visible and positioned correctly */
    .expand-box .box-description {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateY(0) !important;
        display: block !important;
        padding-bottom: 20px;
    }

    /* Adjust the title spacing for a stacked look */
    .box-content h3 {
        margin-top: 20px;
        font-size: 1.5rem;
        padding-top:10px;
    }	
	
}
@media screen and (max-width: 480px) {
	.about-heading ul li a {
	    font-size: 20px;
	    padding: 9px 39px;
	}

	
		.flex-item {
        flex: 1 0 100%; /* Grow: 1, Shrink: 0, Basis: 50% */
    }
}
@media screen and (max-width: 414px) {
	.about-heading ul li a {
	    font-size: 20px;
	    padding: 9px 28px;
	}
	.icon-contents h3 {
	    font-size: 10px;
	    padding-top: 10px;
	}

}
@media screen and (max-width: 387px) {

}
@media screen and (max-width: 375px) {
	.about-heading ul li a {
	    font-size: 16px;
	    padding: 6px 27px;
	}
}
@media screen and (max-width: 360px) {
	.about-heading ul li a {
	    font-size: 16px;
	    padding: 6px 24px;
	}
}
@media screen and (max-width: 320px) {
	.about-heading ul li a {
	    font-size: 16px;
	    padding: 6px 18px;
	}
}