``@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

@font-face {
    font-family: 'Publico Headline Web Bold';
    src: url(../fonts/Publico\ Headline\ Web\ Bold.ttf) format('truetype');
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-clr1: #022586;
    --primary-clr2: #e71946;
    --black-clr: #000000;
    --cs-transition: 0.4s ease-in;
    --white-clr: #fff;
    --head-font: 'Publico Headline Web Bold';
    --para-clr: #646464;
}

a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: var(--black-clr);
    display: inline-block;
    line-height: initial;
    transition: var(--cs-transition);
}

button {
    display: inline-block;
    transition: var(--cs-transition);
}

ul,
ol {
    margin-bottom: 0;
    padding-left: 0;
}

p {
    font-size: 0.95rem;
    font-family: "Poppins", sans-serif;
    color: var(--para-clr);
}

ul li {
    list-style: none;
    font-size: 0.95rem;
    font-family: "Poppins", sans-serif;
    transition: var(--cs-transition);
}

img,
svg {
    max-width: 100%;
    transition: var(--cs-transition);
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--head-font);
    transition: var(--cs-transition);
}

.form-control:focus {
    border-color: var(--primary-clr1);
    box-shadow: 0 0 0 0.25rem rgb(240, 241, 250);
}

.navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}

.navbar-nav .nav-item.dropdown ul.dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 1px 1px 3px #0000004f;
}

.navbar-nav .nav-item.dropdown ul.dropdown-menu li {
    min-width: 200px;
    border-bottom: 1px solid #eee;
}

.navbar-nav .nav-item.dropdown ul.dropdown-menu li a {
    padding: 7px 20px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--white-clr);
    background-color: var(--primary-clr1);
}

.section-padding {
    padding: 5rem 0;
}

.section-heading h5 {
    color: var(--primary-clr1);
    text-transform: uppercase;
}

.contact-form-wrapper .item.textarea {
    width: 100%;
}

.section-heading h2 {
    font-family: var(--head-font);
    color: var(--primary-clr1);
    text-transform: uppercase;
    text-transform: capitalize;
}

.section-heading h2 span {
    color: var(--primary-clr2);
}

.button-style1 {
    background-color: var(--primary-clr1);
    color: var(--white-clr);
    padding: 6px 18px;
    text-transform: uppercase;
    display: inline-block;
}

.button-style1:hover {
    background-color: var(--primary-clr2);
    color: var(--white-clr);
    transform: scale(1.02);
}

.button-style1 i {
    background-color: var(--primary-clr2);
    color: var(--white-clr);
    padding: 4px;
    border-radius: 50%;
    font-size: 9px;
    margin-left: 20px;
    margin-bottom: 2px;
}

.button-style2 {
    background-color: var(--primary-clr1);
    color: var(--white-clr);
    padding: 6px 24px;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid var(--primary-clr1);
}

.button-style2:hover {
    background-color: var(--primary-clr2);
    color: var(--primary-clr1);
    border: 1px solid var(--primary-clr1);
}

.button-style3 {
    background-color: var(--white-clr);
    color: var(--black-clr);
    font-weight: 600;
     padding: 6px 24px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid var(--white-clr);
}

.button-style3:hover {
    background-color: var(--primary-clr2);
    color: var(--white-clr);
    border: 1px solid var(--white-clr);
}

/* header */

header ul.navbar-nav li.nav-item a {
    margin-right: 20px;
    color: var(--black-clr);
    text-transform: capitalize;
}

header ul.navbar-nav li.nav-item:hover a {
    color: var(--primary-clr2);
}

header ul.navbar-nav li.nav-item a.active {
    color: var(--primary-clr2);
}

header nav.navbar {
    background: linear-gradient(180deg, white 60%, transparent);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
}

.header-contact .call .info a {
    font-weight: 500;
}

header {
    position: relative;
}

a.navbar-brand img {
    max-width: 150px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--primary-clr2);
}

