/* Base Styles */
.navbar {
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.navbar .container {
	flex: 1;
}

.navbar-left {
  display: flex; 
  align-items: center;
  max-width: fit-content;
}
.navbar-left img {
  vertical-align: middle;
  padding-right: 10px;
}
.navbar-left .navbar-brand {
	vertical-align: middle;
	font-weight: bold;	
	color: #FF7A01;
	margin-right: 5px; 
}
.navbar-left .tagline {
	vertical-align: middle;
	line-height: 1; 
	color: #000000;
	font-size: 0.8rem;
	font-weight:bold;
}
.navbar .navbar-toggler
 {
  background-color: #FF7A01;
  display: none; /* Hide the toggler by default */
}

.navbar-nav {
  flex-direction: column; /* Stack items vertically */
  max-width: fit-content;
  /*align-items: center; */
}

.nav-link {
    color: #656666;
	font-weight: bold;
    transition: color 0.3s ease, background-color 0.3s ease;
	min-width: fit-content;
}

/* Hover effect on main menu items */
.nav-link:hover {
    color: #ffffff;
    background-color: #007bff; /* Bootstrap primary color */
    border-radius: 5px; /* Slightly rounded edges on hover */
    padding: 8px 12px; /* Padding for better hover appearance */
}

/* Hover effect on dropdown items */
.dropdown-menu {
    background-color: #ffffff;
    border-radius: 0;
}

.dropdown-item {
    color: #333333;
    transition: color 0.3s ease, background-color 0.3s ease;
	font-size: 0.9rem;
}

.dropdown-item:hover {
    background-color: #007bff;
    color: #ffffff;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* styles for header/navigation bar ends */

/* Styles for Footer starts */
.footer {
	background-color: black;
    color: white; /* Optional: Set text color to white for better visibility */
    padding: 20px;
}

.footer h5 {
    /*font-weight: bold;*/
    margin-bottom: 10px;
}

.footer p {
    margin-bottom: 10px;
}
.footer img {
	 float: right;
}

/* Styles for Footer ends */
							/* Index Page styles Start */
															
/* Hero Section style start */
.hero {
	padding-top: 80px;
    background-color: #ffffff; /* #f8f9fa; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*padding: 20px;*/
}

.hero h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.hero p {
    margin-bottom: 20px;
}

.hero img {
    max-width: 100%;
    height: auto;
	float: right;
	border: 1px solid #6c8098;
	/*border: 1px solid #6c8098;  Adjust the width, style, and color as needed */
}
/* Hero Section style end */

/* Hero slider start */
.scrolling-text {
  overflow: hidden;
  white-space: nowrap;
  background-color: #3D485A; /*#606060;  #707070; #FF7A01; #eb6f29; #fbb007 #FD965B */ 
  padding: 10px 0px 10px 0px;
  font-size:1.2em;
}

.scrolling-text ul {
  list-style-type: square !important; /*disc, circle, or square, etc. */
  padding: 0;
  margin: 0;
  color: white;
}

.scrolling-text ul li {
  display: inline-block;
  margin-right: 30px;
  color: white;
  text-align: center; /* Add this line */
  list-style: none;
}
/* Hero slider end */

/* Why Choose Us Section style start */
.why-choose-us {
    background-color: #f0f0f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
}   

.why-choose-us img {
	max-width: 100%;
    height: auto;
	float: left;
	margin-right: 40px;
	border: 1px solid #6c8098;	
}

/* Why Choose Us Section style end */

/* Our Services Section in Index Page start */
.our-services {
    background-color: #d0d0d0; /* #817d7d; */
	color: black;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
} 
.our-services img {
	max-width: 100%;
    height: auto;
	float: right;
	border: 1px solid #6c8098;
}

/* Our Services Section in Index Page end */



															/* Index Page styles end */

/* About us Page style start */
.about-us{
    padding: 0;
	margin-top: 80px;
}
.about-us-intro {
	background-color: #FDF5E6;
	align-items: center;
	/* border: 1px solid #838996;*/
	padding: 0px 30px 0px 30px;
	border-radius: 5px;
}
.about-us h2 {
	color: #505050;
}

.about-us ul {
	 margin-left: 10px;
}
.about-us li {
    margin-left: 0px;
	margin-bottom: 10px;
}

.about-us img {
    max-width: 100%;
    height: auto;
	margin-right: 0px; /* Adjust the margin as needed */
	border: 1px solid #6c8098; /* Adjust the width, style, and color as needed */
}
/* About us Page style end */

/* Contact Us Page style Start */

.contact-us {
	background-color: #293A4A; 
	padding: 50px 0px 20px 0px;	
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact-us h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-us p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
  margin-right: 20px;
}

.contact-us form {
  margin-top: 30px;
  border: 1.5px solid white;
  border-radius: 20px; /* Adjust the radius as needed */
  padding: 25px; /* Optional padding for better separation */
}

.contact-us .form-group {
  margin-bottom: 20px;
  max-width: 100%;
}

.choose-file4-upload {
background-color: #5c8ba7;
}
/* Contact Us Page style end */



#jobseeker-form
{
  background-color: #0B3751;
}

.apply4job {
	margin-top: 100px;
	margin-bottom: 30px;
}

/* Error message Style start */

/* Realtime error message */
.error-message {	
    color: #FEE06E; 
    font-size: 0.8em;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Server error message after Form Submission */
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

#form-message {				
  background-color: #FDF5E6;
  margin-top: -30px;
  border-radius: 50px;
  margin-right:0px;
  font-weight:bold;
  text-align:center;
  animation: blink 1s infinite alternate;
}
/*
#form-message.alert-success {
  border-color: #3c763d; 
  color: #059d06;
}

#form-message.alert-danger {
  border-color: #EB5977; 
  color: #C80000;
}
*/
.alert-success {
  border-color: #3c763d; 
  color: #059d06;
}

.alert-danger {
  border-color: #EB5977; 
  color: #C80000;
}
/* Error message Style ends */

/* Services Page style start */
.bgb-services{
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bgb-services h1 {
	margin-bottom: 20px;
}

.bgb-services h2 {
  color: #505050; /* #0D6EFD;  #FF7A01; */ 
  margin-bottom: 20px;
}
.bgb-services ul {
    margin-left: 10px;
}
.bgb-services li {
	margin-bottom: 10px;
}

.bgb-service-area {
  margin-top: 30px;
  border: 1px solid #838996;
  background-color: #f0f0f0;
  color: black;
  border-radius: 15px;
  padding: 20px;
}

.bgb-services img {
	max-width: 100%;
	height: auto;
	float: left;
	margin-right: 0px;
	border: 1px solid #6c8098;
}
/* Services Page style end */

/* Service details Pages styles start */

.service-details{
    padding: 0;
	margin-top: 100px;
}
.service-intro {
	background-color: #FDF5E6;
	align-items: center;
	border: 1px solid #838996;
	padding: 10px;
	border-radius: 10px;
}

.service-details h2 {
  color: #505050; /* #0D6EFD;  #FF7A01; */ 
  margin-bottom: 20px;
}
.service-details ul {
    margin-left: 10px;
}
.service-details li {
    margin-left: 0px;
	margin-bottom: 10px;
}

.call-to-action{
  font-size: 15px;
  font-weight: bold;
  color: #505050;
	/* 	margin-top: 10px;
		margin-bottom: 10px; */
}

/* Service details Pages styles end */

.resume-guide {
	flex-direction: row;
	align-items: center;
	border: 1px solid;
	padding:10px;
}

/* Report - List of Job Applications starts */

.report-table {
    border-collapse: collapse;
    width: 100%;
	font-size: 95%;
	margin-top: 5px;
}

.table-heading {
	background-color: #293A4A;
	color: white;
}
.report-table th {	
    text-align: left;
    padding: 8px;
	border-left:1px dotted #ffffff;
	border-right:1px dotted #ffffff;
}

.report-table td {	
    text-align: left;
    padding: 8px;
	border-top:1px dotted #293A4A;	
    border-bottom: 1px dotted #293A4A;/* solid or dashed, dotted, double, groove, ridge, inset, outset, none */
	border-left:1px dotted #293A4A;
	border-right:1px dotted #293A4A;
}

.report-table tr:nth-child(even) {
    background-color: #ffffff;
}

.table-body {
	background-color: #F0F0F0; 
}

/* Report - List of Job Applications ends */


/* General Fillers start */

.animation {
  opacity: 0; /* Initially invisible */
  animation: fade-up-right 1.5s ease-in-out forwards; /* Animation properties: Can adjust the duration property to control the animation speed. Can modify the easing function to change the animation timing curve (e.g., "linear", "ease-in", "ease-out").*/
}

/* Modify the transform values in the from and to states to achieve different animation effects like left-to-right, down-to-up, or scale-in. */
@keyframes fade-up-right {
  from {
    opacity: 0;
    transform: translateX(30px) translateY(20px); /* Initial offset for right and up movement */
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0); /* Final position */
  }
}

.btn-primary {
	background-color: #FF7A01;
	border: groove;
	padding: 5px 10px;
	border-radius: 6px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	float:right;
}

.fill-box{
	background-color: #d0d0d0; /* #ddd9d9;  */
	padding: 10px;
}

.bottom-space20{
	margin-bottom: 20px;
}

.bottom-space10{
	margin-bottom: 10px;
}

.space-above {
	margin-top: 30px;
}
.space-above100 {
	margin-top: 100px;
}

/* General Fillers end */

.login-page {
	margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.login-form {
  background-color: #293A4A;
  border: 1px solid white;
  border-radius: 10px;
  padding: 20px;
  color: white;
  margin: 0 auto; /* Center the form horizontally */
  /*width: 400px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
}

.form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;

}

.login-form .btn-primary {
	flex-grow: 1;
	flex-shrink: 1;
	margin-top: 10px;
    padding: 6px 20px;
    font-size: 16px;
    cursor: pointer;
	border-radius: 5px;
}

.moderator {
    margin-top: 90px;
	display: flex;
    justify-content: center;
	align-items: center;
}

.moderator .card {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0; 
	display: flex;
    flex-direction: column;
    align-items: center;
	margin: 0 auto;
}
  
.moderator .card-title {
    margin-bottom: 10px;
	text-align: center;
}

.moderator .card-body {
	display: flex;
	flex-direction: column;
    align-items: center;
}

.d-flex {
    width: 100%;
    justify-content: space-between; 
}

.moderator .btn {
    margin-left: 30px;
	margin-right: 30px;
	border: groove;
    padding: 8px 17px;
	width: 100px;
	font-size:16px;
	align-items: center;
	flex: 1;
}

/*------------------------------------------------- Responsive Design starts */
/* For mobile devices */
@media (max-width: 480px) {
 
.navbar {
	background-color: #D0D0D0;
	max-width: 480px;
}

.navbar .container {
	flex: 1;
	max-width: 480px;
	
}
/*
.navbar-left img {
	width: 80%;
	height: auto;
	padding-right: 0px;
}
*/
.navbar-left img {
	display: none;
}
/*
.navbar-left .navbar-brand {
	font-size: 0.9rem;
}*/
.navbar-left .tagline {
	font-size: 0.7rem;
}
.navbar .navbar-toggler {
	display: block;
	vertical-align: middle;
	padding: 1px 5px 3px 5px;
	margin-right: 10px;
  }
  
.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}
.navbar-nav {	
 background-color: floralwhite;
 padding:18px;
 border: 1px solid #3D485A;
}

.navbar-nav .nav-link {
	color:#FF7A01;
}

.hero, .why-choose-us, .our-services, .about-us {
	max-width: 480px;
}	
.hero .container, .why-choose-us .container, .our-services .container, .about-us .container {
	max-width: 480px;
	flex-direction: row;
}
/*
.hero .col-md-6 {
  flex: 1; 
  flex-grow: 1; 
  flex-shrink: 1; 
}

.hero p {
	text-align: justify;
}*/

.hero img {
	display:none;
}
.btn-primary {
	padding: 3px 7px;
	font-size: 12px;
}
 
.hero h1 {
    font-size: 1.5rem;
}
  
.scrolling-text {
	font-size: .8rem;
}
/*
.why-choose-us .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}*/

.why-choose-us img {
	display:none;
}
/*
.our-services .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}*/

.our-services img {
	display:none;
}
.contact-us .container {
	max-width: 480px;
	flex-direction: column;
}
/*
.contact-us .col-md-5 {
	flex-basis: 160px; 
	flex-shrink: 1;
	flex-grow: 1;
}

.contact-us .col-md-7 {
	flex-basis: 224px;
	flex-shrink: 1;
	flex-grow: 1;
}
*/
.contact-us {
	padding: 10px;
}
.contact-us form {
  border: 1px solid white;
  padding: 25px;
  margin: 10px;
}
.btn-primary {
	float: right;
}
.contact-us h2 {
	font-size: 20px;
}
.contact-us p {
    margin-bottom: 20px;
	/*text-align:justify;*/
}
.contact-us .form-control {
    font-size: .9rem;
	padding: 0.3rem .5rem;
    line-height: 1;
}
.footer {
	padding: 5px;
	max-width: 480px;
}

.footer .container {
	max-width: 480px;
	flex-direction: row;
}

.footer .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.footer h5 {
	font-size: 1.1rem;
}
.footer p {
        font-size: 0.8rem;
        margin-bottom: 3px;
}

.footer img {
	max-width: 15%;
}
/*
.about-us-intro .col-md-6 {
	flex-basis: 240px;
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
}*/
.about-us img {
	display:none;
}

.about-us h2 {
    font-size: 22px;
}
/*
.about-us-intro ul{
	display: none;
}*/


/* Delete following col-md-6 after revision of Service details pages --- */
	.bgb-service-area .col-md-6 {
		flex: 1;
		flex-grow: 1;
		flex-shrink: 1;
	}
/* ---------------------- */
.bgb-services{
	margin-top: 60px;
}

.bgb-services h1 {
	font-size: 22px;
	margin-bottom: 10px;
}
.bgb-services h2 {
  color: #505050;
  margin-bottom: 10px;
  font-size: 16px;
}
.bgb-services ul {
    margin-left: 5px;

}
.bgb-services li {
	margin-bottom: 5px;
}

.bgb-service-area {
  margin-top: 15px;
  border: 1px solid #838996;
  background-color: #f0f0f0;
  color: black;
  border-radius: 10px;
  padding: 5px;
  margin-left: 1px;
  margin-right: 1px;
}

.bgb-service-area h4 {
	font-size: 1.1rem
}
.bgb-service-area p {
        font-size: 1rem;
        margin-bottom: 5px;
}

.apply4job {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 25px;
}

.service-details {
    margin-top: 80px;
}
.service-details .container {
	max-width: 480px;
	flex-direction: row;
}
.service-details .btn-primary {
	padding: 3px 7px;
	font-size: 14px;
	float:right;
}
.resume-guide {
	max-width: 480px;
	border: 0px;
	padding:10px;
}
.resume-guide h2 {
	font-size: 24px;
}
.resume-guide h4 {
	font-size: 18px;
}
.resume-guide ul {
	    margin-left: 0px;
}
.resume-guide li {
	    margin-left: -10px;
}
.moderator {
	max-width: 480px;
}
.moderator .card-title {
	font-size:16px;
}
.moderator .btn {
	padding: 5px
}
}

/* For large smartphones and small tablets */
@media (min-width: 481px) and (max-width: 575px) {
.navbar {
background-color: #D0D0D0;
	max-width: 575px;
}

.navbar .container {
	flex:1;
	max-width: 575px;
}
/*
.navbar-left img {
	width: 80%;
	height: auto;
	padding-right: 0px;
}
*/
.navbar-left img {
	display: none;
}
/*
.navbar-left .navbar-brand {
	font-size: 1rem;
}*/
.navbar-left .tagline {
	font-size: 0.7rem;
}
.navbar .navbar-toggler {
	display: block;
	vertical-align: middle;
	padding: 1px 5px 3px 5px;
  }
  
.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}

.navbar-nav {	
 background-color: floralwhite;
 padding:18px;
 border: 1px solid #3D485A;
}

.navbar-nav .nav-link {
	color:#FF7A01;
}

.hero, .why-choose-us, .our-services, .about-us {
	max-width: 575px;
}	
.hero .container, .why-choose-us .container, .our-services .container, .about-us .container {
	min-width: 481px;
	max-width: 575px;
	flex-direction: row;
}
/*
.hero .col-md-6 {
  flex: 1; 
  flex-grow: 1; 
  flex-shrink: 1; 
}*/

.hero img {
	display:none;
}
.btn-primary {
	padding: 3px 7px;
	font-size: 12px;
}
 
.hero h1 {
    font-size: 1.5rem;
}
  
.scrolling-text {
	font-size: .8rem;
}
/*
.why-choose-us .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}*/

.why-choose-us img {
	display:none;
}
/*
.our-services .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}*/

.our-services img {
	display:none;
}
.contact-us .container {
	min-width: 481px;
	max-width: 575px;
	flex-direction: column;
}
.contact-us .col-md-5 {
	flex-basis: 160px; 
	flex-shrink: 1;
	flex-grow: 1;
}

.contact-us .col-md-7 {
	flex-basis: 224px;
	flex-shrink: 1;
	flex-grow: 1;
}

.contact-us form {
  border: 1px solid white;
  padding: 10px;
}

.contact-us h2 {
	font-size: 20px;
}
.footer {
	padding: 12px 5px 1px 0px;
	max-width: 575px;
}

.footer .container {
	min-width: 481px;
	max-width: 575px;
	flex-direction: row;
}

.footer .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.footer h5 {
	font-size: 1.1rem;
}
.footer p {
        font-size: 0.8rem;
        margin-bottom: 3px;
}

.footer img {
	max-width: 15%;
}

/*
.about-us-intro .col-md-6 {
	flex-basis: 240px;
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
}*/
.about-us img {
	display:none;
}

.about-us h2 {
    font-size: 24px;
}
/*
.about-us-intro ul{
	display: none;
}*/

.bgb-services{
	margin-top: 60px;
}

.bgb-services h1 {
	font-size: 24px;
	margin-bottom: 10px;
}
.bgb-services h2 {
  color: #505050;
  margin-bottom: 10px;
  font-size: 18px;
}
.bgb-services ul {
    margin-left: 5px;
}
.bgb-services li {
	margin-bottom: 5px;
}

.bgb-service-area {
  margin-top: 20px;
  border: 1px solid #838996;
  background-color: #f0f0f0;
  color: black;
  border-radius: 15px;
  padding: 10px;
}

.bgb-service-area .col-md-6 {
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
}

.bgb-service-area h4 {
	font-size: 1.2rem
}

.bgb-service-area p {
        font-size: 1rem;
        margin-bottom: 8px;
}

.service-details .container {
	min-width: 481px;
	max-width: 575px;
	flex-direction: row;
}
.service-details .btn-primary {
	padding: 3px 7px;
	font-size: 14px;
	float:right;
}
.resume-guide {
	min-width: 481px;
	max-width: 575px;
}
.moderator {
	min-width: 481px;
	max-width: 575px;
}
.moderator .card-title {
	font-size:16px;
}
.moderator .btn {
	padding: 5px
}
}
@media (min-width: 576px) and (max-width: 639px) {

.navbar {
	background-color: #D0D0D0;
	max-width: 639px;
}

.navbar .container {
	flex:1;
	max-width: 639px;
}
/*
.navbar-left img {
	width: 90%;
	height: auto;
	padding-right: 0px;
}
*/
.navbar-left img {
	display: none;
}

.navbar .navbar-toggler {
	display: block;
	vertical-align: middle;
	padding: 1px 5px 3px 5px;
  }
  
.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}

.navbar-nav {	
 background-color: floralwhite;
 padding:20px;
 border: 1px solid #3D485A;
}

.navbar-nav .nav-link {
	color:#FF7A01;
}

.hero, .why-choose-us, .our-services, .about-us {
	max-width: 639px;
}	
.hero .container, .why-choose-us .container, .our-services .container, .about-us .container {
	min-width: 576px;
	max-width: 639px;
  flex-direction: row;
}

.hero .col-md-6 {
  flex: 1; 
  flex-grow: 1; 
  flex-shrink: 1; 
}

.hero img {
  width: 100%;
  height: auto;
 /* border: 1px solid #6c8098;*/
}
.btn-primary {
	padding: 3px 7px;
	font-size: 14px;
}
 
.hero h1 {
    font-size: 1.5rem;
}
  
.scrolling-text {
	font-size: .8rem;
}

.why-choose-us .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.why-choose-us img {
  width: 100%; /* Make the image responsive */
  height: auto;
  /*border: 1px solid #6c8098;*/
}

.our-services .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.our-services img {
  width: 100%; /* Make the image responsive */
  height: auto;
  /*border: 1px solid #6c8098;*/
}
.contact-us .container {
	min-width: 576px;
	max-width: 639px;
	flex-direction: column;
}
.contact-us .col-md-5 {
	flex-basis: 200px; 
	flex-shrink: 1;
	flex-grow: 1;
}

.contact-us .col-md-7 {
	flex-basis: 332px;
	flex-shrink: 1;
	flex-grow: 1;
}

.contact-us form {
  border: 1px solid white;
  padding: 15px;
}

.footer {
	padding: 10px;
	max-width: 639px;
}

.footer .container {
	min-width: 576px;
	max-width: 639px;
	flex-direction: row;
}

.footer .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.footer h5 {
	font-size: 1.15rem;
}
.footer p {
        font-size: 0.9rem;
        margin-bottom: 3px;
}

.footer img {
	max-width: 12%;
	margin-right: 5px;
}

.about-us-intro {
	padding: 0px 5px 0px 5px;
}
.about-us-intro .col-md-6 {
	flex-basis: 288px;
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
}
.about-us img {
	width: 100%;
	height: auto;
}

.about-us h2 {
    font-size: 26px;
}	
.about-us-intro ul{
	display: none;
}

.about-us .container .bgb-service-area .col-md-6 {
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
}
.bgb-services{
	margin-top: 80px;
}

.bgb-services h1 {
	font-size: 26px;
	margin-bottom: 10px;
}
.bgb-services h2 {
  color: #505050;
  margin-bottom: 10px;
  font-size: 20px;
}

.bgb-services ul {
    margin-left: 5px;

}
.bgb-services li {
	margin-bottom: 5px;
}

.service-details .container {
	min-width: 576px;
	max-width: 639px;
	flex-direction: row;
}
.service-details .btn-primary {
	padding: 3px 7px;
	font-size: 14px;
	float:right;
}
.resume-guide {
	min-width: 576px;
	max-width: 639px;
}
.moderator {
	min-width: 576px;
	max-width: 639px;
}
.moderator .card-title {
	font-size:16px;
}
.moderator .btn {
	padding: 5px
}
}

@media (min-width: 640px) and (max-width: 767px) {

.navbar {
	background-color: #D0D0D0;
	max-width: 767px;

}
.navbar .container {
	flex:1;
	max-width: 767px;
}
/*
.navbar-left img {
	width: 90%;
	height: auto;
	padding-right: 0px;
}*/

.navbar-left img {
	display: none;
}

.navbar .navbar-toggler {
	display: block;
	vertical-align: middle;
	padding: 3px 6px 4px 6px;
  }
  
.navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
}

.navbar-nav {	
 background-color: floralwhite;
 padding:20px;
 border: 1px solid #3D485A;
}

.navbar-nav .nav-link {
	color:#FF7A01;
}
	
.hero .container, .why-choose-us .container, .our-services .container, .about-us .container {
  min-width: 640px;
  max-width: 767px;
  flex-direction: row;
}

.hero .col-md-6 {
  flex: 1; 	/* Equal width with other flex items */
  /*flex-basis: 320px; 	Sets the initial size of a flex item */
  flex-grow: 1; 	/*A higher value means the item will grow more*/
  flex-shrink: 1; 	/*A higher value means the item will shrink more*/
}

.hero img {
  width: 100%; /* Make the image responsive */
  height: auto;
 /* border: 1px solid #6c8098;*/
}
.btn-primary {
	padding: 3px 7px;
	font-size: 14px;
}
 
.hero h1 {
    font-size: 1.5rem;
}
  
.scrolling-text {
	font-size: .95rem;
}

.why-choose-us .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.why-choose-us img {
  width: 100%; /* Make the image responsive */
  height: auto;
  /*border: 1px solid #6c8098;*/
}

.our-services .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.our-services img {
  width: 100%; /* Make the image responsive */
  height: auto;
  /*border: 1px solid #6c8098;*/
}
.contact-us .container {
	min-width: 640px;
	max-width: 767px;
	flex-direction: column;
}
.contact-us .col-md-5 {
	flex-basis: 260px; 
	flex-shrink: 1;
	flex-grow: 1;
}

.contact-us .col-md-7 {
	flex-basis: 380px; 	
	flex-shrink: 1;
	flex-grow: 1;
}

.contact-us form {
  border: 1px solid white;
  padding: 15px;
}

.footer {
	padding: 10px;
	max-width: 767px;
}

.footer .container {
	min-width: 640px;
	max-width: 767px;
	flex-direction: row;
}

.footer .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.footer h5 {
	font-size: 1.1rem;
}
.footer p {
        font-size: 0.9rem;
        margin-bottom: 5px;
}

.footer img {
	max-width: 12%;
	margin-right:5px;
}

.about-us-intro {
	padding: 0px 10px 0px 10px;
}

.about-us-intro .col-md-6 {
	flex-basis: 320px;
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
}
.about-us img {
	width: 100%;
	height: auto;
}

.about-us h2 {
    font-size: 26px;
}	
.about-us-intro ul{
	display: none;
}

.about-us .container .bgb-service-area .col-md-6 {
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
}

.bgb-services{
	margin-top: 80px;
}

.bgb-services h1 {
	font-size: 26px;
	margin-bottom: 10px;
}
.bgb-services h2 {
  color: #505050;
  margin-bottom: 10px;
  font-size: 22px;
}

.bgb-service-area {
  margin-top: 15px;
  border: 1px solid #838996;
  background-color: #f0f0f0;
  color: black;
  border-radius: 10px;
  padding: 10px;
}

.bgb-service-area h4 {
	font-size: 1.2rem
}
.bgb-service-area p {
	margin-bottom: 10px
}

.service-details .container {
	min-width: 640px;
	max-width: 767px;
	flex-direction: row;
}
.service-details .btn-primary {
	padding: 3px 7px;
	font-size: 14px;
	float:right;
}
.resume-guide {
	min-width: 640px;
	max-width: 767px;
}
.moderator {
	min-width: 640px;
	max-width: 767px;
}
.moderator .card-title {
	font-size:16px;
}
.moderator .btn {
	padding: 5px
}
}

