:root {
  --theme-color: #b42e29;
  --white-color:white;
  --theme-hover: #3a3285;
  --theme-dark:#000;
  --theme-color-3:#e85457;
  --heading-font: "Poppins", sans-serif;
  --theme-font: "Poppins", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

.search-btn {
  border-radius: 99px;
  border: 1px solid #000000;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  transition: all 0.3s;
  justify-content: center;
}
.search-btn:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: white;
}

.common-heading {
  font-weight: 500;
  margin: 0;
  color: var(--theme-dark);
  position: relative;
  margin-bottom: 22px;
  font-size: 43px;
  font-family: var(--heading-font);
}
.common-heading span {
  color: var(--theme-color);
  font-family: var(--heading-font);
}

.sub-heading {
  font-weight: 500;
  color: var(--theme-color);
  font-family: var(--heading-font);
  font-size: 20px;
  font-style: italic;
  background-color: white;
  display: inline-block;
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}

.common-btn {
  box-sizing: border-box;
  font-weight: 600;
  border-radius: 0;
  padding: 12px 28px;
  position: relative;
  font-size: 16px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 400;
  background: var(--theme-color);
  color: white;
  border-radius: 5px;
}
.common-btn:hover {
  background-color: var(--theme-hover);
  color: white;
}

.common-space {
  padding: 70px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #000000;
}

body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #000000;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
}

span.header-top {
  padding: 7px 22px;
  border: 1px solid;
  border-radius: 36px;
  display: inline-block;
  margin-bottom: 10px;
}

.top-header-social {
  background-color: #ffffff;
  border-bottom: 1px solid #E4E4E4;
}
.top-header-social .col-12 {
  padding-left: 0;
  padding-right: 165px;
}
.top-header-social .content {
  display: flex;
  justify-content: space-between;
}
.top-header-social .content .mail {
  padding: 6px 90px 6px 12px;
}
.top-header-social .content .mail ul {
  margin-bottom: 0rem;
  padding-left: 0rem;
}
.top-header-social .content .mail ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  color: white;
}
.top-header-social .content .mail ul li i {
  color: rgb(0, 0, 0);
  margin-right: 10px;
  font-size: 14px;
}
.top-header-social .content .mail ul li a {
  color: #000000;
  font-size: 14px;
  transition: 0.3s;
  font-family: var(--theme-font);
}
.top-header-social .content .mail ul li a:hover {
  color: rgb(0, 0, 0);
}
.top-header-social .content .socials {
  display: flex;
  align-items: center;
}
.top-header-social .content .socials ul {
  margin-bottom: 0rem;
  padding-left: 0rem;
}
.top-header-social .content .socials ul li {
  list-style-type: none;
  display: inline-block;
}
.top-header-social .content .socials ul li a {
  color: var(--title-color);
  margin-left: 27px;
  font-size: 14px;
  transition: 0.3s;
}
.top-header-social .content .socials ul li a:hover {
  color: var(--theme-color);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #ff0900 !important;
}

.nav-link:focus, .nav-link:hover {
  color: #ff0900 !important;
}

.dropdown-item:focus {
  color: #ff0900 !important;
  background-color: var(--theme-color);
}

.submenu {
  padding: 0 !important;
}
.submenu:hover .dropdown-menu-sub {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  background: white;
}
.submenu .dropdown-menu-sub .sub-item {
  padding: 10px 20px !important;
  transform: translateX(0px) !important;
  color: black !important;
}
.submenu .dropdown-menu-sub .sub-item:hover {
  color: var(--theme-color) !important;
  transform: translateX(10px) !important;
}

.dropdown-menu-sub {
  display: none;
}