.header-contact .call .info span {
    display: block;
    margin-bottom: -4px;
    font-size: 0.8rem;
}

.header-contact {
    display: flex;
    align-items: center;
    border-left: 1px solid #d1d1d1;
    padding-left: 20px;
}

.header-contact .call {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-right: 20px;
}

.header-contact .call i {
    font-size: 1.8rem;
    color: var(--primary-clr2);
}

/* hero section */
.hero-slider .item {
    position: relative;
}

.hero-slider .item .content {
    position: absolute;
    top: 62%;
    left: 53.8%;
    width: 38%;
    text-align: center;
    z-index: 3;
    background-image: url(../images/hero-bg1.png);
    background-size: 100% 100%;
    height: 247px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 114px 100px 85px 100px;
}

.hero-slider .item .content h1 {
    color: var(--white-clr);
    font-family: var(--head-font);
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 20px;
}

.hero-slider .item {
    width: 100%;
    object-fit: cover;
    height: max(500px, 100vh, 640px);
}

.hero-slider span.prev-btn {
    position: absolute;
    right: 11%;
    top: 95%;
    color: #fff;
    font-size: 1.2rem;
}

.hero-slider span.next-btn {
    position: absolute;
    right: 9.2%;
    top: 95%;
    color: #fff;
    font-size: 1.2rem;
}

/* about us */
section.about .image-area {
    position: relative;
    width: 100%;
    height: 100%;
}

section.about .image-area img {
    position: absolute;
}

section.about .image-area .image-1 {
    left: 0;
    top: 0;
    width: 86%;
    height: 90%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1/1;
}

section.about .image-area .image-1:hover {
    transform: scale(1.02);
}

section.about .image-area .image-2 {
    right: 8%;
    bottom: 0;
    width: 200px;
    height: 180px;
    object-fit: cover;
}

section.about .image-area .image-2:hover {
    transform: scale(1.02);
}

.about .content-area h4 {
    font-family: var(--head-font);
    color: var(--primary-clr1);
    margin-top: 30px;
}

ul.check-style {
    margin-bottom: 20px;
}

ul.check-style li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    color: var(--para-clr);
}

ul.check-style li::after {
    position: absolute;
    content: "";
    background-image: url(../images/tick.svg);
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.button-style4 {
    background-color: var(--primary-clr1);
    color: var(--white-clr);
    padding: 12px 28px;
    font-family: var(--head-font);
    text-transform: uppercase;
    font-size: 0.95rem;
    display: inline-block;
}

.button-style4:hover {
    transform: scale(1.02);
    background-color: var(--primary-clr2);
    color: var(--white-clr);
}

/* news events */
.pink-section-bg {
    background-color: #faf0f2;
}

.heading-underline {
    position: relative;
}

.heading-underline::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
    background-color: var(--primary-clr2);
    width: 100px;
    height: 3px;
    transform: translate(-50%, 0);
}

.heading-underline::before {
    position: absolute;
    left: 53%;
    bottom: -25px;
    content: "";
    background-color: var(--primary-clr2);
    width: 60px;
    height: 3px;
    transform: translate(-75%, 0);
}

h2.heading-underline {
    margin-bottom: 40px;
}

.news-events .section-heading p {
    text-align: center;
}

.news-slider .item {
    margin: 10px;
    position: relative;
	height: 300px;
}

.news-slider .item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: var(--cs-transition);
    top: 0;
    left: 0;
    background: linear-gradient(#ffffff00 50%, black);
}