/* Adjust padding for tablets */

@media (min-width: 768px) and (max-width: 991px) {

.navbar {
background-color: #D0D0D0;
	max-width: 991px;
}
.navbar .container {
	flex:1;
	max-width: 991px;
}
/*
.navbar-left img {
	width: 90%;
	height: auto;
	padding-right: 0px;
}*/

.navbar-left img {
	display: none;
}

.navbar .navbar-toggler {
	display: block;
	vertical-align: middle;
	padding: 3px 6px 4px 6px;
}
  
.navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
}

.navbar-nav {
	 background-color: floralwhite;
	 padding:20px;
	 border: 1px solid #3D485A;
}

.navbar-nav .nav-link {
	color:#FF7A01;
}
	
.hero .container, .why-choose-us .container, .our-services .container, .about-us .container {
	min-width: 768px;
	max-width: 991px;
	flex-direction: row;
}

.hero .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.hero img {
  width: 100%;
  height: auto;
}
.btn-primary {
	padding: 3px 7px;
	font-size: 14px;
}
 
.hero h1 {
    font-size: 1.5rem;
}
  
.scrolling-text {
	font-size: .95rem;
}

.why-choose-us .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.why-choose-us img {
  width: 100%;
  height: auto;
}

.our-services .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.our-services img {
  width: 100%;
  height: auto;
}
.contact-us .container {
	min-width: 768px;
	max-width: 991px;
	flex-direction: column;
}
.contact-us .col-md-5 {
	flex-basis: 260px; 
	flex-shrink: 1;
	flex-grow: 1;
}

