@media screen and (max-width:992px){
	.navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-brand img{
    width: 190px !important;
}
a.nav-link{
    font-size: 16px !important;
}
    .navbar.bg-white {
    padding: 10px 0px !important;
}
.navbar-collapse {
    margin-top: 20px;
    margin-bottom: 10px;
}
li.nav-item {
    margin-right: 0px;
    margin-bottom: 8px;
}
a.contact-us {
    padding: 10px 20px !important;
    font-size: 14px !important;
    margin-left: 0px !important;
    margin-top: 15px;
    display: inline-block;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler-icon {
    filter: brightness(1) invert(1);
}
.navbar-toggler {
    border: var(--bs-border-width) solid rgb(255 255 255);
}
#founder-main-banner{
	background: #183B4E;
}
#founder-main-banner:before{
	display: none;
}
.banner-text {
    padding-top: 20px;
}
.banner-text h1{
	margin-bottom: 15px;
}
.banner-text h1 span {
    font-size: 36px !important;
}
.banner-text p {
    font-size: 22px;
    margin-bottom: 25px;
    width: 100%;
}
.banner-panel {
    margin-top: 30px;
    padding-bottom: 10px;
    justify-content: space-between;
}
a.banner-card {
    width: 47%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 22px;
}
a.banner-card p {
    font-size: 18px;
    margin-top: 15px;
}
img.arrow-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 14px;
}
a.banner-card img.card-icon{
	width: 60px;
}
.banner-text a.expert-help{
    padding: 12px 22px;
}
#who-section {
    margin: 50px 0px;
}
.who-text {
    padding: 20px 15px;
    width: 100%;
}
.who-text h2 {
    font-size: 28px;
    line-height: 150%;
}
.who-text p{
    font-size: 17px;
}
#qualification {
    padding-left: 0px;
}
#qualification {
    padding: 50px 0px;
}
.qualification-card {
    padding: 20px;
    height: 100%;
    min-height: 100%;
}
.qualification-heading h2 {
    font-size: 28px;
}
.card-heading h3 {
    font-size: 22px;
}
.card-heading h3 span {
    font-size: 18px;
}
.qualification-card p {
    font-size: 17px;
}
.qualification-heading {
    margin-bottom: 25px;
}
#qualification-slider .owl-dots {
    top: 100%;
}
#brands {
    padding: 50px 0px;
}
.brand-heading h2 {
    font-size: 28px;
}
.brand-heading {
    margin-bottom: 20px;
}
#expertise {
    padding: 50px 0px;
}
.expertise-heading {
    margin-bottom: 30px;
}
.expertise-heading h2 {
    font-size: 28px;
}
.expertise-card{
    height: auto;
    margin-bottom: 25px;
}
.expertise-card h3{
    margin-bottom: 10px;
    margin-top: 10px;
}
.contact-btn {
    margin-top: 25px;
}
#story {
    padding: 50px 0px 10px;
}
.story-heading {
    margin-bottom: 30px;
}
.story-heading h2 {
    font-size: 28px;
}
.story-card {
    margin-bottom: 30px;
}
.story-card h3 {
    width: 100%;
    margin-bottom: 8px;
}
.mt-172{
	margin-top: 0px;
}
.mt-310{
	margin-top: 0px;
}
.certificate-img img {
        border-radius: 12px;
        width: 855px !important;
        height: 396px;
        margin-bottom: 15px;
        object-fit: fill;
}
        .achievement-card img{
        width: auto !important;
        margin: auto;
        object-fit: fill;
    }
.award-img img {
    width: 100%;
    margin-bottom: 0px;
    height: 396px !important;
}
#achievement {
    margin-bottom: 25px;
}
footer .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.footer-about img{
    width: 200px;
}
.footer-about p{
    margin-bottom: 25px;
    width: 100%;
}
.follow-icons {
    margin-top: 20px;
    margin-bottom: 25px;
}
.footer-about h2 {
    font-size: 22px;
}
.footer-links h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.footer-links ul li {
    margin-bottom: 8px;
}
.footer-locations h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.certificate-text {
    width: 100%;
    height: 100%;
    padding: 8px;
    margin-bottom: 15px;
}
.certificate-text p {
    font-size: 14px;
}
.award-text {
    margin-top: 20px;
    margin-bottom: 20px;
}
.award-text p {
    font-size: 14px;
}
.hide-mobile{
    display: none;
}
.hide-desktop{
    display: block;
}
}
@media screen and (max-width:1400px){
 .navbar-brand img{
    width: 160px;
}
a.nav-link{
    font-size: 16px;
}
a.contact-us{
    padding: 12px 20px;
    margin-left: 20px;
}
.banner-text h1 span {
    font-size: 56px;
}
.banner-text p {
    font-size: 22px;
}
a.banner-card {
    width: 175px;
    height: 100%;
}
}
@media screen and (max-width:1250px){
 .navbar-brand img{
    width: 120px;
}
a.nav-link{
    font-size: 14px;
}
a.contact-us{
    padding: 8px 14px;
    margin-left: 10px;
    font-size: 12px;
}
.banner-text h1 span {
    font-size: 50px;
}
.banner-text p {
    font-size: 18px;
}
a.banner-card {
    width: 175px;
    height: 100%;
}
}