.news-slider .item .content {
    padding: 15px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.news-slider .item .content h4 {
    font-family: var(--head-font);
    color: var(--white-clr);
    margin-bottom: 5px;
}

.news-slider .item .content a {
    color: var(--primary-clr2);
    font-weight: 600;
    text-transform: capitalize;
}

.news-events-slider-wrapper {
    margin-top: 20px;
}

.news-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-slider .item:hover img {
    transform: scale(1.03);
}

.news-slider .item:hover .content a {
    color: var(--white-clr);
}

.news-slider .item:hover::after {
    background: linear-gradient(#ffffff00 50%, #e71946);
}

/* recent projects */
.project-item .video-area {
    padding: 10px 10px 5px 10px;
    box-shadow: 1px 2px 3px #9c9c9c, -1px -2px 3px #9c9c9c;
    position: sticky;
    top: 16%;
}

.project-item .video-area iframe {
    width: 100%;
    height: 100%;
    min-height: 280px;
}

.project-item {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* contact */
.contact-form-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 80%;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 2px 3px #b2b2b2;
}

.contact-form-wrapper .form-control {
    background-color: #faf0f2;
}

.contact-form-wrapper .item {
    width: 48%;
    margin-bottom: 20px;
}

label.form-control {
    color: var(--black-clr);
}

.form-control {
    border-radius: 0;
}

.contact-form-wrapper .item textarea {
    height: 100px;
}

.contact-form-wrapper .item .bottom-item {
    margin-top: 16px;
}

/* join with us */
.join-with-us {
    background-image: url(../images/join-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.join-wrapper .join-slider .item {
    background-color: var(--white-clr);
    padding: 14px;
    margin: 10px;
}

.join-wrapper .join-slider .item:hover .content h4 {
    color: var(--primary-clr2);
}
.blue-section-bg {
    background-color: #e2e9ff;
   
}
.image-area img {
    height: 400px;
    object-fit: cover;
}
section.awards.section-padding.blue-section-bg {
    display: none;
}
.join-wrapper .join-slider .item img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 10px;
}

.join-wrapper .join-slider .item .content .date {
    color: var(--primary-clr2);
}

.join-wrapper .join-slider .item{
	height: auto;
}

.join-wrapper .join-slider .item .content h4 {
    color: var(--primary-clr1);
}

.join-wrapper .join-slider .item .content p {
    display: none;
}

.join-wrapper .join-slider .item .content a {
    margin-bottom: 20px;
}

.join-wrapper {
    margin-top: 20px;
}

/* brands */
section.brands {
    padding: 3rem 0;
}

.brands-silder .item img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

/* footer */

footer {
    background-color: var(--primary-clr1);
    padding-top: 30px;
}

.footer-menus ul {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    gap: 16px;
}

.footer-menus ul li a {
    color: var(--white-clr);
    transition: var(--cs-transition);
}

.footer-menus ul li a:hover {
    color: var(--primary-clr2);
}

.footer-social-links ul {
    display: flex;
    justify-content: center;
    gap: 35px;
}

.footer-social-links ul li i {
    margin-right: 10px;
    background-color: var(--primary-clr2);
    color: var(--white-clr);
    padding: 10px;
    border-radius: 50%;
}

.footer-social-media ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 16px 0;
}

.footer-social-media ul li a {
    color: var(--white-clr);
    transition: var(--cs-transition);
}

.footer-social-media ul li a:hover {
    color: var(--primary-clr2);
}

.copyright {
    border-top: 2px solid #ffffffd5;
    padding: 10px 0;
}

.footer-social-links ul li a {
    color: var(--white-clr);
}

/* go to top */
#goToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 20px;
    background-color: var(--primary-clr1);
    color: var(--white-clr);
    border: 1px dashed var(--primary-clr2);
    cursor: pointer;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 16px;
}

#goToTopBtn:hover {
    border: 1px dashed var(--primary-clr2);
    background-color: var(--primary-clr2);
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    animation: slidetop 1s ease-in-out backwards;
}