.contact-us .col-md-7 {
	flex-basis: 500px; 	
	flex-shrink: 1;
	flex-grow: 1;
}

.contact-us form {
  border: 1px solid white;
  padding: 15px;
}

.footer {
	padding: 15px 10px 10px 10px;
}

.footer .container {
	min-width: 768px;
	max-width: 991px;
	flex-direction: row;
}

.footer .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 5px;
}

.footer h5 {
	font-size: 1.2rem;
}
.footer p {
        font-size: 0.9rem;
        margin-bottom: 5px;
}

.footer img {
	max-width: 10%;
	margin-right: 5px;
}
.about-us-intro {
	padding: 0px 6px 0px 6px;
}
.about-us-intro .col-md-6 {
	flex-basis: 384px;
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
}
.about-us img {
	width: 100%;
	height: auto;
}

.about-us h2 {
    font-size: 28px;
}
/*	
.about-us-intro ul{
	display: none;
}
*/
.about-us .container .bgb-service-area .col-md-6 {
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
}

.bgb-services{
	margin-top: 80px;
}

.service-details .container {
	min-width: 768px;
	max-width: 991px;
	flex-direction: row;
}
.service-details .btn-primary {
	padding: 3px 7px;
	font-size: 14px;
	float:right;
}
.resume-guide {
	min-width: 768px;
	max-width: 991px;
}
.moderator {
	min-width: 768px;
	max-width: 991px;
}
}