header {
  background-color: var(--white-color);
  z-index: 11;
  position: relative;
  width: 100%;
  z-index: 11;
}
header .container-fluid {
  flex-direction: column;
  align-items: normal !important;
}
header .navbar-brand {
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 5px 0px;
  gap: 15px;
  margin-right: 0;
}
header .navbar-brand h5 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 0;
  padding: 5px 0px 0px 0px;
  color: var(--theme-hover);
}
header .navbar-brand h5 span {
  display: block;
  line-height: 28px;
}
header .navbar-brand h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--theme-hover);
  font-size: 35px;
  font-weight: 700;
}
header .navbar-brand img {
  width: 80%;
}
header .top-nav {
  background-color: aliceblue;
}
header .container .upper-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .container .upper-nav .logo img {
  max-width: 186px;
  padding-left: 29px;
  position: absolute;
  z-index: 1;
}
header .container .upper-nav .soical-header {
  display: flex;
}
header .container .upper-nav .soical-header ul {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
header .container .upper-nav .soical-header ul a {
  width: 35px;
  height: 35px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: white;
  transition: 0.3s;
}
header .container .upper-nav .soical-header ul a:hover {
  background-color: var(--theme-hover);
}
header .navbar-expand-lg .navbar-collapse {
  justify-content: center;
  position: relative;
  z-index: 0;
  padding: 0px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: #000088;
}
header .navbar-expand-lg .navbar-collapse .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .nav-call {
  display: flex;
  align-items: center;
}
header .nav-call h6 {
  margin-bottom: 0;
}
header .nav-call ul {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  border-left: 1px solid #9b9b9b;
  padding-left: 15px;
}
header .nav-call ul a {
  width: 30px;
  height: 30px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: white;
  transition: 0.3s;
  font-size: 15px;
}
header .nav-call ul a:hover {
  background-color: var(--theme-hover);
}
header .call-no {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .call-no a {
  font-size: 17px;
}
header .call-no .side {
  width: 1px;
  height: 32px;
  background: #000;
}
header .call-no .icon {
  transition: 0.3s;
  cursor: pointer;
}
header .call-no .icon:hover {
  background: var(--theme-color);
  color: white;
}
header .icon {
  width: 43px;
  height: 43px;
  background: #f6eff6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: var(--theme-color);
  border-radius: 100px;
}
header .top-header {
  background-color: #00173C;
}
header .menu-bars-wrappeprs {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .right-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right-header a {
  padding: 40px 10px;
  display: flex;
  font-weight: 500;
}
header .right-header i {
  display: flex;
}
header nav.navbar-expand-lg {
  padding: 0px 0 0 0 !important;
  box-shadow: rgba(99, 99, 99, 0.07) 0px 2px 8px 0px;
}
header nav.navbar-expand-lg .container {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
header nav .navbar-nav {
  padding: 0 18px 0px 0px;
  display: flex;
  flex-direction: row;
}
header nav .navbar-nav .nav-item {
  padding: 0px 3px;
  font-weight: 500;
  font-size: 16px;
  color: black;
  font-family: var(--nav-font);
}
header nav .navbar-nav .nav-item > .dropdown-menu {
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-bottom: 3px solid var(--theme-color2);
}
header nav .navbar-nav .nav-item > .dropdown-menu li a {
  padding: 7px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2549019608);
}
header nav .navbar-nav .nav-item > .dropdown-menu li .dropdown-item {
  transition: 0.3s;
  font-size: 14px;
  font-family: var(--nav-font);
  font-weight: 500;
  color: #fff !important;
}
header nav .navbar-nav .nav-item > .dropdown-menu li:hover .dropdown-item {
  color: var(--theme-color) !important;
}
header nav .navbar-nav .nav-item:hover {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover > .dropdown-menu {
  display: block;
}
header nav .navbar-nav .nav-item:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
  background: transparent;
  border: none;
}
header nav .navbar-nav .nav-item:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu li a.dropdown-item {
  color: #fff !important;
}
header nav .navbar-nav .nav-item:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu li a.dropdown-item:hover {
  color: var(--theme-color) !important;
}
header nav .navbar-nav .nav-item .nav-link {
  color: white;
  font-family: var(--nav-font);
  font-weight: 500;
  font-size: 16px;
}
header nav .navbar-nav .active {
  position: relative;
  color: var(--theme-color);
}
header nav .navbar-nav .active a {
  color: var(--theme-color);
}
header .navi-wrapper {
  display: inline-flex;
  justify-content: flex-start;
}
header .get-a-quote a {
  line-height: 15px;
  padding: 14px 18px;
  border: solid 3px var(--theme-color);
  border-radius: 39px;
}
header .get-a-quote a i {
  padding: 0 15px;
}
header .search-btn i {
  padding: 0 15px;
}
header .call-btn a i {
  font-size: 22px;
  padding-right: 8px;
  padding-left: 15px;
  color: var(--theme-color);
}

.dropdown-item {
  width: 100%;
  font-weight: 400;
  color: #ffffff;
  background-color: #000088;
}

header nav .navbar-nav .nav-item .dropdown-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.849);
}

.collage-pro p {
  text-align: justify;
}
.collage-pro table tr th {
  background: var(--theme-hover);
  color: #fff;
}

.organization-p .img {
  text-align: center;
}
.organization-p .img img {
  width: 50%;
}

.vissio .vi-item h5 {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2392156863);
  color: var(--theme-color);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.profile-p.about-home .img {
  position: relative;
  width: 100%;
  height: 385px;
}

.contact-p {
  background-color: #e9f1ee;
  position: relative;
}
.contact-p .bg-contact {
  position: absolute;
  bottom: -60px;
  right: 0px;
}
.contact-p .bg-contact img {
  width: 70%;
}
.contact-p .contact-form {
  padding: 10px;
  background-color: #ffffff;
}
.contact-p .contact-main {
  margin-top: 35px;
}
.contact-p .contact-box {
  display: grid;
  gap: 30px;
  align-items: center;
  margin-top: 15px;
  border-bottom: 1px dashed rgba(68, 68, 68, 0.267);
  padding-bottom: 15px;
  grid-template-columns: 70px 1fr;
}
.contact-p .contact-box .icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-p .contact-box .icon i {
  font-size: 22px;
  color: white;
}
.contact-p .contact-box p {
  margin-bottom: 0;
}
.contact-p .contact-box:last-child {
  border: none;
}
.contact-p .contact-box h4 {
  font-size: 25px;
}

.banner-top .notice-board {
  height: 98.5%;
  width: 100%;
  background: #eefaff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.banner-top .notice-board h2 {
  text-align: center;
  font-size: 16px;
  padding: 12px;
  margin: 0;
  color: white;
  font-weight: bold;
  background-color: #000088;
  border-bottom: 1px solid #b6dcf9;
  border-top: 1px solid #b6dcf9;
}
.banner-top .notice-board .notice-wrapper {
  height: 458px;
  overflow: hidden;
  position: relative;
}
.banner-top .notice-board .notice-wrapper .scrolling-text {
  display: inline-block;
  animation: scroll-up 12s linear infinite;
}
.banner-top .notice-board .notice-wrapper .scrolling-text .notice {
  padding: 10px 20px;
  box-sizing: border-box;
}
.banner-top .notice-board .notice-wrapper .scrolling-text .notice strong {
  display: block;
  color: #10356f;
  margin-bottom: 5px;
}
@keyframes scroll-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
.banner-top .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-top button.owl-prev {
  position: absolute;
  left: 10px;
  top: 55%;
  transform: translateY(-50%);
}
.banner-top button.owl-prev span {
  font-size: 40px;
  border: solid 1px var(--theme-color);
  background: var(--theme-color);
  color: white;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  transition: 0.3s;
}
.banner-top button.owl-prev span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
  color: white;
}
.banner-top button.owl-next {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
}
.banner-top button.owl-next span {
  font-size: 40px;
  border: solid 1px var(--theme-color);
  background: var(--theme-color);
  color: white;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  transition: 0.3s;
}
.banner-top button.owl-next span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
  color: white;
}