@keyframes slidetop {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header .navbar.sticky {
    background: #fff;
    box-shadow: 1px 2px 3px #00000024;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header .navbar.sticky a.navbar-brand img {
    max-width: 100px;
    object-fit: contain;
}

/* breadcrum section */
nav.breadcrum-section {
    height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 50px;
}

nav.breadcrum-section h1 {
    color: var(--primary-clr1);
    text-shadow: 1px 1px var(--primary-clr2);
}

nav.breadcrum-section ol {
    background-color: #ffffffc4;
    padding: 9px 16px;
    backdrop-filter: blur(1px);
    box-shadow: 1px 2px 3px #888888;
}

nav.breadcrum-section ol li a {
    color: var(--primary-clr1);
}

.about-extra-content {
    margin-top: 30px;
}

.blue-section-bg {
    background-color: #e2e9ff;
}

/* president section */
.content-area h4 {
    color: var(--primary-clr1);
}

.content-area .info {
    display: flex;
    gap: 30px;
}

.content-area .info h5 {
    color: #e71946;
    margin-bottom: 5px;
}

.president-wrapper .image-area img {
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 2px 3px #a6a6a6;
}

/* team members */
.team-wrapper .innner {
    text-align: center;
    box-shadow: 1px 2px 3px #a6a6a6;
    padding: 10px;
    transition: var(--cs-transition);
    margin-bottom: 10px;
}

.team-wrapper .innner:hover {
    box-shadow: 1px 2px 3px #e71946;
}

.team-wrapper .innner:hover img {
    transform: scale(1.02);
}

.team-wrapper .innner img {
    margin-bottom: 20px;
}

.team-wrapper {
    margin-top: 20px;
}

.team-wrapper .innner h5 {
    color: var(--primary-clr1);
}

.team-wrapper .innner h6 {
    color: var(--primary-clr2);
}

.extra {
    display: none;

}

/* our mission vision */
.vision-mision .mv-wrapper {
    margin-top: 30px;
}

.vision-mision .mv-wrapper .content-area h3 {
    color: var(--primary-clr1);
}

.vision-mision .mv-wrapper .content-area h3 span {
    color: var(--primary-clr2);
}

/* events */
.events-wrapper .inner {
    background-color: var(--white-clr);
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 1px 2px 3px #b6b6b6;
    border-radius: 2px;
}

.events-wrapper .inner:hover img {
    transform: scale(1.02);
}

.events-wrapper .inner:hover h4 {
    color: var(--primary-clr2);
}

.events-wrapper {
    margin-top: 20px;
}

.events-wrapper .inner img {
    margin-bottom: 8px;
}

.events-wrapper .date {
    color: var(--primary-clr2);
    font-size: 0.9rem;
}

.events-wrapper .content h5 {
    font-size: 0.9rem;
    font-family: "Poppins", sans-serif;
    color: #5e5e5e;
    margin-bottom: 10px;
}

.events-wrapper .content h4 {
    color: var(--primary-clr1);
    font-size: 1.4rem;
    border-top: 1px solid #eee;
    padding-top: 7px;
}

.active>.page-link,
.page-link.active {
    background-color: var(--primary-clr1);
    border-color: var(--primary-clr1);
}

.page-link {
    color: var(--primary-clr1);
}

/* events details */
.event-sidebar {
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 3px #c7c7c7;
    position: sticky;
    top: 17%;
    right: 0;
}

.event-sidebar ul {
    margin-top: 20px;
}

.event-sidebar ul li {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.event-sidebar ul li a {
    color: var(--primary-clr1);
    font-weight: 600;
}

.event-sidebar ul li img {
    width: 100px;

}

.event-details .content-area {
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 3px #c7c7c7;
}

.event-details .content-area .info {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.event-details .content-area .info i {
    margin-right: 10px;
    color: var(--primary-clr2);
}

.awards-wrapper {
    margin-top: 20px;
}

.awards-table tr td span {
    color: var(--primary-clr2);
}

/* join */
.join-form-wrapper form {
    margin-top: 20px;
    box-shadow: 1px 2px 3px #d6d6d6, -1px 0px 3px #d1d1d1;
    padding: 20px;
}

.join-form-wrapper {
    margin-top: 20px;
}

.join-form-wrapper form .form-control {
    margin-bottom: 20px;
}

/* certificates */
.certificate-wrapper {
    margin-top: 20px;
}

.certificate-wrapper .inner {
    padding: 6px;
    border: 2px solid #e71946;
    outline: 2px solid #e71946;
    outline-offset: 3px;
    transition: var(--cs-transition);
}

.certificate-wrapper .inner:hover {
    outline-offset: 0;
}

/* contact */
.contact-details-wrapper {
    margin-top: 30px;
}

.contact-details-wrapper .inner {
    text-align: center;
}

.contact-details-wrapper .inner i {
    margin-bottom: 16px;
    color: var(--primary-clr2);
    font-size: 2rem;
}

.contact-details-wrapper .inner h4 {
    color: #022586;
}

.contact-details-wrapper .inner a {
    font-size: 1.2rem;
}

.contact-form form {
    padding: 30px;
    background-color: #ebebeb;
}

.contact-form form .form-control {
    margin-bottom: 16px;
}
.join-with-us .section-heading h2 {
    color: var(--primary-clr1) !important;
}
/* 18/mrch  */

.project-img {
    position: relative;
}

.project-img .style-img {
    padding: 15px;
    box-shadow: 1px 2px 3px #9c9c9c, -1px -2px 3px #9c9c9c;
	    margin: 12px 0;
}

.hover-caption {position: absolute; *//* display: inline; *//* z-index: 99; */;top: 28px;left: 8%;z-index: 9999;background: rgb(0 0 0 / 45%); /* Black see-through */width: 85%;transition: .5s ease;color: white;height: 81%;margin: 0px;opacity: 0;justify-content: center;display: flex;}

.project-img .style-img img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.hover-caption h4 {
	color: #fff;
    font-family: 'Poppins';
    text-shadow: 2px 2px #000000;
    padding: 0 15px;
    text-transform: capitalize;
    text-align: center;
    font-size: 22px;
    line-height: normal;
    margin: auto;
}

.project-img .style-img img:hover {
    background-color: #0000;
}
section.table-section {
    padding: 60px 0;
}

section.table-section table {
    margin: auto;
}
section.table-section table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

section.table-section td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  font-family: 'Poppins';
  text-transform: capitalize;
}

section.table-section tr:nth-child(odd) {
  background-color: #02258621;
}

section.table-section th {
    background: #e71946;
    color: #fff;
    font-family: 'Poppins';
    text-transform: capitalize;
}
.project-img .style-img:hover .hover-caption {
    opacity: 1;
}
.events-wrapper .inner img {  
    height: 230px;  
    object-fit: cover;
}
.Presidents-text h3 {
    font-size: 36px;
    color: #022586;
    font-weight: 800;
}
section.Presidents-sec {
    padding-bottom: 60px;
}
section.Presidents-sec {
    padding: 60px 0px;
}
p.thankyou-text {
    font-size: 18px;
    color: #e31945;
}
section.Presidents-sec {   
    background-color: #e2e9ff;
}

.brands-silder .silder-img {
    width: 90%;
    height: 200px;
	margin: 20px ;
}






/*----------RESPONSIVE QUERY--------------*/


@media only screen and (max-width: 1280px) {
.hero-slider .item .content h1 {
    font-size: 22px;
    margin-bottom:16px;
}
}

@media only screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1140px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 991px) {
.hero-slider .item .content {
    top: 48.60%;
}
section.about .image-area img {
    position: unset;
}
section.about .image-area .image-2 {
      display: none;
}
 section.about .image-area .image-2 {
    right: -72%;
    bottom: 322px;
    width: 250px;
    height: 300px;
    object-fit: cover;
   
}   
section.about .image-area .image-1 {
    left: 22px;
    top: 0;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1 / 1;
     margin-bottom: 30px;
}
.section-padding {
    padding: 2rem 0 3rem;
}
.hero-slider .item .content {
    left: 47.8%;
    width: 49%;
}
.content-area {
    margin-top: 40px;
}
.contact-form-wrapper {
     width: 100% ; 
  max-width: 100%;
    margin: auto;
    padding: 0px;
}
.div#navbarSupportedContent {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.image-area {
    margin-top: 20px;
}
.inner {
    padding: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 30px;
}
div#navbarSupportedContent {
    padding: 20px 10px;
}
header ul.navbar-nav li.nav-item a {
    padding: 8px;
}
.header-contact {
    margin-top: 30px;
}
	.event-sidebar {
    margin-top: 30px;
}
	div#navbarSupportedContent {
    padding: 20px 10px;
    background: white;
}
	.hero-slider .item img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
}