@media (min-width: 992px) and (max-width: 1023px) {

.navbar {
	min-width: 992px;
	max-width: 1023px;
}

.navbar .container {
	flex:1;
	max-width: 1023px;
}

.hero .container, .why-choose-us .container, .our-services .container, .about-us .container {
	min-width: 992px;
	max-width: 1023px;
	flex-direction: row;
}
.contact-us .container {
	min-width: 992px;
	max-width: 1023px;
	flex-direction: column;
}
.footer .container {
	min-width: 992px;
	max-width: 1023px;
	flex-direction: row;
}
.footer img {
	max-width: 10%;
	margin-right: 5px;
}
	
.hero .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.hero img {
  width: 80%;
  height: auto;
}
  
.why-choose-us .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.why-choose-us img {
  width: 80%;
  height: auto;
}

.our-services .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.our-services img {
  width: 80%;
  height: auto;
}
.contact-us .container {
	min-width: 992px;
	max-width: 1023px;
	flex-direction: column;
}
.contact-us .col-md-5 {
	flex-basis: 315px; 
	flex-shrink: 1;
	flex-grow: 1;
}

.contact-us .col-md-7 {
	/*flex-basis: 500px; 	*/
	flex-shrink: 1;
	flex-grow: 1;
}

.contact-us form {
  border: 1px solid white;
  padding: 15px;
}

.footer {
	padding: 15px;
}

.footer .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}