.about-home {
  background-color: #f3f7fe;
  margin-top: -10px;
}
.about-home .btns {
  display: flex;
  gap: 20px;
}
.about-home .btns .sec {
  background-color: var(--theme-color);
}
.about-home .btns .sec:hover {
  background-color: var(--theme-orange);
}
.about-home p {
  text-align: justify;
}
.about-home .img {
  position: relative;
  width: 100%;
  height: 477px;
}
.about-home .img img {
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.about-home .post {
  background: white;
  padding: 10px;
  text-align: center;
  margin-top: -40px;
  z-index: 1;
  display: block;
  position: relative;
}
.about-home .post p {
  margin-bottom: 0;
  text-align: center;
}
.about-home .post h5 {
  color: var(--theme-hover);
  margin-bottom: 10px;
}
.about-home .post h4 {
  margin-bottom: 5px;
  font-size: 20px;
}
.about-home .img-box {
  position: relative;
  height: 100%;
}
.about-home .img-box .first-img {
  border: 0px solid var(--theme-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.about-home ul li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.about-home ul li::before {
  content: "\f00c";
  left: 0;
  color: var(--theme-hover);
  font-family: fontawesome;
  position: absolute;
}
.about-home .sec-img {
  position: absolute;
  bottom: -25px;
  right: -25px;
  max-width: 250px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.itesms-sec .items-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.itesms-sec .items-grid .items {
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.itesms-sec .items-grid .items .img {
  text-align: center;
  padding: 0;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.itesms-sec .items-grid .items .img img {
  max-width: 100px;
}
.itesms-sec .items-grid .items .content {
  padding: 20px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1764705882);
}
.itesms-sec .items-grid .items .content h4 {
  color: var(--theme-color);
  font-size: 20px;
}
.itesms-sec .items-grid .items .content .cont-btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.itesms-sec .items-grid .items .content .cont-btn .btn-1 {
  background: var(--theme-color);
  color: white;
  padding: 10px;
  display: inline-block;
  border-radius: 2px;
  transition: 0.3s;
}
.itesms-sec .items-grid .items .content .cont-btn .btn-1:hover {
  background: var(--theme-hover);
}
.itesms-sec .items-grid .items .content .cont-btn .btn-2 {
  background: var(--theme-hover);
  color: white;
  padding: 10px;
  display: inline-block;
  border-radius: 2px;
  transition: 0.3s;
}
.itesms-sec .items-grid .items .content .cont-btn .btn-2:hover {
  background: var(--theme-color);
}

.clients-sec {
  background-color: rgba(221, 221, 221, 0.17);
  padding: 100px 0;
}
.clients-sec .clients_box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  height: 140px;
  padding: 10px;
}
.clients-sec .clients_box-wrapper img {
  width: 120px !important;
}
.clients-sec .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.clients-sec button.owl-prev {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.clients-sec button.owl-prev span {
  font-size: 40px;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  border-radius: 5px;
  color: #fff;
  padding-left: 1px;
  background-color: var(--theme-color);
  transition: 0.3s;
}
.clients-sec button.owl-prev span:hover {
  background-color: var(--main-color);
  border-color: transparent;
}
.clients-sec button.owl-next {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.clients-sec button.owl-next span {
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  border-radius: 5px;
  padding-left: 1px;
  background-color: var(--theme-color);
  transition: 0.3s;
}
.clients-sec button.owl-next span:hover {
  background-color: var(--main-color);
  border-color: transparent;
}

footer {
  background-image: linear-gradient(161deg, #000000, rgba(0, 0, 0, 0.7882352941)), url(img/2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  background-color: #000;
}
footer .inner p {
  display: flex;
  gap: 10px;
  align-items: center;
}
footer .inner p a {
  transition: 0.3s;
}
footer .inner p a:hover {
  color: var(--theme-color);
}
footer .footer-widget-contact-info i {
  background: white;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
}
footer * {
  font-size: 15px;
  color: #ffffff;
}
footer p {
  color: #ffffff;
  font-size: 15px;
}
footer .menu li {
  list-style: 1.7rem;
  margin-bottom: 0px;
}
footer .menu li a {
  transition: 0.3s;
}
footer .menu li a:hover {
  color: var(--theme-color);
}
footer .middle-footer {
  padding: 4rem 0;
  padding: 3rem 0 2rem;
}
footer .single-footer-widget .title h6 {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 600;
}
footer .single-footer-widget .title h5 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
  padding: 0px 0px 10px 0px;
  color: var(--theme-color);
  font-weight: 600;
}
footer .single-footer-widget .title h5 span {
  line-height: 28px;
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 600;
}
footer .single-footer-widget .title h3 {
  color: var(--theme-color);
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}
footer .single-footer-widget .title img {
  max-width: 110px;
  margin-bottom: 15px;
}
footer .single-footer-widget .our-company-info .text-box p {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
footer .single-footer-widget .footer-social-link ul {
  margin-top: 1.5rem;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer .single-footer-widget .footer-social-link ul li a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  background: var(--heading-color);
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .single-footer-widget .footer-social-link ul li:nth-child(1) a {
  background: #1877F2;
}
footer .single-footer-widget .footer-social-link ul li:nth-child(2) a {
  background-image: linear-gradient(45deg, #e14930, #ff9900);
}
footer .single-footer-widget .footer-social-link ul li:nth-child(3) a {
  background: #E60023;
}
footer .single-footer-widget .footer-social-link ul li:nth-child(4) a {
  background: #000;
}
footer .bot-footer {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .top-footer form {
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1019607843);
}
footer .top-footer form input {
  height: 45px;
  line-height: 45px;
  background-color: transparent;
  border: unset;
  color: #fff;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
}
footer .top-footer form input::-moz-placeholder {
  color: #fff;
}
footer .top-footer form input::placeholder {
  color: #fff;
}
footer .top-footer form button {
  background-color: transparent;
  color: #fff;
  box-shadow: unset;
  border: 0;
  width: 70px;
  height: 45px;
  line-height: 45px;
}

.beard-head {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.692), rgba(0, 0, 0, 0.678)), url(img/all-gallery/Admisssion.jpeg);
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 110px 0 110px;
  min-height: 250px;
}
.beard-head .bread-bg {
  position: absolute;
  bottom: -4px;
  width: 100%;
  display: none;
}
.beard-head .bread-bg img {
  width: 100%;
}
.beard-head .home-bread {
  position: relative;
}
.beard-head .home-bread::before {
  content: "\f015";
  position: absolute;
  left: -24px;
  font-family: fontawesome;
  font-size: 16px;
}
.beard-head .bread {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.beard-head .bread a {
  text-decoration: none;
}
.beard-head .bread h1 {
  font-size: 54px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.beard-head .bread h1 span {
  color: var(--theme-orange);
}
.beard-head .bread ul {
  margin-bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.4196078431);
  padding-left: 30px;
  padding-right: 6px;
}
.beard-head .bread ul li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
  color: white;
  font-weight: 600;
  padding: 5px 5px;
}
.beard-head .bread ul li:first-child {
  color: white;
}
.beard-head .bread ul .breadcrumb::after {
  content: "\f054";
  font-family: "fontawesome";
  color: white;
  margin-left: 5px;
  font-size: 14px;
}

.gall-page .gal-page-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.gall-page .gal-page-wrapper a {
  display: flex;
  height: 100%;
}
.gall-page .gal-page-wrapper .img-wrapper {
  overflow: hidden;
}
.gall-page .gal-page-wrapper .img-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.gall-page .gal-page-wrapper .img-wrapper:hover img {
  transform: scale(1.08);
}

.about-p .row {
  padding: 10px;
  background: aliceblue;
  margin-top: 15px;
  align-items: center;
  border-radius: 10px;
}

.form-wrapper {
  background-color: var(--theme-color);
  padding: 30px 25px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
.form-wrapper .result-fo {
  display: flex;
  gap: 20px;
  align-items: end;
}
.form-wrapper .result-fo div {
  width: 100%;
}
.form-wrapper input, .form-wrapper select {
  margin-bottom: 0rem !important;
  padding: 12px 10px;
}
.form-wrapper input *, .form-wrapper select * {
  color: #000;
}
.form-wrapper * {
  color: white;
}
.form-wrapper p {
  margin-bottom: 1.5rem;
}
.form-wrapper .common-btn {
  background: white;
  color: #000;
  margin-top: 20px;
}
.form-wrapper .common-btn:hover {
  background: var(--theme-hover);
  color: #fff;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* Multilevel Dropdown */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
  display: none;
  position: absolute;
  z-index: 1000;
  border-radius: 0.25rem;
}
@media (max-width: 768px) {
  .dropdown-submenu .dropdown-menu {
    left: 0;
    position: relative;
  }
}
.dropdown-submenu .dropdown-menu:hover > .dropdown-menu {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.dropdown-submenu > .dropdown-toggle::after {
  content: "";
  float: right;
  margin-left: 5px;
  font-size: 16px;
  right: 10px;
  top: 50%;
  position: absolute;
}

/* Optional: animate dropdowns */
.dropdown-menu {
  transition: all 0.2s ease-in-out;
}

@media (max-width: 576px) {
  .compus .campus-gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}/*# sourceMappingURL=style.css.map */