@media only screen and (max-width: 980px) {

}

@media only screen and (max-width: 840px) {
.hero-slider .item .content {
    top: 34.85%;
	 width: 55%;
	    left: 44.8%;
}
	.hero-slider .item {
    width: 100%;
    object-fit: cover;
    height:500px;
}
.hero-slider .item .content {
    top: 44.95%;
    width: 100%;
    left: 0;
}
	

}
@media only screen and (max-width: 840px){

	.hero-slider .item .content {
    height: 295px;
    padding: 114px 103px 85px 100px;
}
.hero-slider .item .content {
    top: 34.95%;
    width: 100%;
    left: 0;
}
	.hero-slider .item {
    width: 100%;
    object-fit: cover;
    height: 500px !important;
}
	.hero-slider .item .content {   
    background-image: none;
   }
	.contact-form-wrapper {    
    padding: 35px;
}
	.footer-social-links ul {   
    display: block;
	
}
	.footer-social-links ul li{
			margin-bottom: 20px;
	}
.events-wrapper .inner img {
    height: auto;
    object-fit: cover;
    width: 100% !important;
}

}


@media only screen and (max-width: 800px) {
.hero-slider .item .content {
    top: 30.95%;
    width: 100%;
    left: 0;
}
	a.navbar-brand img {
    max-width: 100px;
}
	.team-wrapper .innner: img {   
    width: 100%;
}
	table.table {
    width: max-content;
}
}