.footer img {
	max-width: 10%;
	margin-right: 15px;
}
.about-us-intro {
	padding: 0px 10px 0px 10px;
}

.about-us-intro .col-md-6 {
	flex-basis: 384px;
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
}
.about-us img {
	width: 100%;
	height: auto;
}

.about-us h2 {
    font-size: 30px;
}

.about-us .container .bgb-service-area .col-md-6 {
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
}

.service-details .container {
	min-width: 992px;
	max-width: 1023px;
	flex-direction: row;
}
.service-details .btn-primary {
	padding: 3px 7px;
	font-size: 14px;
	float:right;
}
.resume-guide {
	min-width: 992px;
	max-width: 1023px;
}

.moderator {
	min-width: 992px;
	max-width: 1023px;
}
}

/* For desktop and larger screens (min-width: 1024px) */
@media (min-width: 1024px) {
.navbar {
	min-width: 1024px;
}
.navbar .container {
	flex:1;
	min-width: 1024px;
}
.hero .container, .why-choose-us .container, .our-services .container, .about-us .container {
	min-width: 1024px;
}
.contact-us .container {
	min-width: 1024px;
}

.footer {
	padding: 15px;
}

.footer .container {
	min-width: 1024px;
}

.footer .col-md-6 {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 10px;
}

.footer img {
	max-width: 10%;
	margin-right: 10px;
}

.contact-us .container {
	min-width: 1024px;
}
.service-details .container {
	min-width: 1024px;
}
.resume-guide {
	min-width: 1024px;
}
.moderator {
	min-width: 1024px;
}
  /* Desktop-specific styles */
  /* Your base styles will apply here */

}