@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 734px) {

}

@media only screen and (max-width: 667px) {

}

@media only screen and (max-width: 600px) {
section.table-section table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    width: max-content;
}
	a.navbar-brand img {
    max-width: 120px;
}
.hero-slider .item .content {   
    padding: 20px !important;
}	
.button-style4 {  
    font-size: 18px;  
    width: 100%;
    margin: auto;
}
	.header-contact .call .info span {
    display: block;
    margin-bottom: -4px;
    font-size: 0.8rem;
    font-weight: 900;
}
}

@media only screen and (max-width: 500px) {
.footer-menus ul {
    display: inline-block;   
    padding: 30px 0;
}
	.footer-menus ul li{
		padding: 10px 0px;
	}
	table.table {
    width: max-content !important;
}
	.footer-social-links ul li {
    margin-bottom: 20px;
    display: flex;
}
	.footer-social-links ul li a {
    color: var(--white-clr);
    width: 90%;
}
	.button-style4 {
    font-size: 18px;
    width: 100%;
    margin: auto;
    padding: 8px 60px;
}
	.contact-form form {
    padding: 18px !important;  
}
}

@media only screen and (max-width: 480px) {
table.table {
    width: max-content
}
	.contact-form-wrapper {
    padding: 30px 12px 0px !important;
}
	.brands-silder .silder-img {   
    height: 150px;  
}
	.image-area img {
    height: 300px;
    object-fit: cover;
}
.header-contact .call .info a {
    font-weight: 500;
    font-size: 15px;
}
}

@media only screen and (max-width: 414px) {

}

@media only screen and (max-width: 375px) {
table.table {
    width: max-content !important;
}
}

@media only screen and (max-width: 360px) {

}


@media only screen and (max-width: 320px) {

}
